Home
last modified time | relevance | path

Searched refs:app (Results 1 – 25 of 38) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/os2/OS2/PrfDB/
DPrfDB.xs40 Prf_Get(pTHX_ HINI hini, PSZ app, PSZ key) { in Prf_Get() argument
45 if (CheckWinError(pPrfQueryProfileSize(hini, app, key, &len))) return &PL_sv_undef; in Prf_Get()
48 if (CheckWinError(pPrfQueryProfileData(hini, app, key, SvPVX(sv), &len)) in Prf_Get()
49 || (len == 0 && (app == NULL || key == NULL))) { /* Somewhy needed. */ in Prf_Get()
59 Prf_GetLength(HINI hini, PSZ app, PSZ key) { in Prf_GetLength() argument
62 if (CheckWinError(pPrfQueryProfileSize(hini, app, key, &len))) return -1; in Prf_GetLength()
66 #define Prf_Set(hini, app, key, s, l) \ argument
67 (!(CheckWinError(pPrfWriteProfileData(hini, app, key, s, l))))
122 Prf_Get(hini, app, key)
124 PSZ app;
[all …]
DPrfDB.pm137 my ($obj, $file, $app) = @_;
142 bless [$hini, undef, undef, $app];
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Darchures.c561 const bfd_arch_info_type * const *app, *ap; in bfd_scan_arch() local
564 for (app = bfd_archures_list; *app != NULL; app++) in bfd_scan_arch()
566 for (ap = *app; ap != NULL; ap = ap->next) in bfd_scan_arch()
594 const bfd_arch_info_type * const *app; in bfd_arch_list() local
599 for (app = bfd_archures_list; *app != NULL; app++) in bfd_arch_list()
602 for (ap = *app; ap != NULL; ap = ap->next) in bfd_arch_list()
615 for (app = bfd_archures_list; *app != NULL; app++) in bfd_arch_list()
618 for (ap = *app; ap != NULL; ap = ap->next) in bfd_arch_list()
1098 const bfd_arch_info_type * const *app, *ap; in bfd_lookup_arch() local
1100 for (app = bfd_archures_list; *app != NULL; app++) in bfd_lookup_arch()
[all …]
DMakefile.am224 efi-app-ia32.lo \
395 efi-app-ia32.c \
530 efi-app-ia64.lo \
556 efi-app-ia64.c \
1170 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1658 efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
DMakefile.in454 efi-app-ia32.lo \
625 efi-app-ia32.c \
761 efi-app-ia64.lo \
787 efi-app-ia64.c \
1728 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
2216 efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
Dconfigure.in586 bfd_efi_app_ia32_vec) tb="$tb efi-app-ia32.lo peigen.lo cofflink.lo" ;;
587 bfd_efi_app_ia64_vec) tb="$tb efi-app-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
/mirbsd/src/sys/dev/pcmcia/
Dif_awi_pcmcia.c157 struct awi_pcmcia_product *app; local
159 for (app = awi_pcmcia_products; app->app_name != NULL; app++) {
162 pa->manufacturer == app->app_vendor &&
164 pa->product == app->app_product)
165 return (app);
169 app->app_cisinfo[0] != NULL &&
170 strcmp(pa->card->cis1_info[0], app->app_cisinfo[0]) == 0 &&
172 app->app_cisinfo[1] != NULL &&
173 strcmp(pa->card->cis1_info[1], app->app_cisinfo[1]) == 0)
174 return (app);
[all …]
/mirbsd/src/distrib/lists/x11/xetc/
Dmi3 ./etc/X11/app-defaults
4 ./etc/X11/app-defaults/Beforelight
5 ./etc/X11/app-defaults/Bitmap
6 ./etc/X11/app-defaults/Bitmap-color
7 ./etc/X11/app-defaults/Chooser
8 ./etc/X11/app-defaults/Clock-color
9 ./etc/X11/app-defaults/Editres
10 ./etc/X11/app-defaults/Editres-color
11 ./etc/X11/app-defaults/SshAskpass
12 ./etc/X11/app-defaults/UXTerm
[all …]
/mirbsd/src/usr.bin/oldroff/nroff/
Dn3.c92 extern int app;
159 app++; in caseas()
167 app++; in caseam()
187 if (ds == 0 && app == 0) { in casede()
218 ds = app = 0; in casede()
254 if(app && (oldmn >= 0) && (contab[oldmn].rq & MMASK)){
269 app = 0;
284 app = 0;
444 if(!app)i = popi(); in rbf()
702 app++; in caseda()
[all …]
Dn2.c90 extern int app;
266 app = ds = lgf = 0;
Dnii.c143 int app; variable
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-ecoff.h64 #define obj_app_file(name, app) ecoff_new_file (name, app) argument
Dobj-coff.h385 #define obj_app_file(name, app) c_dot_file_symbol (name, app) argument
862 #define obj_app_file(name, app) c_dot_file_symbol (name, app) argument
/mirbsd/src/sbin/isakmpd/
DMakefile37 SRCS= app.c attribute.c cert.c connection.c constants.c conf.c \
/mirbsd/src/lib/libkeynote/
DREADME17 A sample application is provided in sample-app.c. To build it, use
/mirbsd/src/gnu/usr.bin/perl/
DREADME.beos29 http://www.bebits.com/app/4030
DREADME.solaris337 The discriminating feature of a LP64 bit app is its ability to utilise a
338 64-bit address space. It is perfectly possible to have a LP32 bit app
354 perl to be a 64-bit app.
DREADME.macosx226 This README was written by Sherm Pendley E<lt>sherm@dot-app.orgE<gt>,
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-a29k.texi142 used for the directive called @code{.app-file} in the AMD 29K support.
Dc-msp430.texi189 used for the directive called @code{.app-file} in the MSP 430 support.
/mirbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/
Dfnchange.lst16 @V@/bfd/efi-app-ia32.c @V@/bfd/efi-ia32-app.c
17 @V@/bfd/efi-app-ia64.c @V@/bfd/efi-ia64-app.c
/mirbsd/src/gnu/usr.bin/binutils/gas/
DMakefile.am176 app.c \
425 app.o \
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DCountry.pod284 =item http://www.cia.gov/cia/publications/factbook/docs/app-d-1.html
/mirbsd/src/bin/mksh/
Dfuncs.c2611 timex_hook(struct op *t, char **volatile *app) in timex_hook() argument
2613 char **wp = *app; in timex_hook()
2641 *app = wp; in timex_hook()
/mirbsd/src/etc/mtree/
Dspecial141 app-defaults type=link uname=root gname=wheel

12