Home
last modified time | relevance | path

Searched refs:shellb (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dusershell.c25 static char *shellb, **shells; variable
31 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 3 milliseconds