Searched refs:strsep (Results 26 - 50 of 62) sorted by relevance

123

/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com30 BSDOBJS= putenv.o strcasecmp.o strsep.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsoconfig.c518 while ((socktup = strsep(&tupstr, ",")) != NULL) {
536 while ((valstr = strsep(&socktup, ":")) != NULL && i < 3) {
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c194 if ((value = strsep(&bp, " \t")) == NULL)
H A Ddfs.c1450 if ((lfield[i] = strsep((char **)&buf, ":")) == NULL)
1498 if ((lfield[j] = strsep((char **)&buf, ":")) == NULL) {
H A Dsmb_share.c1100 path = strsep(&ptr, " ");
2195 if ((value = strsep(&bp, " ")) == NULL)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_import.c289 currp = strsep(&stringp, delim);
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c458 for (char *h = strsep(&hdrs, ";"); h != NULL; h = strsep(&hdrs, ";")) {
475 for (a = strsep(&atype, ";"); a != NULL; a = strsep(&atype, ";")) {
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile45 strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h295 char * strsep(char **stringp, const char *delim);
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c158 ns = strsep(&s, FMEV_RS_SEPARATOR);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_iter.c369 while ((comma_separated = strsep(&cp, ",")) != NULL) {
/illumos-gate/usr/src/common/util/
H A Dstring.c644 * strsep
646 * The strsep() function locates, in the string referenced by *stringp, the
653 * If *stringp is initially NULL, strsep() returns NULL.
656 * should use strsep from libc.
659 strsep(char **stringp, const char *delim) function
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c672 addr = strsep(&addr, "/");
717 addr = strsep(&addr, "/");
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c654 while ((nv = strsep(&buf, sep)) != NULL) {
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c242 while ((hpm = strsep(&hostportmech, ":")) != NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c790 while ((token = strsep(&p, ",")) != NULL) {
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.c281 os_console = strsep(&tmp, ", ");
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c950 (native_ptr_t)(uintptr_t)strsep(&p, " \t\f\n\r");
953 q = strsep(&p, " \t\f\n\r");
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3671 s = strsep(&b, ":");
3719 char *u = strsep(&usrlist, ",");
3732 u = strsep(&usrlist, ",");
3748 char *g = strsep(&grouplist, ",");
3761 g = strsep(&grouplist, ",");
3777 s = strsep(&b, ":");
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1165 while ((ifname = strsep(&tmp, ",")) != NULL) {
2302 if ((v = strsep(&ptr, " ")) == NULL)
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c1183 while (((iflist[n] = strsep(&excludestr, ",")) != NULL) &&
H A Dsmb_pwdutil.c624 if ((argv[i] = strsep((char **)&pwentry, ":")) == NULL)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c1124 (void) strsep((char **)&name, "/");
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c259 strsep(&optarg, ","));
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnandfs.c654 while ((strp = strsep(&lpath, "/")) != NULL) {

Completed in 124 milliseconds

123