Searched refs:yp_make_keyval (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/ypldap/ |
H A D | yp.c | 54 void yp_make_keyval(struct ypresp_key_val *, char *, char *); 460 yp_make_keyval(&res, env->sc_user_lines, env->sc_user_lines); in ypproc_first_2_svc() 465 yp_make_keyval(&res, env->sc_group_lines, env->sc_group_lines); in ypproc_first_2_svc() 522 yp_make_keyval(&res, line, line); in ypproc_next_2_svc() 556 yp_make_keyval(&res, line, line); in ypproc_next_2_svc() 652 yp_make_keyval(struct ypresp_key_val *res, char *key, char *line) in yp_make_keyval() function
|