Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 46) sorted by relevance

12

/mirbsd/src/sys/netipx/
Dipx_pcb.c368 int matchwild = 3, wildcard; local
377 wildcard = 0;
380 wildcard++;
383 wildcard++;
391 wildcard++;
395 if (wildcard && wildp==0)
397 if (wildcard < matchwild) {
399 matchwild = wildcard;
400 if (wildcard == 0)
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_vhost.c655 int wildcard; in ap_fini_vhost_config() local
657 wildcard = 0; in ap_fini_vhost_config()
664 wildcard++; in ap_fini_vhost_config()
676 wildcard++; in ap_fini_vhost_config()
683 if (!wildcard) { in ap_fini_vhost_config()
710 int wildcard; in ap_fini_vhost_config() local
712 wildcard = 0; in ap_fini_vhost_config()
719 wildcard++; in ap_fini_vhost_config()
721 wildcard++; in ap_fini_vhost_config()
733 wildcard++; in ap_fini_vhost_config()
[all …]
/mirbsd/src/sys/netinet/
Din_pcb.c733 int matchwild = 3, wildcard; local
742 wildcard = 0;
753 wildcard++;
758 wildcard++;
763 wildcard++;
769 wildcard++;
781 wildcard++;
787 wildcard++;
791 wildcard++;
796 wildcard++;
[all …]
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFormat.c379 HTAtom *wildcard = NULL; /* = HTAtom_for("*"); lookup when needed - kw */ in HTFindPresentation() local
407 if (!wildcard) in HTFindPresentation()
408 wildcard = WWW_WILDCARD_REP_OUT; in HTFindPresentation()
409 if (pres->rep_out == wildcard) { in HTFindPresentation()
452 if (!wildcard) in HTFindPresentation()
453 wildcard = WWW_WILDCARD_REP_OUT; in HTFindPresentation()
454 if (pres->rep_out == wildcard) { in HTFindPresentation()
604 HTAtom *wildcard = WWW_WILDCARD_REP_OUT; in HTStackValue() local
620 (pres->rep_out == rep_out || pres->rep_out == wildcard)) { in HTStackValue()
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Delf32crx.sc85 first. Because this is a wildcard, it
89 wildcard. The wildcard also means that it
Delfd10v.sc15 first. Because this is a wildcard, it
19 wildcard. The wildcard also means that it
Delfd30v.sc7 first. Because this is a wildcard, it
11 wildcard. The wildcard also means that it
Dxstormy16.sc63 first. Because this is a wildcard, it
67 wildcard. The wildcard also means that it
Delf_chaos.sc111 first. Because this is a wildcard, it
115 wildcard. The wildcard also means that it
Delf32sh-symbian.sc92 first. Because this is a wildcard, it
96 wildcard. The wildcard also means that it
Diq2000.sc79 first. Because this is a wildcard, it
83 wildcard. The wildcard also means that it
Darmbpabi.sc72 first. Because this is a wildcard, it
76 wildcard. The wildcard also means that it
Delfxtensa.sc169 first. Because this is a wildcard, it
173 wildcard. The wildcard also means that it
Delf.sc187 first. Because this is a wildcard, it
191 wildcard. The wildcard also means that it
/mirbsd/src/share/doc/smm/18.net/
Dspell.ok298 wildcard
/mirbsd/src/share/doc/smm/02.config/
Dspell.ok302 wildcard
/mirbsd/src/gnu/usr.bin/binutils/config/
Dgettext-sister.m448 # before the dot that mustn't act as a wildcard).
/mirbsd/src/share/doc/psd/21.ipc/
Dspell.ok344 wildcard
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldgram.y76 struct wildcard_spec wildcard; member
103 %type <wildcard> wildcard_spec
Dld.texinfo872 @var{SECTION}, or if the optional wildcard @var{SECTION} argument is
1506 This option will apply @code{SORT_BY_NAME} to all wildcard section
1511 This option will apply @code{SORT_BY_ALIGNMENT} to all wildcard section
2488 wildcard which matches any file name. The expression @samp{*(.text)}
3149 * Input Section Wildcards:: Input section wildcard patterns
3161 The file name and the section name may be wildcard patterns, which we
3171 Here the @samp{*} is a wildcard which matches any file name. To exclude a list
3172 of files from matching the file name wildcard, EXCLUDE_FILE may be used to
3219 @cindex wildcard file name patterns
3220 @cindex file name wildcard patterns
[all …]
/mirbsd/src/share/doc/smm/01.setup/
Dspell.ok600 wildcard
/mirbsd/src/usr.bin/ssh/
Dchannels.c2454 int sock, r, success = 0, wildcard = 0, is_client; in channel_setup_fwd_listener() local
2493 wildcard = 1; in channel_setup_fwd_listener()
2499 wildcard = 1; in channel_setup_fwd_listener()
2505 type, wildcard, (addr == NULL) ? "NULL" : addr); in channel_setup_fwd_listener()
2513 hints.ai_flags = wildcard ? AI_PASSIVE : 0; in channel_setup_fwd_listener()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dobjcopy.c194 static bfd_boolean wildcard = FALSE; variable
749 if (wildcard) in is_specified_symbol()
2463 wildcard = TRUE; in strip_main()
2653 wildcard = TRUE; in copy_main()
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dxtensaelf.em1197 /* Check for sorting in a section list wildcard spec as well. */
1214 /* Check for sorting in a section list wildcard spec as well. */
1238 /* If this wildcard does not reorder.... */
1411 /* If this wildcard does not reorder.... */
/mirbsd/src/gnu/usr.bin/perl/vms/
Dperlvms.pod216 the wildcard filespec uses VMS syntax, the resultant
219 Similar to the behavior of wildcard globbing for a Unix shell,
236 to C<glob()> VMS wildcard expansion is performed. (csh-style
237 wildcard expansion is available if you use C<File::Glob::glob>.)
238 If the wildcard filespec contains a device or directory

12