Searched refs:a_uid (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sbin/mknod/
H A Dmknod.c99 a_uid(const char *s) function
158 uid = a_uid(argv[5]);
/freebsd-9.3-release/sbin/mount_hpfs/
H A Dmount_hpfs.c57 static uid_t a_uid(char *);
80 args.uid = a_uid(optarg);
170 a_uid(char *s) function
/freebsd-9.3-release/sbin/mount_msdosfs/
H A Dmount_msdosfs.c61 static uid_t a_uid(char *);
97 uid = a_uid(optarg);
251 a_uid(char *s) function
/freebsd-9.3-release/sbin/mount_ntfs/
H A Dmount_ntfs.c65 static uid_t a_uid(char *);
91 args.uid = a_uid(optarg);
213 a_uid(char *s) function
/freebsd-9.3-release/usr.sbin/chown/
H A Dchown.c61 void a_uid(const char *);
151 a_uid(*argv);
244 a_uid(const char *s) function
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_user.c103 struct carg *a_uid; local
305 a_uid = getarg(args, 'u');
307 if (a_uid == NULL) {
319 (a_uid = a_name)->ch = 'u';
331 pwd = GETPWUID(atoi(a_uid->val));
336 fakeuser.pw_uid = a_uid ? (uid_t) atol(a_uid->val) : -1;
342 errx(EX_NOUSER, "no such uid `%s'", a_uid->val);
801 struct carg *a_uid = getarg(args, 'u'); local
806 if (a_uid !
[all...]

Completed in 154 milliseconds