Searched refs:tokenize (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/psm/stand/bootblks/ |
H A D | Makefile.com | 50 TOKENIZE = tokenize
|
/illumos-gate/usr/src/tools/tokenize/ |
H A D | Makefile | 26 SHFILES= tokenize 27 BINARIES= forth_preload.so.1 forth tokenize.exe
|
H A D | tokenize.sh | 30 # 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 D | Makefile | 40 TOKENIZE = $(ONBLD_TOOLS)/bin/sparc/tokenize
|
/illumos-gate/usr/src/lib/libfru/include/ |
H A D | Str.h | 67 char tokenize(Str& token, const Str& separators, Str& remainder);
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 70 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 D | Str.cc | 153 Str::tokenize(Str& token, const Str& separators, Str& remainder) function in class:Str
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 55 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 D | sysfiles.c | 52 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 D | Makefile | 65 tokenize
|
/illumos-gate/usr/src/lib/libsqlite/ |
H A D | Makefile.com | 37 tokenize.o \ 85 $(SRCDIR)/tokenize.c \
|
H A D | main.mk | 62 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 D | svccfg.h | 512 char **tokenize(char *, const char *);
|
H A D | svccfg_xml.c | 1601 pgs = tokenize(event, ",");
|
H A D | svccfg_libscf.c | 15714 * 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