Searched refs:putsgent (Results 1 – 7 of 7) sorted by relevance
26 routines = getsgent getsgnam sgetsgent fgetsgent putsgent \29 tests = tst-gshadow tst-putsgent tst-fgetsgent_r35 CFLAGS-putsgent.c += -fexceptions $(libio-mtsafe)
13 putsgent;
100 extern int putsgent (const struct sgrp *__g, FILE *__stream);
30 putsgent (const struct sgrp *g, FILE *stream) in putsgent() function
42 int ret = putsgent (&e, f); in check()
41 if (putsgent (&data[i], fp) != 0) in do_test()
37 TEST_COMPARE (putsgent (e, stream.out), 0); in format_ent()
Completed in 11 milliseconds