Searched defs:strsplit (Results 1 - 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c518 strsplit(char *s, char c) function
530 * Same as strsplit, but split from the last occurrence of character c.
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.c410 * strsplit() splits a string into a NULL terminated array of substrings
416 strsplit(char *string, const char *seperators) function
/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 70 milliseconds