Searched refs:retval (Results 1 – 2 of 2) sorted by relevance
34 int retval; in putgrent() local48 retval = fprintf (stream, "%s:%s::", in putgrent()51 retval = fprintf (stream, "%s:%s:%lu:", in putgrent()54 if (__builtin_expect (retval, 0) < 0) in putgrent()71 retval = fputc_unlocked ('\n', stream); in putgrent()75 return retval < 0 ? -1 : 0; in putgrent()
162 int retval = total > *ngroups ? -1 : total; in getgrouplist() local165 return retval; in getgrouplist()
Completed in 4 milliseconds