HomeSort by: relevance | last modified time | path
    Searched refs:alternate (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl2/texinfo/dist/info/
search.c 95 char *alternate = (char *)NULL;
99 /* We match characters in the search buffer against STRING and ALTERNATE.
100 ALTERNATE is a case reversed version of STRING; this is cheaper than
101 case folding each character before comparison. Alternate is only
106 alternate = xstrdup (string);
110 if (islower (alternate[i]))
111 alternate[i] = toupper (alternate[i]);
112 else if (isupper (alternate[i]))
113 alternate[i] = tolower (alternate[i])
94 char *alternate = (char *)NULL; local
154 char *alternate = (char *)NULL; local
    [all...]
  /src/lib/libc/arch/x86_64/string/
swab.S 23 jz L2 # while swapping alternate bytes.
32 jz L4 # while swapping alternate bytes.
  /src/lib/libc/arch/i386/string/
swab.S 27 jz L2 # while swapping alternate bytes.
37 jz L4 # while swapping alternate bytes.
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ns2/
named.conf.j2 42 view alternate {
  /src/external/mpl/bind/dist/bin/tests/system/dlzexternal/
tests.sh 110 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
164 lines=$(grep "dlz_findzonedb.*test\.example\.com.*alternate.nil" ns1/named.run | wc -l)
174 lines=$(grep "dlz_findzonedb.*example\.net.*alternate.nil" ns1/named.run | wc -l)
180 lines=$(grep "dlz_findzonedb.*example\.net.*alternate.nil" ns1/named.run | wc -l
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.h 148 /* Get the current or alternate table pointer. Getting the alternate
152 extern leap_table_t *leapsec_get_table(int alternate);
ntp_leapsec.c 89 int alternate)
105 if (alternate) {
  /src/external/mit/xorg/lib/fontconfig/etc/
fonts.conf 46 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
69 Accept alternate 'system ui' spelling, replacing it with 'system-ui'
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgfmt-properties-1 22 error\ 3=alternate error 3 translation
  /src/external/bsd/pdisk/dist/
dump.c 209 char *alternate; local
215 alternate = get_linux_name(map->name);
216 if (alternate) {
218 map->logical_block, map->name, alternate);
219 free(alternate);
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 81 # This is an alternate exit point for the Unimplemented Integer
114 # This is an alternate exit point for the Unimplemented Integer
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def 125 However, an alternate location can be specified on the command line.
update-leap.in 438 $NTPCONF. However, an alternate location can be specified on the
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v9/
addmul_1.asm 46 C 2. Unroll the inner loop. Since we already use alternate temporary areas,
232 xor %o5, 16, %o5 C alternate scratch variables
mul_1.asm 46 C 2. Unroll the inner loop. Since we already use alternate temporary areas,
227 xor %o5, 16, %o5 C alternate scratch variables
submul_1.asm 46 C 2. Unroll the inner loop. Since we already use alternate temporary areas,
232 xor %o5, 16, %o5 C alternate scratch variables
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 509 bool alternate)
513 return alternate ? 66667 : 48000;
516 return alternate ? 100000 : 96000;
518 return alternate ? 100000 : 120000;
1581 DRM_DEBUG_KMS("Ignoring alternate pin: VBT claims DDC pin %d, which is not valid for this platform\n",
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
README 75 This implementation is provided to demonstrate an effective alternate method
  /src/external/lgpl3/gmp/dist/mpn/alpha/
mode1o.asm 43 C This code follows the "alternate" code in mpn/generic/mode1o.c,
  /src/external/gpl3/binutils/dist/include/
hp-symtab.h 1244 vtpointer alias ; /* alternate name, if any */
1293 vtpointer alias; /* alternate name, if any */
1854 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
  /src/external/gpl3/binutils.old/dist/include/
hp-symtab.h 1244 vtpointer alias ; /* alternate name, if any */
1293 vtpointer alias; /* alternate name, if any */
1854 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
  /src/external/gpl3/gdb/dist/include/
hp-symtab.h 1244 vtpointer alias ; /* alternate name, if any */
1293 vtpointer alias; /* alternate name, if any */
1854 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
  /src/external/gpl3/gdb.old/dist/include/
hp-symtab.h 1244 vtpointer alias ; /* alternate name, if any */
1293 vtpointer alias; /* alternate name, if any */
1854 unsigned int alternate : 1; /* alternate unnamed aliases? */ member in struct:quick_alias
  /src/external/bsd/ipf/dist/perl/
plog 104 # (alternate address for host). Thanks to John Ladwig <jladwig@nts.umn.edu>.
1033 -s map Supply an alternate services map to be preloaded. The map should
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 48 -f specifies an alternate filename for the restrict_log file

Completed in 57 milliseconds

1 2