Home
last modified time | relevance | path

Searched refs:ffd (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/libutil/
H A Dpw_util.c429 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 Dgr_util.c167 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()