Searched refs:stream (Results 1 – 3 of 3) sorted by relevance
| /shadow/ |
| A D | putspent.c | 32 putspent (const struct spwd *p, FILE *stream) in putspent() argument 43 flockfile (stream); in putspent() 51 && putc_unlocked (':', stream) == EOF)) in putspent() 55 && fprintf (stream, "%ld:", p->sp_min) < 0) in putspent() 57 && putc_unlocked (':', stream) == EOF)) in putspent() 63 && putc_unlocked (':', stream) == EOF)) in putspent() 69 && putc_unlocked (':', stream) == EOF)) in putspent() 75 && putc_unlocked (':', stream) == EOF)) in putspent() 81 && putc_unlocked (':', stream) == EOF)) in putspent() 88 if (putc_unlocked ('\n', stream) == EOF) in putspent() [all …]
|
| A D | fgetspent.c | 35 fgetspent (FILE *stream) in fgetspent() argument 43 if (fgetpos (stream, &pos) != 0) in fgetspent() 57 && (__fgetspent_r (stream, &resbuf, buffer, buffer_size, &result) in fgetspent() 74 if (fsetpos (stream, &pos) != 0) in fgetspent()
|
| A D | fgetspent_r.c | 36 __fgetspent_r (FILE *stream, struct spwd *resbuf, char *buffer, size_t buflen, in __fgetspent_r() argument 39 int ret = __nss_fgetent_r (stream, resbuf, buffer, buflen, parse_line); in __fgetspent_r()
|
Completed in 7 milliseconds