Searched refs:sg (Results 1 – 1 of 1) sorted by relevance
231 print_gshadow (struct sgrp *sg) in print_gshadow() argument233 if (putsgent (sg, stdout) != 0) in print_gshadow()245 struct sgrp *sg; in gshadow_keys() local248 while ((sg = getsgent ()) != NULL) in gshadow_keys()249 print_gshadow (sg); in gshadow_keys()256 struct sgrp *sg; in gshadow_keys() local258 sg = getsgnam (key[i]); in gshadow_keys()260 if (sg == NULL) in gshadow_keys()263 print_gshadow (sg); in gshadow_keys()
Completed in 5 milliseconds