Searched refs:strcspn (Results 76 - 100 of 170) sorted by relevance

1234567

/macosx-10.10/file-46/file/src/
H A Dprint.c236 pp[strcspn(pp, "\n")] = '\0';
H A Dvasprintf.c182 len = strcspn(s->src_string, "%"); /* reachs the next '%' or end of input string */
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c273 next = line + strcspn(line, " \t\r\n");
307 len = strcspn(line, " \t\r\n");
348 len = strcspn(line, " \t\r\n");
371 next = line + strcspn(line, " \t\r\n");
/macosx-10.10/libedit-40/src/
H A Dchartype.h163 #define Strcspn(s,r) strcspn(s,r)
/macosx-10.10/netcat-22/
H A Dsocks.c236 if (strcspn(host, "\r\n\t []:") != strlen(host))
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict_thash.c201 value = key + strcspn(key, " \t\r\n");
/macosx-10.10/procmail-14/procmail/src/
H A Dfrom.c45 start=skpspace(start);start+=strcspn(start," \t\n"); /* jump over address */
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dstring.cpp270 return Left(strcspn(Data(), set));
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXbsearch.c82 fieldLen = strcspn (line, " \t\r\n\v\f");
/macosx-10.10/uucp-11/uucp/unix/
H A Dinit.c219 ab[strcspn (ab, ".")] = '\0';
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dhport.c190 pzsplit[1][strcspn (pzsplit[1], ",")] = '\0';
H A Dvport.c92 zline[strcspn (zline, "#")] = '\0';
/macosx-10.10/uucp-11/uucp/
H A Duupick.c229 zto[strcspn (zto, " \t\n")] = '\0';
H A Duucp.h212 extern size_t strlen (), strspn (), strcspn ();
/macosx-10.10/autofs-246/automountlib/
H A Dns_files.c416 if (strcspn(opts, " \t") == strlen(opts)) {
443 if (strcspn(opts, " \t") == strlen(opts)) {
/macosx-10.10/pam_modules-140/modules/pam_env/
H A Dpam_env.c387 length = strcspn(buffer," \t\n");
426 length = strcspn(ptr, " \t\n");
/macosx-10.10/postfix-255/postfix/src/milter/
H A Dtest-milter.c331 len = strcspn(buf, "\n");
770 reply_message = reply_dsn + strcspn(reply_dsn, " ");
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dsl.c193 buf[strcspn(buf, "\r\n")] = '\0';
/macosx-10.10/apache-793/httpd/support/
H A Dhtpasswd.c455 len = strcspn(hash, "\r\n");
/macosx-10.10/libresolv-57/
H A Dres_init.c765 cp[strcspn(cp, ";# \t\n")] = '\0';
1103 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1);
1111 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1);
1119 i = MIN(strcspn(cp, " \t"), sizeof(ext->bsuffix) - 1);
/macosx-10.10/ntp-92/libopts/
H A Denumeration.c450 len = strcspn( pzArg, zSpn );
/macosx-10.10/ntp-92/ntpd/
H A Dntp_scanner.c381 && (strcspn(str, special_chars) < len
/macosx-10.10/ntp-92/sntp/libopts/
H A Denumeration.c450 len = strcspn( pzArg, zSpn );
/macosx-10.10/sudo-73/src/
H A Dsudoreplay.c818 li->cwd[strcspn(li->cwd, "\n")] = '\0';
819 li->cmd[strcspn(li->cmd, "\n")] = '\0';
825 buf[strcspn(buf, "\n")] = '\0';
/macosx-10.10/objc4-646/runtime/
H A Dobjc-class.mm1098 const char *end = start + strcspn(attrs, ",");
1125 nameEnd = nameStart + strcspn(nameStart, "\",");

Completed in 381 milliseconds

1234567