Searched refs:colon (Results 1 - 25 of 148) sorted by relevance

123456

/macosx-10.9.5/sudo-72/src/
H A Dtsgetgrpw.c104 char *cp, *colon; local
106 if ((colon = fgets(pwbuf, sizeof(pwbuf), pwf)) == NULL)
110 if ((colon = strchr(cp = colon, ':')) == NULL)
112 *colon++ = '\0';
114 if ((colon = strchr(cp = colon, ':')) == NULL)
116 *colon++ = '\0';
118 if ((colon = strchr(cp = colon, '
227 char *cp, *colon; local
[all...]
H A Dfnmatch.c106 const char *colon; local
117 if ((colon = strchr(pattern, ':')) == NULL || colon[1] != ']') {
121 *ep = colon + 2;
122 len = (size_t)(colon - pattern);
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Dextern.h45 char *colon (char *);
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Dextern.h41 char *colon(char *);
/macosx-10.9.5/vim-53/src/proto/
H A Dversion.pro7 void intro_message __ARGS((int colon));
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dhost_identifier.c130 const char * colon; local
132 colon = strchr(scan, ':');
133 if (colon == NULL) {
135 colon = str + slen;
137 if ((colon - scan) > (sizeof(tmp) - 1))
139 strncpy(tmp, scan, colon - scan);
140 tmp[colon - scan] = '\0';
142 scan = colon + 1;
H A Dnbimages.c76 * Find the next unescaped instance of the colon character.
82 char * colon; local
84 while ((colon = strchr(start, ':')) != NULL) {
85 if (colon == start) {
88 if (colon[-1] != '\\')
90 start = colon;
92 return (colon);
114 char * colon; local
118 colon = strchr(start, ':');
119 if (colon
174 char * colon; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSDataExtras.m355 const UInt8 *colon;
356 for (colon = line; *colon != ':' && colon != eol; colon ++) {
359 if (colon == eol) {
364 lastKey = (NSString *)CFMakeCollectable(CFStringCreateWithBytes(NULL, line, colon - line, kCFStringEncodingISOLatin1, FALSE));
368 for (colon++; colon != eol; colon
[all...]
H A DWebNSURLExtras.mm361 NSRange colon = [self rangeOfString:@":"];
362 if (colon.location != NSNotFound && colon.location > 0) {
363 NSRange scheme = {0, colon.location};
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dnetboot.c133 char * colon; local
137 colon = strchr(start, ':');
138 if (colon == NULL) {
141 *colon = '\0';
147 start = colon + 1;
148 colon = strchr(start, ':');
149 if (colon == NULL) {
152 *colon = '\0';
156 start = colon + 1;
157 colon
182 char * colon; local
221 char * colon; local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dquote_822_local.c151 const char *colon; local
159 if (mbox[0] == '@' && (colon = strchr(mbox, ':')) != 0)
160 start = colon + 1;
182 const char *colon; local
185 if (mbox[0] == '@' && (colon = strchr(mbox, ':')) != 0) {
186 start = colon + 1;
/macosx-10.9.5/postfix-252/postfix/src/trivial-rewrite/
H A Drewrite.c104 TOK822 *colon; local
143 && (colon = tok822_find_type(tree->head, ':')) != 0
144 && colon != tree->tail)
145 tok822_free_tree(tok822_sub_keep_after(tree, colon));
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/libipsec/
H A Dpolicy_token.l74 colon \:
138 unique{colon}{decstring} {
/macosx-10.9.5/diskdev_cmds-572.1.1/umount.tproj/
H A Dumount.c427 char *p, *colon, *colonslash, c; local
428 hostname = colon = colonslash = NULL;
434 if (!colon)
435 colon = p;
452 while (!hostname && *p && (!colon || !colonslash)) {
454 if (!colon)
455 colon = p;
461 if (!hostname && (colonslash || colon)) {
462 /* host name is the string preceding the colon(slash) */
466 else if (colon)
[all...]
/macosx-10.9.5/postfix-252/postfix/src/postalias/
H A Dpostalias.c270 TOK822 *colon; local
338 if ((colon = tok822_find_type(tok_list, ':')) == 0
339 || colon->prev == 0 || colon->next == 0
340 || tok822_rfind_type(colon, ',')) {
353 if (tok822_rfind_type(colon, '@') || tok822_rfind_type(colon, '%')) {
370 value_list = tok822_cut_after(colon);
371 tok822_unlink(colon);
372 tok822_free(colon);
[all...]
/macosx-10.9.5/mail_cmds-29/mail/
H A Daux.c149 char *colon, *oldhfield = NULL; local
157 if ((lc = gethfield(ibuf, linebuf, lc, &colon)) < 0)
159 if ((hfield = ishfield(linebuf, colon, field)) != NULL)
168 * "colon" is set to point to the colon in the header.
172 gethfield(f, linebuf, rem, colon)
176 char **colon;
196 *colon = cp;
231 ishfield(linebuf, colon, field)
233 char *colon;
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-esp.c467 char *colon, *p; local
469 colon = strchr(decode, ':');
470 if (colon == NULL) {
474 *colon = '\0';
476 len = colon - decode;
519 colon++;
520 if (colon[0] == '0' && colon[1] == 'x') {
523 colon += 2;
524 sa->secretlen = espprint_decode_hex(ndo, sa->secret, sizeof(sa->secret), colon);
549 char *colon; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dheadermap.cpp73 if (const char *colon = strchr(form, ':')) {
75 const char *value = colon + 1;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dheadermap.cpp73 if (const char *colon = strchr(form, ':')) {
75 const char *value = colon + 1;
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dperl_syck.h118 char *colon = end - 1; local
119 while ( colon >= ptr && *colon != ':' )
121 colon--;
123 if ( *colon == ':' ) *colon = '\0';
125 bnum = strtod( colon + 1, NULL );
128 end = colon;
156 char *colon = end - 1; local
157 while ( colon >
[all...]
/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dlocate.c134 extern char **colon(char **, char*, char*);
167 dbv = colon(dbv, optarg, _PATH_FCODES);
201 dbv = colon(dbv, _PATH_FCODES, _PATH_FCODES);
203 dbv = colon(dbv, path_fcodes, _PATH_FCODES);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfilelock.c436 char *at, *dot, *colon;
489 colon = dot;
490 while (*colon && *colon != ':')
491 colon++;
493 if (*colon == ':')
494 owner->boot_time = atoi (colon + 1);
433 char *at, *dot, *colon; local
/macosx-10.9.5/postfix-252/postfix/src/postscreen/
H A Dpostscreen_smtpd.c440 char *colon; local
484 if (*addr == '@' && (colon = strchr(addr, ':')) != 0)
485 addr = colon + 1;
493 char *colon; local
506 if (args == 0 || (colon = strchr(args, ':')) == 0)
509 if ((addr = psc_extract_addr(psc_temp, colon + 1)) == 0)
536 char *colon; local
546 if (args == 0 || (colon = strchr(args, ':')) == 0)
549 if ((addr = psc_extract_addr(psc_temp, colon + 1)) == 0)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp181 const char* colon = line; local
182 while (*colon != ':' && colon != endOfLine)
183 colon++;
185 if (colon == endOfLine) {
190 lastHeaderKey = capitalizeRFC822HeaderFieldName(String(line, colon - line));
193 for (colon++; colon != endOfLine; colon++) {
194 if (*colon !
[all...]
/macosx-10.9.5/securityd-55199.3/tests/
H A Dtestclient.cpp72 if (const char *colon = strchr(optarg, ':'))
73 ranseed = atoi(colon + 1);

Completed in 362 milliseconds

123456