Searched refs:strcspn (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrcspn.c41 strcspn(const char *string, const char *charset) function
H A Dsecdb.c210 if (src == NULL || src[strcspn(src, esc)] == '\0')
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c135 if ((len = strcspn(lp, WHITESPACE)) > _TZBUFLEN -1) {
152 len = strcspn(lp, NEWLINE);
260 if (strcspn(lp_cc, WHITESPACE) != CCLEN) {
271 if (((len_coord = strcspn(lp_coord, WHITESPACE)) !=
281 if ((len = strcspn(lp_tz, SLASH)) == 0) {
339 if ((len = strcspn(buff, WHITESPACE)) != CCLEN) {
354 len = strcspn(lp, NEWLINE);
487 if (strcspn(lp_cc, WHITESPACE) != CCLEN) {
497 if (((len_coord = strcspn(lp_coord, WHITESPACE)) !=
506 len_otz = strcspn(lp_ot
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_event.c149 i = strcspn(s, ":");
155 i = strcspn(s, ":");
164 i = strcspn(s, ":");
171 i = strcspn(s, "\n\0");
H A Daudit_class.c144 i = strcspn(s, ":");
155 i = strcspn(s, ":");
164 i = strcspn(s, "\n\0");
/osnet-11/usr/src/lib/libsocket/inet/
H A Dinterface_id.c196 size = strcspn(lifrp->lifr_name,
287 size = strcspn(lifrp->lifr_name, (char *)IPIF_SEPARATOR_CHAR);
/osnet-11/usr/src/lib/libwrap/
H A Dworkarounds.c307 if (*(state += strcspn(state, sep)) != 0)
H A Doptions.c158 if (*(value = curr_opt + strcspn(curr_opt, whitespace_eq))) {
442 if (*(var_value = value + strcspn(value, whitespace)))
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c430 while ((*buf != '\0') && (i = strcspn(buf, " \t\n")) == 0)
446 while ((*buf != '\0') && (i = strcspn(buf, " \t\n")) == 0)
470 while ((*buf != '\0') && (i = strcspn(buf, " \t\n")) == 0)
H A Dmeta_systemfile.c311 i = strcspn(p, " \t");
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstring.in.h424 /* strcspn() assumes the second argument is a list of single-byte characters.
428 # undef strcspn macro
429 /* Assume strcspn is always declared. */
430 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
816 Unlike strcspn(), this function works correctly in multibyte locales. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm514 sub strcspn {
515 unimpl "strcspn() is C-specific, use regular expressions instead";
840 strchr strcmp strcoll strcpy strcspn strerror strlen
/osnet-11/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c200 salt_len = MIN(strcspn(salt, "$"), MAX_SALT_LEN);
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h278 #define wcscspn strcspn
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c498 cp[strcspn(cp, ";# \t\n")] = '\0';
789 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1);
797 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1);
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdment.c463 dv += strcspn(dmap->dmap_devname, "0123456789");
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dwalk_rtree.c249 dstrealm.length = strcspn(vals[i], "\t ");
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_graph.c547 int len = strcspn(dataset, "/@") + 1;
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c108 ul = strcspn(ep, ";# \t\n");
H A Dctl_srvr.c691 rest = name + strcspn(name, space);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c532 nlit = strcspn(current, "$]");
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.c1297 size_t len = strcspn(loc, sep);
1307 size_t count = strcspn(loc, sep);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_val.c1894 next = str + strcspn(str, " \t");
1999 str = str + strcspn(str, sepset);
2015 str = str + strcspn(str, sepset);
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c965 evalue = value + strcspn(value, " \t");
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk_common.c612 strcspn(dnode->ddn_target_ports[i], ":"))) == 0) {

Completed in 345 milliseconds

12