Searched refs:strcspn (Results 51 - 75 of 170) sorted by relevance

1234567

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Ddirent.c87 pos = strcspn(comp, "*?");
H A Dparse_units.c107 u_len = strcspn (p, ", \t");
H A Drkpty.c172 s[strcspn(s, "#\n")] = '\0';
/macosx-10.10/IOKitUser-1050.1.21/platform.subproj/
H A DIOPlatformSupport.c85 modelLen = strcspn(machineModel, "0123456789");
/macosx-10.10/OpenSSH-189/openssh/
H A Dreadpass.c106 buf[strcspn(buf, "\r\n")] = '\0';
H A Dauth2-chall.c168 strcspn(kbdintctxt->devices, ",") : 0;
/macosx-10.10/postfix-255/postfix/src/global/
H A Dserver_acl.c182 if (dict_val[strcspn(dict_val, ":" SERVER_ACL_SEPARATORS)] == 0) {
H A Dmail_params.c777 if (var_myorigin[strcspn(var_myorigin, ", \t\r\n")])
781 if (var_relayhost[strcspn(var_relayhost, ", \t\r\n")])
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_sasl_auth_cache.c117 #define HAS_MULTIPLE_VALUES(s) ((s)[strcspn((s), ", \t\r\n")] != 0)
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmatch_ops.c284 || pattern[strcspn(pattern, ":/")] == 0
/macosx-10.10/uucp-11/uucp/lib/
H A Dparse.c221 z[strcspn (z, "\n")] = '\0';
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkeytab_keyfile.c88 buf[strcspn(buf, "\n")] = '\0';
109 buf[strcspn(buf, "\n")] = '\0';
H A Dconfig_file.c61 p = ptr->s + strcspn(ptr->s, "\n");
164 buf[strcspn(buf, "\r\n")] = '\0';
376 buf[strcspn(buf, "\r\n")] = '\0';
911 pos = strcspn(end, delims);
H A Dkuserok.c81 char *newline = buf + strcspn(buf, "\n");
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dsortctrl.c118 attrLen = strcspn(p, " \t:");
127 oidLen = strcspn(p, " \t"); /* Get length of OID till next whitespace */
/macosx-10.10/file-46/file/src/
H A Dfile.c410 buf[strcspn(buf, "\n")] = '\0';
420 buf[strcspn(buf, "\n")] = '\0';
/macosx-10.10/less-25/less/
H A Dregexp.c191 STATIC int strcspn();
557 len = strcspn(regparse, META);
1221 * The following is provided for those people who do not have strcspn() in
1228 * strcspn - find length of initial segment of s1 consisting entirely
1233 strcspn(s1, s2) function
/macosx-10.10/misc_cmds-33/units/
H A Dunits.c154 len = strcspn(lineptr, " \n\t");
173 len = strcspn(lineptr, "\n\t");
201 len = strcspn(lineptr, "\n\t");
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_regexp.c194 STATIC int strcspn();
469 len = strcspn(regparse, META);
1235 * The following is provided for those people who do not have strcspn() in
1242 * strcspn - find length of initial segment of s1 consisting entirely
1247 strcspn(s1, s2)
/macosx-10.10/uucp-11/uucp/
H A Dcu.c1018 zline[strcspn (zline, "\n")] = '\0';
1560 zfrom[strcspn (zfrom, " \t\n")] = '\0';
1591 zto[strcspn (zto, " \t\n")] = '\0';
1774 zfrom[strcspn (zfrom, " \t\n")] = '\0';
1801 zto[strcspn (zto, " \t\n")] = '\0';
1816 zcmd[strcspn (zcmd, "\n")] = '\0';
H A Duux.c417 && zrequestor[strcspn (zrequestor, " \t\n")] != '\0')
419 && zstatus_file[strcspn (zstatus_file, " \t\n")] != '\0'))
458 clen = strcspn (zargs, ZSHELLSEPS);
489 clen = strcspn (zarg, ZSHELLSEPS);
1198 if (zcmd[strcspn (zcmd, ZSHELLCHARS)] != '\0')
1207 if (pzargs[i][strcspn (pzargs[i], ZSHELLCHARS)] != '\0')
/macosx-10.10/uucp-11/uucp/unix/
H A Dxqtsub.c450 abcmd[strcspn (abcmd, " \t/")] = '\0';
483 abcmd[strcspn (abcmd, " \t/")] = '\0';
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dfile.c203 i = (int)strcspn(buf, "\n");
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h158 #define Strcspn(s,r) strcspn(s,r)
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dparse_units.c135 u_len = strcspn (p, ", \t");

Completed in 303 milliseconds

1234567