Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dusername.c71 userid(char username_[]) in userid() argument
79 if ((pwd = getpwnam(username_)) == NULL) in userid()
85 enter_user(pwd->pw_uid, username_, 1); in userid()