Searched refs:ue_uid (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/ypldap/
H A Dentries.c127 return (ue1->ue_uid - ue2->ue_uid);
H A Dypldap.h58 uid_t ue_uid; member in struct:userent
H A Dypldap.c205 log_warnx("main: failed to parse gid for uid: %d\n", ue->ue_uid);
216 if (snprintf(ue->ue_netid_line, LINE_WIDTH-1, "%d:%d", ue->ue_uid, pw_gid) >= LINE_WIDTH) {
402 ue->ue_uid = ir.ir_key.ik_uid;
H A Dyp.c359 ukey.ue_uid = strtonum(key, 0, UID_MAX, &estr);
422 ukey.ue_uid = strtonum(cp, 0, UID_MAX, &estr);

Completed in 74 milliseconds