Searched refs:uid_str (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | opts.c | 114 char uid_str[SIZEOF_UID_STR], gid_str[SIZEOF_GID_STR]; variable 115 char *opt_uid = uid_str;
|
| D | amd.h | 679 extern char *opt_uid, uid_str[SIZEOF_UID_STR];
|
| D | nfs_subr.c | 217 xsnprintf(opt_uid, sizeof(uid_str), "%d", (int) uid); in nfsproc_lookup_2_svc() 1159 xsnprintf(opt_uid, sizeof(uid_str), "%d", (int) uid); in am_nfs3_lookup_3_svc()
|
| /netbsd/src/external/bsd/am-utils/dist/conf/autofs/ |
| D | autofs_solaris_v2_v3.c | 508 xsnprintf(opt_uid, sizeof(uid_str), "%d", (int) cred->aup_uid); in autofs_lookup_2_req() 576 xsnprintf(opt_uid, sizeof(uid_str), "%d", (int) cred->aup_uid); in autofs_mount_2_req()
|
| D | autofs_solaris_v1.c | 197 xsnprintf(opt_uid, sizeof(uid_str), "%d", (int) cred->aup_uid); in autofs_mount_1_req()
|