Searched refs:colon (Results 51 - 75 of 148) sorted by relevance

123456

/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DTGLexer.cpp103 case ':': return tgtok::colon;
/macosx-10.9.5/sudo-72/src/
H A Dglob.c448 const Char *colon; local
452 if ((colon = g_strchr(pattern, ':')) == NULL || colon[1] != ']')
455 len = (size_t)(colon - pattern);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dxdefaults.vim26 " mark lines which do not contain a colon as errors.
28 " which contain at least two WORDS and no colon. This
H A Dscreen.vim85 \ colon
/macosx-10.9.5/vim-53/src/po/
H A Dcheck.vim72 " - msgstr "E123 ..." missing colon
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dmit.c931 char *colon; local
1004 colon = strchr (ctx->admin_server, ':');
1005 if (colon != NULL)
1006 *colon++ = '\0';
1012 else if (colon != NULL) {
1014 ctx->kadmind_port = htons(strtol (colon, &end, 0));
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A DDbg.c996 char *colon; local
999 colon = strchr(ref,':');
1000 if (colon) {
1001 *colon = '\0';
1003 *colon = ':';
1004 linep = colon + 1;
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dipcp.c498 char *colon; local
506 if ((colon = strchr(arg, ':')) == NULL)
512 * If colon first character, then no local addr.
514 if (colon != arg && option_priority >= prio_local) {
515 *colon = '\0';
529 *colon = ':';
534 * If colon last character, then no remote addr.
536 if (*++colon != '\0' && option_priority >= prio_remote) {
537 if ((remote = inet_addr(colon)) == (u_int32_t) -1) {
538 if ((hp = gethostbyname(colon))
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfileio.c735 dst[slen - 1] = 0; /* remove colon */
1057 unsigned char * colon = 0;
1174 colon when stripping the drive letter. Otherwise, this expands to
1239 if (!slash && p > nm && (brack || colon)) {
1240 nm = (brack ? brack + 1 : colon + 1);
1243 colon = 0;
1276 if (p[0] == ':' && (colon || slash))
1286 /* if node::dev:, move colon following dev */
1287 else if (colon && colon[
1051 unsigned char * colon = 0; variable
[all...]
/macosx-10.9.5/NFS-81/mount_nfs/
H A Dmount_nfs.c1620 * Comma followed by a colon(slash) indicates multiple locations are specified.
1629 * Scan the string to find the next colon(slash) or comma.
1631 * Once a colon(slash) is found, grab the path following the colon and
1642 char *argcopy, *p, *q, *host, *path, *colon, *colonslash, ch; local
1656 colon = colonslash = NULL;
1660 while (*p && (!colon || !colonslash)) {
1669 if (!colon)
1670 colon = p;
1691 while (*p && (!colon || !colonslas
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Drcp.c140 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
175 src = colon(argv[i]);
236 if (!(src = colon(argv[i]))) { /* Local to local. */
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_headers.c42 * The header name can include the colon, or not.
394 const char *colon; local
492 if ((colon = ap_strchr_c(hdr, ':'))) {
493 hdr = apr_pstrmemdup(cmd->pool, hdr, colon-hdr);
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dspctl.cpp580 string::size_type colon = typeString.find(':'); local
581 if (colon != string::npos)
582 typeString = typeString.substr(colon+1);
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DMac.pm92 leading colon.
96 A trailing colon is added automatically to the resulting path, to denote a
104 see (4), or arguments consisting solely of colons ("colon paths"),
118 Adding a colon ":" or empty string "" to a path at I<any> position
121 (6)). This way, a colon ":" is handled like a "." (curdir) on Unix,
217 # updir colon path ('::', ':::' etc.), don't shift
239 if ($arg =~ /^::+\Z(?!\n)/ ) { # updir colon path like ':::'
241 while ((@args) && ($args[0] =~ /^::+\Z(?!\n)/) ) { # while updir colon path
255 # add a leading colon if need be
505 colon t
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls_m.c809 /* if you want to use a password containing a colon character, use
813 char *colon; local
818 colon = PL_strchr( line, ':' );
819 if ( colon ) {
820 if ( *(colon + 1) && token_name &&
821 !PL_strncmp( token_name, line, colon-line ) ) {
822 candidate = colon + 1; /* found a definite match */
824 } else if ( !PL_strncmp( DEFAULT_TOKEN_NAME, line, colon-line ) ) {
825 candidate = colon + 1; /* found possible match */
1756 const char *colon local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dglob.c441 const Char *colon; local
445 if ((colon = g_strchr(pattern, ':')) == NULL || colon[1] != ']')
448 len = (size_t)(colon - pattern);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debnf-yac.el191 (or (eq (ebnf-yac-lex) 'colon)
303 (aset table ?: 'colon)
H A Ddelphi.el669 ((delphi-char-token-at p ?: 'colon))
836 ((and (eq 'colon kind)
875 ;; Scan until the semi colon.
1034 (defun delphi-is-use-clause-end (at-token last-token last-colon from-kind)
1037 (not last-colon)
1078 (last-colon nil)
1108 ((delphi-is-use-clause-end token last-token last-colon from-kind)
1124 ((eq 'colon token-kind) (setq last-colon token))
1130 (if last-colon (delph
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest-death-test.cc1102 const ::std::string::size_type colon = str.find(delimiter, pos); local
1103 if (colon == ::std::string::npos) {
1107 parsed.push_back(str.substr(pos, colon - pos));
1108 pos = colon + 1;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/yaml/
H A Drb.test274 the colon followed by space is an indicator: but is a string:right here
279 } -result [dict create {the colon followed by space is an indicator} {but is a string:right here} {same for the pound sign} {here we have it#in a string} {the comma can, honestly, be used in most cases} {{but not in} {inline collections}}]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim49 let colon = strridx(line, ':')
63 if colon > -1
64 let borders[colon] = "colon"
102 elseif borders[max(keys(borders))] == 'colon'
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A Dapi.txt41 one of the colon-separated directories in the `paths' parameter. The data
66 This function reloads the data files from one of the colon-separated
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_config.c.orig1072 const char *err, *colon;
1108 colon = ap_strchr_c(arg, ':');
1110 ap_server_root_relative(mc->pPool, colon+1);
1114 colon+1);
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Darp_session.c1734 const char * colon; local
1736 colon = strchr(scan, ':');
1737 if (colon == NULL) {
1739 colon = str + slen;
1741 if ((colon - scan) > (sizeof(tmp) - 1)) {
1744 strncpy(tmp, scan, colon - scan);
1745 tmp[colon - scan] = '\0';
1747 scan = colon + 1;
/macosx-10.9.5/cctools-845/as/
H A Dsymbols.c312 colon (fb_label_name (n, 0), 1);
416 * colon()
428 colon( /* just seen "x:" - rattle symbols & frags */
424 colon( /* just seen "x:" - rattle symbols & frags */ function

Completed in 351 milliseconds

123456