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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py216 def tokenize(line): function
227 print >>sys.stderr, "Failed to tokenize: %s%s" (line, location)
247 words = tokenize(line)
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.am59 text_mmap.c time.c tokenize.c \
H A DMakefile.in486 tokenize.c usage.c version.c
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c83 static void tokenize (const char *, char **, int *);
1154 tokenize(cmdline, tokens, &ntok);
1252 * tokenize - turn a command line into tokens
1255 tokenize( function
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq.c186 static void tokenize (const char *, char **, int *);
1551 tokenize(cmdline, tokens, &ntok);
1635 * tokenize - turn a command line into tokens
1644 tokenize( function

Completed in 201 milliseconds