HomeSort by: relevance | last modified time | path
    Searched refs:INTERNAL (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/x68k/dev/
scsiromvar.h 42 INTERNAL = 0, /* onboard */
scsirom.c 80 if (ia->ia_addr == scsirom_descr[INTERNAL].addr)
81 which = INTERNAL;
117 if (r == INTERNAL)
154 if (sc->sc_which == INTERNAL)
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_linkage.py 22 static int internal;
31 internal = get_cursor(tu.cursor, 'internal')
32 self.assertEqual(internal.linkage, LinkageKind.INTERNAL)
  /src/external/gpl2/diffutils/dist/lib/
strtol.c 238 # define INTERNAL(X) INTERNAL1(X)
242 # define INTERNAL(X) __/**/X/**/_internal
260 INTERNAL (strtol) (nptr, endptr, base, group LOCALE_PARAM)
474 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /src/external/gpl2/grep/dist/lib/
strtol.c 242 # define INTERNAL(X) INTERNAL1(X)
246 # define INTERNAL(X) __/**/X/**/_internal
264 INTERNAL (strtol) (nptr, endptr, base, group LOCALE_PARAM)
478 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 223 #define INTERNAL(X) INTERNAL1(X)
242 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
437 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 223 #define INTERNAL(X) INTERNAL1(X)
242 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
437 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 236 #define INTERNAL(X) INTERNAL1(X)
255 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
450 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /src/sys/rump/
listsrcdirs 17 echo $0: INTERNAL ERROR
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 46 INTERNAL,
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
strtod_l.c 457 #define INTERNAL(x) INTERNAL1(x)
460 # define ____STRTOF_INTERNAL INTERNAL (__STRTOF)
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
strtod_l.c 457 #define INTERNAL(x) INTERNAL1(x)
460 # define ____STRTOF_INTERNAL INTERNAL (__STRTOF)
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 208 // STATIC - Name is internal to the module
209 // INTERNAL - Name is internal to the component (i.e., directory)
214 #define INTERNAL
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 110 | ^DEFINE_LHASH_OF_(INTERNAL|DEPRECATED)
118 # Collect all POD files, both internal and public, and regardless of location
120 # tags to them. For example, internal docs will have the word "internal"
144 # 'internal_manual' - inclusive selector, adds internal manuals to the
178 if $tags{manual} && ($tags{public} // !$tags{internal});
180 if $tags{manual} && ($tags{internal} // !$tags{public});
182 if $tags{header} && ($tags{public} // !$tags{internal});
186 delete $tags{internal};
216 print STDERR "DEBUG[files]: collecting internal manuals\n
    [all...]
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2159 LinkageKind.INTERNAL = LinkageKind(2)

Completed in 70 milliseconds