Searched refs:strsplit (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.h61 extern char *strsplit(char *, char);
H A Dmdb_string.c518 strsplit(char *s, char c) function
530 * Same as strsplit, but split from the last occurrence of character c.
H A Dmdb_ctf.c255 if ((s = strsplit(name, ' ')) != NULL) {
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.h41 extern char **strsplit(char *string, const char *seperators);
H A Dcommon.c410 * strsplit() splits a string into a NULL terminated array of substrings
416 strsplit(char *string, const char *seperators) function
H A Dlpc.c526 if ((av = strsplit(line, " \t\n")) != NULL)
H A Dlpstat.c1356 users = strsplit(optarg, ", \n");
1426 users = strsplit(pw->pw_name, "");
H A Din.lpd.c708 args = strsplit(&buf[1], "\t\n ");
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns_bsd_addr.c42 strsplit(char *string, char *seperators) function
114 list = strsplit(tmp, ",");
207 value = (void *)strsplit(string, ",");

Completed in 255 milliseconds