Home
last modified time | relevance | path

Searched defs:app (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/
H A DPrfDB.xs40 Prf_Get(pTHX_ HINI hini, PSZ app, PSZ key) { in Prf_Get()
59 Prf_GetLength(HINI hini, PSZ app, PSZ key) { in Prf_GetLength()
66 #define Prf_Set(hini, app, key, s, l) \ argument
134 PSZ app; variable
/openbsd-src/gnu/llvm/lldb/docs/
H A Dconf.py296 def preprocess_source(app, docname, source): argument
323 def cleanup_source(app, exception): argument
329 def setup(app): argument
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Darchures.c522 const bfd_arch_info_type * const *app, *ap; in bfd_scan_arch() local
555 const bfd_arch_info_type * const *app; in bfd_arch_list() local
1059 const bfd_arch_info_type * const *app, *ap; in bfd_lookup_arch() local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Darchures.c593 const bfd_arch_info_type * const *app, *ap; in bfd_scan_arch() local
626 const bfd_arch_info_type * const *app; in bfd_arch_list() local
1130 const bfd_arch_info_type * const *app, *ap; in bfd_lookup_arch() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-ecoff.h64 #define obj_app_file(name, app) ecoff_new_file (name, app) argument
H A Dobj-coff.h320 #define obj_app_file(name, app) c_dot_file_symbol (name, app) argument
381 #define obj_app_file(name, app) c_dot_file_symbol (name, app) argument
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dios.cc65 const ios_base::openmode ios_base::app; member in ios_base
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/io/
H A Dbasic_file_stdio.cc73 app = std::ios_base::app, in fopen_mode() enumerator
/openbsd-src/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc86 app = std::ios_base::app, in fopen_mode() enumerator
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dios.cc131 const ios_base::openmode ios_base::app; member in std::ios_base
/openbsd-src/gnu/llvm/libcxx/src/
H A Dios.cpp101 const ios_base::openmode ios_base::app; member in ios_base
/openbsd-src/bin/ksh/
H A Dc_sh.c792 timex_hook(struct op *t, char **volatile *app) in timex_hook()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dios_base.h298 static const openmode app = openmode(__ios_flags::_S_app); variable
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dios_base.h362 static const openmode app = _S_app; variable
/openbsd-src/usr.sbin/bgpd/
H A Dmrt.c625 mrt_dump_entry_v2_rib(struct rib_entry * re,struct ibuf ** nb,struct ibuf ** apb,uint16_t * np,uint16_t * app) mrt_dump_entry_v2_rib() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C32 app=8, enumerator
H A Dp784.C370 app=8, enumerator
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6323 ApplicationDelegate(Application &app, Debugger &debugger) in ApplicationDelegate()