Searched refs:tokenize (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | wince.c | 68 static long tokenize(const char *str, char **dest, char ***destv); 407 tokenize(const char *str, char **dest, char ***destv) in tokenize() function 493 w32_perlshell_items = tokenize(usershell ? usershell : defaultshell, in get_shell()
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32.c | 94 static long tokenize(const char *str, char **dest, char ***destv); 465 tokenize(const char *str, char **dest, char ***destv) in tokenize() function 526 w32_perlshell_items = tokenize(usershell ? usershell : defaultshell, in get_shell()
|