Searched refs:strcspn (Results 26 - 50 of 170) sorted by relevance

1234567

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstring_.h224 /* strcspn() assumes the second argument is a list of single-byte characters.
228 # undef strcspn macro
229 # define strcspn(s,a) \ macro
230 (GL_LINK_WARNING ("strcspn cannot work correctly on character strings " \
233 strcspn (s, a))
480 Unlike strcspn(), this function works correctly in multibyte locales. */
/macosx-10.10/postfix-255/postfix/src/postconf/
H A Dpostconf_edit.c237 vstring_strncpy(key, cp, strcspn(cp, " \t\r\n="));
344 && req->edit_value[strcspn(req->edit_value, PCF_MASTER_BLANKS)])
378 && req->edit_value[strcspn(req->edit_value, PCF_MASTER_BLANKS)])
389 && req->edit_value[strcspn(req->edit_value, PCF_MASTER_BLANKS)])
453 if (service_type[strcspn(service_type, "=/")] != 0)
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dvsinfo.c92 zline[strcspn (zline, "#")] = '\0';
358 zline[strcspn (zline, "#")] = '\0';
511 zline[strcspn (zline, "#\n")] = '\0';
526 zline[strcspn (zline, "#\n")] = '\0';
580 zline[strcspn (zline, "#,\n")] = '\0';
/macosx-10.10/Heimdal-398.1.2/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';
/macosx-10.10/BerkeleyDB-21/db/examples_c/csv/
H A Dquery.c132 if ((len = strcspn(field = input, "<>!=~")) == 0)
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dstash.c95 buf[strcspn(buf, "\r\n")] = '\0';
H A Dadd-random-users.c58 buf[strcspn(buf, "\r\n")] = '\0';
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dkstash.c120 buf[strcspn(buf, "\r\n")] = '\0';
/macosx-10.10/Libc-1044.1.2/include/
H A Dstring.h80 size_t strcspn(const char *, const char *);
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshlogin.c108 time_string[strcspn(time_string, "\n")] = '\0';
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dfilediskrep.cpp112 cmd[strcspn(cmd, " \t\n\r\f")] = '\0';
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dfilediskrep.cpp112 cmd[strcspn(cmd, " \t\n\r\f")] = '\0';
/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Dmisc.c76 cp = &buf[strcspn(buf, " \t")];
/macosx-10.10/file_cmds-242/pathchk/
H A Dpathchk.c118 complen = (long)strcspn(p, "/");
/macosx-10.10/postfix-255/postfix/src/global/
H A Dstrip_addr.c69 if (*delimiter_set == 0 || full[strcspn(full, delimiter_set)] == 0) {
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dstring.h51 extern size_t strcspn _ANSI_ARGS_((CONST char *string,
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dstring.h53 extern size_t strcspn _ANSI_ARGS_((CONST char *string,
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-demangle.c238 p += strcspn (p, " \t=");
248 p += strcspn (p, " \t");
/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlimits_conf.c142 buf[strcspn(buf, "#\r\n")] = '\0';
/macosx-10.10/Heimdal-398.1.2/kpasswd/
H A Dkpasswd-generator.c51 buf[strcspn(buf, "\r\n")] = '\0';
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkswitch.c49 buf[strcspn(buf, "\r\n")] = '\0';
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dasn1_gen.c80 buf[strcspn(buf, "\r\n")] = '\0';
H A Dmain.c163 buf[strcspn(buf, "\n\r")] = '\0';
/macosx-10.10/Heimdal-398.1.2/lib/com_err/
H A Dcompile_et.c231 Basename[strcspn(Basename, ".")] = '\0';
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dlock.c201 s[strcspn(s, "\n")] = '\0';

Completed in 320 milliseconds

1234567