Searched refs:ffd (Results 1 – 2 of 2) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | pw_util.c | 429 pw_copy(int ffd, int tfd, const struct passwd *pw, struct passwd *old_pw) in pw_copy() argument 488 readlen = read(ffd, end, size - (end - buf)); in pw_copy() 560 readlen = read(ffd, buf, size); in pw_copy()
|
| H A D | gr_util.c | 167 gr_copy(int ffd, int tfd, const struct group *gr, struct group *old_gr) in gr_copy() argument 226 readlen = read(ffd, end, size - (end - buf)); in gr_copy() 297 readlen = read(ffd, buf, size); in gr_copy()
|