HomeSort by: relevance | last modified time | path
    Searched defs:llfile (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/compat/gen/
compat_utmpx.c 143 static char llfile[MAXPATHLEN] = _PATH_LASTLOGX; variable in typeref:typename:char[]
154 if (len >= sizeof(llfile))
161 (void)strlcpy(llfile, fname, sizeof(llfile));
169 return __getlastlogx13(llfile, uid, ll);

Completed in 12 milliseconds