/titanic_41/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 | 52 ${mypath}/forth ${mypath}/tokenize.exe \
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 70 static char *tokenize(char *); 557 if ((p = tokenize(NULL)) == NULL) { in nexttok() 567 } while ((p = tokenize(line)) == NULL); in nexttok() 579 tokenize(char *line) in tokenize() function
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 55 static void tokenize(void); 196 tokenize(); in scansys() 248 tokenize(); in scancfg() 324 tokenize(void) in tokenize() function
|
/titanic_41/usr/src/psm/stand/bootblks/ |
H A D | Makefile.com | 50 TOKENIZE = tokenize
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | sysfiles.c | 52 static void tokenize(), nameparse(), setfile(), setioctl(), 168 tokenize(); 221 tokenize(); 301 tokenize() in tokenize() function
|
/titanic_41/usr/src/lib/efcode/fcode_test/ |
H A D | Makefile | 40 TOKENIZE = $(ONBLD_TOOLS)/bin/sparc/tokenize
|
/titanic_41/usr/src/lib/libfru/include/ |
H A D | Str.h | 67 char tokenize(Str& token, const Str& separators, Str& remainder);
|
/titanic_41/usr/src/lib/libsqlite/ |
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
|
H A D | Makefile.com | 35 tokenize.o \ 83 $(SRCDIR)/tokenize.c \
|
/titanic_41/usr/src/tools/ |
H A D | Makefile | 65 tokenize
|
H A D | README.tools | 263 tokenize
|
/titanic_41/usr/src/lib/libfru/libgenutil/ |
H A D | Str.cc | 153 Str::tokenize(Str& token, const Str& separators, Str& remainder) in tokenize() function in Str
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 512 char **tokenize(char *, const char *);
|
H A D | svccfg_xml.c | 1596 pgs = tokenize(event, ","); in lxml_get_notification_parameters()
|
H A D | svccfg_libscf.c | 15707 tokenize(char *str, const char *sep) in tokenize() function 15791 pgs = tokenize(str, ","); in lscf_delnotify() 15849 pgs = tokenize(str, ","); in lscf_listnotify() 16108 events = tokenize(str, ","); in setnotify()
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | pp.tab | 124 COMPILE # tokenize for compiler
|
H A D | RELEASE | 327 93-10-01 add pp:opspace to tokenize <binop><space>= to <binop>=
|
/titanic_41/usr/src/tools/scripts/ |
H A D | its.reg | 68 # A regexp(5) to tokenize a valid, unique key. See NOTES below.
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.mf | 86 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/tokenize mode=0555 87 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/tokenize.exe mode=0555
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | main.test | 252 # Here are some tests for tokenize.c.
|