Searched refs:strsep_space (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c687 static char * strsep_space(char *string, int * ix) function
752 (tmpcmd = strsep_space(cmd, &ix)) != NULL; cmd += ix, ix = 0) {
758 free(tmpcmd); /* Free mem allocated by strsep_space */

Completed in 26 milliseconds