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

/illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c537 char *uid_str = NULL; local
543 'u', MDB_OPT_STR, &uid_str, NULL) != argc) {
546 if (uid_str) {
554 if (uid_str[0] == '0' && uid_str[1] > '9') {
555 cbd.uid = (uid_t)mdb_strtoull(uid_str);
558 strlcat(buf, uid_str, sizeof (buf));

Completed in 59 milliseconds