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

/illumos-gate/usr/src/psm/stand/bootblks/
H A DMakefile.com50 TOKENIZE = tokenize
/illumos-gate/usr/src/tools/tokenize/
H A DMakefile26 SHFILES= tokenize
27 BINARIES= forth_preload.so.1 forth tokenize.exe
H A Dtokenize.sh30 # Usage: tokenize xxx.fth
52 ${mypath}/forth ${mypath}/tokenize.exe \
53 -s "aout-header? off silent? on tokenize $infile $outfile" < /dev/null
/illumos-gate/usr/src/lib/efcode/fcode_test/
H A DMakefile40 TOKENIZE = $(ONBLD_TOOLS)/bin/sparc/tokenize
/illumos-gate/usr/src/lib/libfru/include/
H A DStr.h67 char tokenize(Str& token, const Str& separators, Str& remainder);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c70 static char *tokenize(char *);
557 if ((p = tokenize(NULL)) == NULL) {
567 } while ((p = tokenize(line)) == NULL);
576 * tokenize -- a version of the standard strtok with specific behavior.
579 tokenize(char *line) function
/illumos-gate/usr/src/lib/libfru/libgenutil/
H A DStr.cc153 Str::tokenize(Str& token, const Str& separators, Str& remainder) function in class:Str
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c55 static void tokenize(void);
193 /* strtok's of this buf continue in tokenize() */
196 tokenize();
243 /* strtok's of this buf continue in tokenize() */
248 tokenize();
306 * coming here and then CONTINUE calling strtok() in tokenize(),
319 * tokenize() continues pulling tokens out of a buffer -- the
321 * tokenize() -- and starts stuffing 'em into tokptr.
324 tokenize(void) function
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c52 static void tokenize(), nameparse(), setfile(), setioctl(),
165 /* strtok's of this buf continue in tokenize() */
168 tokenize();
216 /* strtok's of this buf continue in tokenize() */
221 tokenize();
283 * coming here and then CONTINUE calling strtok() in tokenize(),
296 * tokenize() continues pulling tokens out of a buffer -- the
298 * tokenize() -- and starts stuffing 'em into tokptr.
301 tokenize() function
/illumos-gate/usr/src/tools/
H A DMakefile65 tokenize
/illumos-gate/usr/src/lib/libsqlite/
H A DMakefile.com37 tokenize.o \
85 $(SRCDIR)/tokenize.c \
H A Dmain.mk62 select.o table.o tokenize.o trigger.o update.o util.o \
97 $(TOP)/src/tokenize.c \
258 tokenize.o: $(TOP)/src/tokenize.c $(HDR)
259 $(TCCX) -c $(TOP)/src/tokenize.c
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h512 char **tokenize(char *, const char *);
H A Dsvccfg_xml.c1601 pgs = tokenize(event, ",");
H A Dsvccfg_libscf.c15714 * tokenize()
15720 tokenize(char *str, const char *sep) function
15804 pgs = tokenize(str, ",");
15862 pgs = tokenize(str, ",");
16121 events = tokenize(str, ",");

Completed in 145 milliseconds