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

/netbsd-current/tests/sbin/fsck_ffs/
H A Dt_check_quotas.sh57 local nuid=$1; shift
58 local expected_files=$((nuid + 2))
62 for i in $(seq "${nuid}"); do
/netbsd-current/libexec/atrun/
H A Datrun.c165 uid_t nuid; local
245 if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4)
252 if (nuid != uid)
254 filename, (unsigned long)nuid, (unsigned long)uid);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c1536 unsigned idx, uid, nuid; local
1583 nuid = DECL_UID (var_copy);
1584 ielt.uid = nuid;
1585 dslot = decl_copies->find_slot_with_hash (ielt, nuid, INSERT);
1587 dslot->uid = nuid;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc1536 unsigned idx, uid, nuid; local
1583 nuid = DECL_UID (var_copy);
1584 ielt.uid = nuid;
1585 dslot = decl_copies->find_slot_with_hash (ielt, nuid, INSERT);
1587 dslot->uid = nuid;

Completed in 150 milliseconds