Searched refs:tokenize (Results 1 – 7 of 7) sorted by relevance
| /dflybsd-src/usr.sbin/asf/ |
| H A D | asf.c | 56 tokenize(char *cptr, char *token[], int maxtoken) in tokenize() function 252 tokens = tokenize(buf, token, MAXTOKEN); in main() 286 octokens = tokenize(ocbuf, octoken, MAXTOKEN); in main()
|
| /dflybsd-src/sys/dev/raid/vinum/ |
| H A D | vinumparser.c | 163 tokenize(char *cptr, char *token[]) in tokenize() function
|
| H A D | vinumext.h | 222 int tokenize(char *, char *[]);
|
| H A D | vinumconfig.c | 1627 tokens = tokenize(cptr, token); /* chop up into tokens */ in parse_config()
|
| /dflybsd-src/sbin/vinum/ |
| H A D | vinumparser.c | 166 tokenize(char *cptr, char *token[]) in tokenize() function
|
| H A D | v.c | 219 tokens = tokenize(buffer, token); in main()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | cpp.texi | 489 The compiler does not re-tokenize the preprocessor's output. Each
|