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...] |