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

  /src/lib/libc/gen/
getusershell.c 112 static char curshell[MAXPATHLEN + 2]; variable in typeref:typename:char[]
192 while (fgets(curshell, (int)sizeof(curshell) - 1, _files_state.fp)
194 sp = cp = curshell;
311 strlcpy(curshell, hp[0], sizeof(curshell));
312 *retval = curshell;
450 strlcpy(curshell, data, sizeof(curshell));
451 *retval = curshell;
    [all...]
getusershell.c 112 static char curshell[MAXPATHLEN + 2]; variable in typeref:typename:char[]
192 while (fgets(curshell, (int)sizeof(curshell) - 1, _files_state.fp)
194 sp = cp = curshell;
311 strlcpy(curshell, hp[0], sizeof(curshell));
312 *retval = curshell;
450 strlcpy(curshell, data, sizeof(curshell));
451 *retval = curshell;
    [all...]

Completed in 180 milliseconds