Searched refs:uid_str (Results 1 – 1 of 1) sorted by relevance
537 char *uid_str = NULL; in pwtree_dcmd() local543 'u', MDB_OPT_STR, &uid_str, NULL) != argc) { in pwtree_dcmd()546 if (uid_str) { in pwtree_dcmd()554 if (uid_str[0] == '0' && uid_str[1] > '9') { in pwtree_dcmd()555 cbd.uid = (uid_t)mdb_strtoull(uid_str); in pwtree_dcmd()558 strlcat(buf, uid_str, sizeof (buf)); in pwtree_dcmd()