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

1234567

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dstrsep.c48 *str = *str + strcspn(*str, delim);
H A Dstrsep_copy.c51 *stringp = *stringp + strcspn(*stringp, delim);
H A Denvironment.c81 buf[strcspn(buf, "#\n")] = '\0';
/freebsd-10.0-release/lib/libc/mips/string/
H A DMakefile.inc6 strcat.c strchr.S strcmp.S strcpy.c strcspn.c strlen.S \
/freebsd-10.0-release/usr.bin/patch/
H A Dmkpath.c57 slash += strcspn(slash, "/");
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dvalidate.c49 const apr_size_t len = strcspn(mime_type, "; ");
99 const apr_size_t len = strcspn(mime_type, "; ");
/freebsd-10.0-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-10.0-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';
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dstring.h48 using std::strcspn;
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c68 s[strcspn(s, "\n")] = '\0';
/freebsd-10.0-release/lib/libc/string/
H A Dstrcspn.c38 strcspn(const char *s, const char *charset) function
H A DSymbol.map32 strcspn;
H A DMakefile.inc14 strcspn.c strdup.c strerror.c strlcat.c strlcpy.c strlen.c strmode.c \
33 strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 \
/freebsd-10.0-release/sys/libkern/
H A Dstrcspn.c38 strcspn(const char * __restrict s, const char * __restrict charset) function
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h68 #undef strcspn macro
91 using ::strcspn;
/freebsd-10.0-release/bin/sh/
H A Doutput.c126 if (p[strcspn(p, "|&;<>()$`\\\"' \t\n*?[~#")] == '\0' ||
/freebsd-10.0-release/usr.bin/talk/
H A Dget_names.c83 cp = argv[1] + strcspn(argv[1], "@:!");
/freebsd-10.0-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c190 p += strcspn (p, " \t=");
200 p += strcspn (p, " \t");
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dstring2key.c147 buf[strcspn(buf, "\r\n")] = '\0';
154 buf[strcspn(buf, "\r\n")] = '\0';
/freebsd-10.0-release/crypto/heimdal/kuser/
H A Dgenerate-requests.c49 buf[strcspn(buf, "\r\n")] = '\0';
/freebsd-10.0-release/include/
H A Dstring.h83 size_t strcspn(const char *, const char *) __pure;
/freebsd-10.0-release/sbin/ddb/
H A Dddb.c82 spn = strcspn(argv[0], WHITESP);
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c115 if (strcspn(pw, classes[i]) < len)
193 reply[strcspn(reply, "\n")] = '\0';
203 reply[strcspn(reply, "\n")] = '\0';
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dstash.c95 buf[strcspn(buf, "\r\n")] = '\0';

Completed in 173 milliseconds

1234567