| /src/external/mit/xorg/lib/libxcb/present/ |
| Makefile | 3 XCBEXT= present
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_test_oid_set_member.c | 37 int *present) 41 *present = 0; 44 *present = 1;
|
| gss_add_oid_set_member.c | 64 int present; local 66 res = gss_test_oid_set_member(minor_status, member_oid, *oid_set, &present); 70 if (present) {
|
| gss_inquire_mechs_for_name.c | 42 int present; local 65 &name->gn_type, name_types, &present); 67 if (present) {
|
| /src/sys/sys/ |
| common_ansi.h | 40 #error __PTRDIFF_TYPE__ not present 44 #error __SIZE_TYPE__ not present 48 #error __WCHAR_TYPE__ not present 52 #error __WINT_TYPE__ not present
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| optional.d | 44 /// the value (if present) 48 private bool present; 56 this.present = true; 69 return this.present; 75 return !this.present; 78 /// Returns: The value if present 81 assert(present); 88 return present && value == exp;
|
| optional.h | 19 /** the value (if present) **/ 23 bool present; member in struct:final 38 /** Returns: The value if present **/
|
| /src/external/mit/xorg/server/xorg-server/dbe/ |
| Makefile | 10 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/present
|
| /src/external/mit/xorg/server/xorg-server/present/ |
| Makefile | 6 LIB= present 8 .PATH: ${X11SRCDIR.xorg-server}/present 9 SRCS= present.c \
|
| /src/external/mit/xorg/lib/libxcb/ |
| Makefile | 13 present \
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| nouveau_nvkm_engine_disp_hdagt215.c | 46 gt215_hda_hpd(struct nvkm_ior *ior, int head, bool present) 51 if (present)
|
| nouveau_nvkm_engine_disp_hdagf119.c | 46 gf119_hda_hpd(struct nvkm_ior *ior, int head, bool present) 52 if (present) {
|
| /src/sys/dev/nvmm/ |
| nvmm_internal.h | 57 bool present; member in struct:nvmm_cpu 72 bool present; member in struct:nvmm_hmapping 79 bool present; member in struct:nvmm_machine
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| Configure_ac.pm | 64 defaulting to the current directory. Complain if both files are present. 65 Return the name of the file found, or the former if neither is present. 83 "'$configure_ac' and '$configure_in' both present.\n" 98 Like C<find_configure_ac>, but fail if neither is present.
|
| /src/external/mit/xorg/bin/xeyes/ |
| Makefile | 11 -lxcb-xfixes -lxcb-damage -lxcb-present -lX11-xcb -lxcb
|
| /src/tests/modules/k_helper2/ |
| k_helper2.c | 49 static int present = 1; variable 65 CTLTYPE_INT, "present", 67 NULL, 0, &present, 0,
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| info_sources_2.exp | 125 # First, figure out if we're expecting SOURCEFILE to be present, 127 set present True 130 set present False 151 gdb_assert {($present && $idx >= 0) || (!$present && $idx == -1)} \ 152 "source file '$sourcefile' ${match_type} present for '[file tail $objfile]'"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| info_sources_2.exp | 131 # First, figure out if we're expecting SOURCEFILE to be present, 133 set present True 136 set present False 157 gdb_assert {($present && $idx >= 0) || (!$present && $idx == -1)} \ 158 "source file '$sourcefile' ${match_type} present for '[file tail $objfile]'"
|
| /src/sys/dev/ |
| midictl.c | 217 _Bool islsb, present; local 308 present = store_locate(mc->store, c, chan, key); 310 if ( !present ) 321 present = store_locate(mc->store, c, chan, key); 323 if ( !present ) 345 _Bool islsb, present; local 354 present = store_locate(mc->store, c, chan, key); 355 if ( !present || 362 present = store_locate(mc->store, c, chan, key); 363 if ( !present || 406 _Bool islsb, present; local 451 _Bool present; local 476 _Bool present; local [all...] |
| /src/usr.bin/gprof/PSD.doc/ |
| Makefile | 7 postp.me present.me refs.me
|
| /src/external/mit/xorg/server/xorg-server/ |
| Makefile | 10 SUBDIR+= present pseudoramiX
|
| /src/external/mit/xorg/server/xorg-server/hw/xfree86/drivers/modesetting/ |
| Makefile | 13 present.c \
|
| /src/external/mpl/bind/dist/bin/tests/system/class/ |
| tests_class_update.py | 102 up.present(".", 0) 112 up.present(".", 0) 122 up.present(".", 0) 132 up.present(".", 0)
|
| /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| tpm_present.c | 45 present, enumerator in enum:__anon2299 73 logCmdOption("-a, --assert", _("Assert that admin is present.")); 102 flags[present].change = TRUE; 103 flags[present].value = TRUE; 108 flags[present].change = TRUE; 109 flags[present].value = FALSE;
|
| /src/crypto/external/bsd/openssh/dist/ |
| auth2-gss.c | 75 int r, present; local 98 present = 0; 106 ssh_gssapi_test_oid_supported(&ms, &goid, &present); 110 } while (mechs > 0 && !present); 112 if (!present) {
|