Searched refs:app (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-ecoff.h64 #define obj_app_file(name, app) ecoff_new_file (name, app)
H A Dobj-coff.h332 #define obj_app_file(name, app) c_dot_file_symbol (name, app)
393 #define obj_app_file(name, app) c_dot_file_symbol (name, app)
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_pkcs11.in46 app-fatal true
56 app-fatal true
/freebsd-9.3-release/contrib/binutils/bfd/
H A Darchures.c610 const bfd_arch_info_type * const *app, *ap; local
613 for (app = bfd_archures_list; *app != NULL; app++)
615 for (ap = *app; ap != NULL; ap = ap->next)
643 const bfd_arch_info_type * const *app; local
648 for (app = bfd_archures_list; *app != NULL; app++)
651 for (ap = *app; a
1147 const bfd_arch_info_type * const *app, *ap; local
[all...]
/freebsd-9.3-release/bin/sh/
H A Dalias.c64 struct alias *ap, **app; local
66 app = hashalias(name);
67 for (ap = *app; ap; ap = ap->next) {
120 ap->next = *app;
121 *app = ap;
129 struct alias *ap, **app; local
131 app = hashalias(name);
133 for (ap = *app; ap; app = &(ap->next), ap = ap->next) {
146 *app
[all...]
H A Dparser.c388 union node *ap, **app; local
464 app = ≈
470 *app = n2;
471 app = &n2->narg.next;
473 *app = NULL;
524 app = &cp->nclist.pattern;
528 *app = ap = (union node *)stalloc(sizeof (struct narg));
535 app = &ap->narg.next;
624 union node *args, **app; local
636 app
[all...]
/freebsd-9.3-release/sys/security/audit/
H A Daudit_pipe.c279 struct audit_pipe_preselect *app; local
283 TAILQ_FOREACH(app, &ap->ap_preselect_list, app_list) {
284 if (app->app_auid == auid)
285 return (app);
297 struct audit_pipe_preselect *app; local
301 app = audit_pipe_preselect_find(ap, auid);
302 if (app != NULL) {
303 *maskp = app->app_mask;
318 struct audit_pipe_preselect *app, *app_new; local
326 app
345 struct audit_pipe_preselect *app; local
367 struct audit_pipe_preselect *app; local
400 struct audit_pipe_preselect *app; local
[all...]
/freebsd-9.3-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc86 app = std::ios_base::app, enumerator in enum:__anon1694::__anon1695
90 switch (mode & (in|out|trunc|app|binary))
93 case ( out |app ): return "a";
99 case (in|out |app ): return "a+";
102 case ( out |app|binary): return "ab";
108 case (in|out |app|binary): return "a+b";
/freebsd-9.3-release/sys/x86/acpica/
H A Dacpi_apm.c169 acpi_capm_get_pwstatus(apm_pwstatus_t app) argument
175 if (app->ap_device != PMDV_ALLDEV &&
176 (app->ap_device < PMDV_BATT0 || app->ap_device > PMDV_BATT_ALL))
179 if (app->ap_device == PMDV_ALLDEV)
182 unit = app->ap_device - PMDV_BATT0;
192 app->ap_batt_stat = acpi_capm_convert_battstate(&batt);
193 app->ap_batt_flag = acpi_capm_convert_battflags(&batt);
194 app->ap_batt_life = batt.cap;
195 app
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_reset.c206 struct uni_msg *app; local
211 resp = ALLOC_API(struct uniapi_reset_error_indication, app);
217 UNIAPI_RESET_ERROR_indication, 0, app);
248 struct uni_msg *app; local
332 if ((conf = ALLOC_API(struct uniapi_reset_confirm, app)) == NULL)
339 uni->funcs->uni_output(uni, uni->arg, UNIAPI_RESET_confirm, 0, app);
405 struct uni_msg *app; local
407 resp = ALLOC_API(struct uniapi_reset_status_indication, app);
416 UNIAPI_RESET_STATUS_indication, 0, app);
420 struct uni_msg *app; local
535 struct uni_msg *app; local
618 struct uni_msg *app; local
791 struct uni_msg *app; local
807 struct uni_msg *app; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlib.c27 #include <isc/app.h>
H A Dapp_api.c23 #include <isc/app.h>
H A Dtimer_api.c23 #include <isc/app.h>
/freebsd-9.3-release/gnu/usr.bin/groff/src/devices/xditview/
H A DMakefile28 FILESDIR= ${X11BASE}/lib/X11/app-defaults
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dwrapper-cvmx-includes.h44 #include <contrib/octeon-sdk/cvmx-app-init.h>
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlib.c27 #include <isc/app.h>
H A Dapp_api.c23 #include <isc/app.h>
H A Dtimer_api.c23 #include <isc/app.h>
/freebsd-9.3-release/gnu/usr.bin/binutils/as/
H A DMakefile12 SRCS+= app.c \
/freebsd-9.3-release/sys/i386/bios/
H A Dapm.c624 apm_get_pwstatus(apm_pwstatus_t app) argument
628 if (app->ap_device != PMDV_ALLDEV &&
629 (app->ap_device < PMDV_BATT0 || app->ap_device > PMDV_BATT_ALL))
633 sc->bios.r.ebx = app->ap_device;
640 app->ap_acline = (sc->bios.r.ebx >> 8) & 0xff;
641 app->ap_batt_stat = sc->bios.r.ebx & 0xff;
642 app->ap_batt_flag = (sc->bios.r.ecx >> 8) & 0xff;
643 app->ap_batt_life = sc->bios.r.ecx & 0xff;
648 app
[all...]
/freebsd-9.3-release/sys/boot/i386/efi/
H A DMakefile60 --target=efi-app-ia32 ${.ALLSRC} ${.TARGET}
/freebsd-9.3-release/sys/boot/ia64/efi/
H A DMakefile45 --target=efi-app-${MACHINE_CPUARCH} ${.ALLSRC} ${.TARGET}
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Disctest.c25 #include <isc/app.h>
/freebsd-9.3-release/sys/kern/
H A Dkern_tc.c636 pps_params_t *app; local
649 app = (pps_params_t *)data;
650 if (app->mode & ~pps->ppscap)
652 pps->ppsparam = *app;
655 app = (pps_params_t *)data;
656 *app = pps->ppsparam;
657 app->api_version = PPS_API_VERS_1;
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dios.cc65 const ios_base::openmode ios_base::app; member in class:ios_base

Completed in 249 milliseconds

1234