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

/freebsd-10-stable/usr.sbin/asf/
H A Dasf.h34 int tokenize(char *cptr, char *token[], int maxtoken);
H A Dasf_prog.c65 tokens = tokenize(buf, token, MAXTOKEN);
H A Dasf.c107 tokenize(char *cptr, char *token[], int maxtoken) function
164 octokens = tokenize(ocbuf, octoken, MAXTOKEN);
/freebsd-10-stable/sbin/devfs/
H A Dextern.h52 void tokenize(const char *, int *, char ***);
H A Ddevfs.c184 tokenize(const char *line, int *acp, char ***avp) function
H A Drule.c298 tokenize(str, &ac, &av);
/freebsd-10-stable/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl93 sub tokenize { # split on white space and parentheses (but not within token) subroutine
121 my @KEYTOKEN = tokenize($_);
/freebsd-10-stable/tools/tools/notescheck/
H A Dnotescheck.py218 def tokenize(line): function
229 print("Failed to tokenize: %s%s" (line, location), file=sys.stderr)
249 words = tokenize(line)
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A DMakefile.am63 text_mmap.c time.c tokenize.c \
H A DMakefile.in479 tokenize.c usage.c version.c
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc.c83 static void tokenize (const char *, char **, int *);
1164 tokenize(cmdline, tokens, &ntok);
1270 * tokenize - turn a command line into tokens
1273 tokenize( function
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq.c193 static void tokenize (const char *, char **, int *);
1611 tokenize(cmdline, tokens, &ntok);
1701 * tokenize - turn a command line into tokens
1710 tokenize( function

Completed in 143 milliseconds