Home
last modified time | relevance | path

Searched refs:alternate (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsearch.c94 char *alternate = (char *)NULL; in search_forward() local
105 alternate = xstrdup (string); in search_forward()
109 if (islower (alternate[i])) in search_forward()
110 alternate[i] = toupper (alternate[i]); in search_forward()
111 else if (isupper (alternate[i])) in search_forward()
112 alternate[i] = tolower (alternate[i]); in search_forward()
125 if ((c != string[i]) && (!alternate || c != alternate[i])) in search_forward()
131 if (alternate) in search_forward()
132 free (alternate); in search_forward()
141 if (alternate) in search_forward()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/
H A Dconfig.h.in9 /* Define path to alternate assembler */
18 /* Define path to alternate compiler */
99 /* Define alternate standard lib directory */
102 /* Define path to alternate linker */
141 /* Define path to alternate preprocessor */
150 /* Define alternate standard include directory */
H A Dconfigure.ac357 # Specify alternate assembler, linker, include and lib paths
374 [Specify alternate assember.]),
379 [Specify alternate linker.]),
513 [Define alternate standard include directory])
517 [Define alternate standard lib directory])
521 [Define path to alternate assembler])
525 [Define path to alternate linker])
529 [Define path to alternate preprocessor])
533 [Define path to alternate compiler])
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dlzexternal/
H A Dtests.sh110 test_update testdc1.alternate.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1
117 $DIG $DIGOPTS +noall +answer axfr alternate.nil >dig.out.alternate.ns1.test$n || ret=1
118 lines=$(cat dig.out.alternate.ns1.test$n | wc -l)
126 $DIG $DIGOPTS -b 10.53.0.5 +noall +answer axfr alternate.nil >dig.out.alternate.ns1.test$n || ret=1
127 grep "; Transfer failed" dig.out.alternate.ns1.test$n >/dev/null || ret=1
/netbsd-src/lib/libc/arch/x86_64/string/
H A Dswab.S23 jz L2 # while swapping alternate bytes.
32 jz L4 # while swapping alternate bytes.
/netbsd-src/lib/libc/arch/i386/string/
H A Dswab.S27 jz L2 # while swapping alternate bytes.
37 jz L4 # while swapping alternate bytes.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/fr400/
H A Dmovgs.cgs16 ; try alternate names for iacc0h
29 ; try alternate names for iacc0l
/netbsd-src/external/mit/xorg/lib/fontconfig/etc/
H A Dfonts.conf46 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
69 Accept alternate 'system ui' spelling, replacing it with 'system-ui'
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmotorola61 >22 belong &0x02 may be loaded to alternate RAM,
62 >22 belong &0x04 malloc may be from alternate RAM,
/netbsd-src/external/bsd/pdisk/dist/
H A Ddump.c209 char *alternate; in dump_partition_map() local
215 alternate = get_linux_name(map->name); in dump_partition_map()
216 if (alternate) { in dump_partition_map()
218 map->logical_block, map->name, alternate); in dump_partition_map()
219 free(alternate); in dump_partition_map()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/
H A Dmovgs.cgs16 ; try alternate names for lcr
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Domap3-gta04a3.dts14 /* alternate accelerometer that might be installed on some GTA04A3 boards */
H A Dberlin2cd-google-chromecast.dts31 * normally. Fortunately, this alternate property is checked
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntp_leapsec.h152 extern leap_table_t *leapsec_get_table(int alternate);
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgfmt-properties-122 error\ 3=alternate error 3 translation
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Diskeletn.s81 # This is an alternate exit point for the Unimplemented Integer
114 # This is an alternate exit point for the Unimplemented Integer
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in45 database "dlopen ../driver/.libs/dlzexternal.so alternate.nil";
/netbsd-src/external/gpl2/groff/dist/contrib/gdiffmk/
H A DChangeLog36 * gdiffmk.sh: Make sed pattern work with alternate result of GNU
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3368-lion-haikou.dts102 /* alternate function of GPIO5/6 */
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp2.txt28 If a two element list is too confusing, I would recommend an alternate
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmacro.c76 macro_init (int alternate, int mri, int strip_at, in macro_init() argument
82 macro_alternate = alternate; in macro_init()
91 macro_set_alternate (int alternate) in macro_set_alternate() argument
93 macro_alternate = alternate; in macro_set_alternate()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/data/
H A Dconfig.ldif23 # a nonexistent alternate
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfnmatch.txh7 zero or more characters, or a set of alternate characters in square
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.txh7 zero or more characters, or a set of alternate characters in square
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.txh7 zero or more characters, or a set of alternate characters in square

12345678910>>...28