Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 3 of 3) sorted by relevance

/shadow/
A Dputspent.c32 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 Dfgetspent.c35 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 Dfgetspent_r.c36 __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