Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypldap/
H A Dyp.c53 void yp_make_val(struct ypresp_val *, char *, int);
355 yp_make_val(&res, ue->ue_line, 1); in ypproc_match_2_svc()
371 yp_make_val(&res, ue->ue_line, 1); in ypproc_match_2_svc()
385 yp_make_val(&res, ge->ge_line, 1); in ypproc_match_2_svc()
395 yp_make_val(&res, ge->ge_line, 1); in ypproc_match_2_svc()
434 yp_make_val(&res, ue->ue_netid_line, 0); in ypproc_match_2_svc()
633 yp_make_val(struct ypresp_val *res, char *line, int replacecolon) in yp_make_val() function