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

123456

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dstrsep.c51 *str = *str + strcspn(*str, delim);
H A Dstrsep_copy.c54 *stringp = *stringp + strcspn(*stringp, delim);
H A Denvironment.c84 buf[strcspn(buf, "#\n")] = '\0';
/freebsd-9.3-release/lib/libc/mips/string/
H A DMakefile.inc6 rindex.S strcat.c strcmp.S strcpy.c strcspn.c strlen.S \
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dacu.c105 cp += strcspn(cp, ",");
125 cp = &string[strcspn(string, " \t\n")];
134 *(cp + strcspn(cp, ",\n")) = '\0';
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core_compat.c68 pos = strcspn(buf, "@");
90 pos = strcspn(buf, "@");
104 pos = strcspn(buf, "@");
127 pos = strcspn(buf, "@");
H A Dlibzfs_core.c276 pool[strcspn(pool, "/@")] = '\0';
326 pool[strcspn(pool, "/@")] = '\0';
421 pool[strcspn(pool, "/@")] = '\0';
466 pool[strcspn(pool, "/@")] = '\0';
693 pool[strcspn(pool, "/#")] = '\0';
755 pool[strcspn(pool, "/#")] = '\0';
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dstring.h48 using std::strcspn;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c70 s[strcspn(s, "\n")] = '\0';
/freebsd-9.3-release/lib/libc/string/
H A Dstrcspn.c38 strcspn(const char *s, const char *charset) function
H A DSymbol.map32 strcspn;
H A DMakefile.inc13 strcat.c strcasestr.c strchr.c strcmp.c strcoll.c strcpy.c strcspn.c \
33 strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 \
/freebsd-9.3-release/sys/libkern/
H A Dstrcspn.c38 strcspn(const char * __restrict s, const char * __restrict charset) function
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h68 #undef strcspn macro
91 using ::strcspn;
/freebsd-9.3-release/bin/sh/
H A Doutput.c145 if (p[strcspn(p, "|&;<>()$`\\\"' \t\n*?[~#")] == '\0' ||
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dstring2key.c164 buf[strcspn(buf, "\r\n")] = '\0';
171 buf[strcspn(buf, "\r\n")] = '\0';
H A Dkstash.c120 buf[strcspn(buf, "\r\n")] = '\0';
/freebsd-9.3-release/include/
H A Dstring.h80 size_t strcspn(const char *, const char *) __pure;
/freebsd-9.3-release/sbin/ddb/
H A Dddb.c82 spn = strcspn(argv[0], WHITESP);
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c117 if (strcspn(pw, classes[i]) < len)
195 reply[strcspn(reply, "\n")] = '\0';
205 reply[strcspn(reply, "\n")] = '\0';
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dstash.c93 buf[strcspn(buf, "\r\n")] = '\0';
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dgenerate-requests.c61 buf[strcspn(buf, "\r\n")] = '\0';
/freebsd-9.3-release/crypto/openssh/
H A Dsshlogin.c108 time_string[strcspn(time_string, "\n")] = '\0';
/freebsd-9.3-release/usr.bin/pathchk/
H A Dpathchk.c128 complen = (long)strcspn(p, "/");
/freebsd-9.3-release/usr.sbin/chkgrp/
H A Dchkgrp.c151 if (strcspn(f[k], " \t") != strlen(f[k])) {

Completed in 530 milliseconds

123456