Home
last modified time | relevance | path

Searched refs:str2uid (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ps/
H A Dps.c331 static int str2uid(const char *, uid_t *, unsigned long, unsigned long);
2142 if (str2uid(utbl[i].name, &uid, 0, MAXEPHUID) == 0) in uconv()
2182 if (str2uid(gtbl[i].name, (uid_t *)&gid, 0, MAXEPHUID) == 0) in gconv()
2492 str2uid(const char *p, uid_t *val, unsigned long min, unsigned long max) in str2uid() function