OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nuser
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libpam/modules/pam_lastlog/
pam_lastlog.c
119
const char *user, *rhost, *tty, *
nuser
;
local
160
nuser
= NULL;
162
nuser
= (const char *)vnuser;
174
if (openpam_get_option(pamh, "no_nested") == NULL ||
nuser
== NULL) {
208
const char *tty, *
nuser
;
local
211
nuser
= NULL;
213
nuser
= (const char *)vnuser;
226
if (openpam_get_option(pamh, "no_nested") == NULL ||
nuser
== NULL) {
/src/bin/ls/
ls.c
509
char
nuser
[12], ngroup[12];
local
580
(void)snprintf(
nuser
, sizeof(
nuser
),
582
user =
nuser
;
/src/usr.bin/ftp/
util.c
424
char *
nuser
;
local
428
nuser
= ftp_malloc(len);
429
(void)strlcpy(
nuser
, fuser, len);
430
(void)strlcat(
nuser
, "@", len);
431
(void)strlcat(
nuser
, host, len);
433
fuser =
nuser
;
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026