Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c14019 char **aptr; in exportcmd() local
14041 aptr = argptr; in exportcmd()
14042 name = *aptr; in exportcmd()
14056 } while ((name = *++aptr) != NULL); in exportcmd()