Searched refs:wildcard (Results 101 - 125 of 157) sorted by relevance

1234567

/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dsrv_33.c346 UNUSED(wildcard);
H A Dwks_11.c362 return (dns_name_ishostname(name, wildcard));
H A Da6_38.c432 return (dns_name_ishostname(name, wildcard));
H A Dapl_42.c434 UNUSED(wildcard);
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dsendmail.el1745 non-random-len wildcard)
1747 ;; create a wildcard which matches possible candidates.
1753 (setq wildcard (concat (substring file-name 0 non-random-len) "*"))
1754 (if (null (file-expand-wildcards wildcard))
1761 (dired-other-window wildcard (concat dired-listing-switches "t")))
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A DschemasInternals.h286 * If the wildcard is complete.
303 * A wildcard.
324 * The attribute wildcard has been already builded.
330 * The attribute wildcard has been already builded.
430 * the complexType owns an attribute wildcard, i.e.
951 XMLPUBFUN void XMLCALL xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard);
/macosx-10.10/net_snmp-143/
H A DMakefile127 MIBFILES := $(wildcard mibs/*.txt)
/macosx-10.10/perl-103/5.16/
H A DGNUmakefile245 ifneq ($(wildcard $(GNUmakefile_inc)),)
/macosx-10.10/perl-103/5.18/
H A DGNUmakefile238 ifneq ($(wildcard $(GNUmakefile_inc)),)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DschemasInternals.h286 * If the wildcard is complete.
303 * A wildcard.
324 * The attribute wildcard has been already builded.
330 * The attribute wildcard has been already builded.
430 * the complexType owns an attribute wildcard, i.e.
951 XMLPUBFUN void XMLCALL xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dftplistparser.c152 /* This struct is used in wildcard downloading - for parsing LIST response */
275 struct ftp_wc_tmpdata *tmpdata = conn->data->wildcard.tmp;
307 struct WildcardData *wc = &conn->data->wildcard;
364 struct ftp_wc_tmpdata *tmpdata = conn->data->wildcard.tmp;
H A Dmulti.c559 Curl_wildcard_dtor(&data->wildcard);
1255 /* some steps needed for wildcard matching */
1257 struct WildcardData *wc = &data->wildcard;
1630 if(data->wildcard.state != CURLWC_DONE) {
1631 /* if a wildcard is set and we are not ending -> lets start again
1749 struct WildcardData *wc = &data->wildcard;
1754 CURLcode ret = Curl_wildcard_init(wc); /* init wildcard structures */
1767 /* destruct wildcard structures if it is needed */
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddired-x.el197 a normal and a wildcard buffer for the same directory, \\[dired] will
730 ;; Shell wildcards will be used if there already is a `wildcard'
732 ;; is no other way to get wildcards. Insert a `wildcard' line by
744 (let ((wildcard (save-excursion
747 (and (looking-at "^ wildcard ")
750 (if wildcard
751 (setq dirname (expand-file-name wildcard default-directory))))
778 ;; perhaps wildcard it belongs:
1490 ;; don't try to find a wildcard as a subdirectory
1520 ;;; ;; Return a list of buffers that dired DIR (a directory or wildcard)
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dipseckey_45.c442 UNUSED(wildcard);
H A Dnsec_47.c347 UNUSED(wildcard);
H A Drrsig_46.c530 UNUSED(wildcard);
H A Dsig_24.c561 UNUSED(wildcard);
H A Dsoa_6.c412 UNUSED(wildcard);
H A Dtkey_249.c538 UNUSED(wildcard);
/macosx-10.10/python-89/
H A DMakefile7 SDKVERSIONERDIR := $(or $(wildcard $(SDKROOT)$(VERSIONERDIR)),$(VERSIONERDIR))
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl29 -pattern - a glob-style filename-matching wildcard. ex: -pattern *.pdf
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DGNUmakefile115 ifneq ($(wildcard $(subst ${space},\ ,${TCL_BUILD_DIR})/tclConfig.sh),)
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DMakefile111 ifneq ($(wildcard ${TCL_BUILD_DIR}/tclConfig.sh),)
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c2685 * specified address or wildcard. On the client, a specified bind
2688 * and force a wildcard bind, whereas a value of 2 (``clientspecified'')
2693 * "0.0.0.0" -> wildcard v4/v6 if SSH_OLD_FORWARD_ADDR
2694 * "" (empty string), "*" -> wildcard v4/v6
2702 int wildcard = 0; local
2707 wildcard = 1;
2713 wildcard = 1;
2718 *wildcardp = wildcard;
2728 int sock, r, success = 0, wildcard = 0, is_client; local
2748 addr = channel_fwd_bind_addr(listen_addr, &wildcard,
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrustAdditions.cpp921 // returns true if the provided certificate contains a wildcard in either
937 const CFStringRef wildcard = CFSTR("*"); local
942 CFRange foundRange = CFStringFind(name, wildcard, 0);
998 // - cannot specify a wildcard in commonName or subjectAltName
1012 // check leaf certificate for wildcard names
1014 trustDebug("has wildcard name (does not meet EV criteria)");

Completed in 291 milliseconds

1234567