Searched refs:shellb (Results 1 – 1 of 1) sorted by relevance
25 static char *shellb, **shells; variable31 shells = (char**) shellb; in endusershell()39 free(shellb); in endusershell()40 shellb = NULL; in endusershell()57 shellb = realloc(shellb, (pos + 2) * sizeof(char*)); in libc_hidden_def()58 shells = (char**) shellb + pos++; in libc_hidden_def()63 shells = (char **)shellb; in libc_hidden_def()
Completed in 6 milliseconds