Lines Matching full:ue
316 struct userent *ue; in ypproc_match_2_svc() local
349 if ((ue = RB_FIND(user_name_tree, env->sc_user_names, in ypproc_match_2_svc()
355 yp_make_val(&res, ue->ue_line, 1); in ypproc_match_2_svc()
365 if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids, in ypproc_match_2_svc()
371 yp_make_val(&res, ue->ue_line, 1); in ypproc_match_2_svc()
428 if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids, in ypproc_match_2_svc()
434 yp_make_val(&res, ue->ue_netid_line, 0); in ypproc_match_2_svc()
478 struct userent *ue; in ypproc_next_2_svc() local
499 if ((ue = RB_FIND(user_name_tree, env->sc_user_names, in ypproc_next_2_svc()
510 if ((ue = RB_NEXT(user_name_tree, &env->sc_user_names, in ypproc_next_2_svc()
520 line = ue->ue_line + (strlen(ue->ue_line) + 1); in ypproc_next_2_svc()