| /illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
| H A D | versions.c | 69 static char *tokenize(char *); 556 if ((p = tokenize(NULL)) == NULL) { in nexttok() 566 } while ((p = tokenize(line)) == NULL); in nexttok() 578 tokenize(char *line) in tokenize() function
|
| /illumos-gate/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
|
| /illumos-gate/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
|
| /illumos-gate/usr/src/lib/libsqlite/ |
| H A D | Makefile.com | 39 tokenize.o \ 86 $(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/tools/smatch/src/ |
| H A D | smatch_files.c | 60 token = tokenize(filename, fd, NULL, NULL); in get_tokens_file()
|
| H A D | Makefile | 68 LIB_OBJS += tokenize.o
|
| H A D | token.h | 230 extern struct token * tokenize(const char *, int, struct token *, const char **next_path);
|
| H A D | tokenize.c | 1014 struct token * tokenize(const char *name, int fd, struct token *endtoken, const char **next_path) in tokenize() function
|
| H A D | lib.c | 1517 token = tokenize(filename, fd, NULL, includepath); in sparse_file()
|
| H A D | pre-process.c | 920 *where = tokenize(streamname, fd, *where, next_path); in try_include()
|
| /illumos-gate/usr/src/lib/libfru/include/ |
| H A D | Str.h | 65 char tokenize(Str& token, const Str& separators, Str& remainder);
|
| /illumos-gate/usr/src/lib/libfru/libgenutil/ |
| H A D | Str.cc | 151 Str::tokenize(Str& token, const Str& separators, Str& remainder) in tokenize() function in Str
|
| /illumos-gate/usr/src/cmd/svc/svccfg/ |
| H A D | svccfg.h | 528 extern char **tokenize(char *, const char *);
|
| H A D | svccfg_xml.c | 1602 pgs = tokenize(event, ","); in lxml_get_notification_parameters()
|
| H A D | svccfg_libscf.c | 15741 tokenize(char *str, const char *sep) in tokenize() function 15825 pgs = tokenize(str, ","); in lscf_delnotify() 15883 pgs = tokenize(str, ","); in lscf_listnotify() 16142 events = tokenize(str, ","); in setnotify()
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
| H A D | pp.tab | 124 COMPILE # tokenize for compiler
|
| H A D | RELEASE | 338 93-10-01 add pp:opspace to tokenize <binop><space>= to <binop>=
|
| /illumos-gate/usr/src/tools/smatch/ |
| H A D | Makefile | 101 LIB_OBJS += tokenize.o
|
| /illumos-gate/usr/src/tools/scripts/ |
| H A D | its.reg | 68 # A regexp(7) to tokenize a valid, unique key. See NOTES below.
|
| /illumos-gate/usr/src/lib/libsqlite/test/ |
| H A D | main.test | 250 # Here are some tests for tokenize.c.
|
| /illumos-gate/usr/src/tools/ |
| H A D | README.tools | 207 tokenize
|