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

/xsrc/external/mit/iceauth/dist/
H A Dprocess.c87 static char **split_into_words ( char *src, int *argcp );
285 static char **split_into_words ( /* argvify string */ function in typeref:typename:char **
1585 subargv = split_into_words (buf, &subargc);
/xsrc/external/mit/xauth/dist/
H A Dprocess.c268 split_into_words(char *src, int *argcp) /* argvify string */ function in typeref:typename:const char **
1859 subargv = (const char **) split_into_words (buf, &subargc);

Completed in 6 milliseconds