/freebsd/crypto/heimdal/doc/ |
H A D | latin1.tex | 4 \global\catcode`\^^a0=\active \global\let^^a0=~ % no-break space 5 \global\catcode`\^^a1=\active \global\def^^a1{!`} % inverted exclamation mark 6 \global\catcode`\^^a2=\active \global\def^^a2{{\rm\rlap/c}} % cent sign 7 \global\catcode`\^^a3=\active \global\def^^a3{{\it\$}} % pound sign 9 \global\catcode`\^^a7=\active \global\let^^a7=\S % section sign 10 \global\catcode`\^^a8=\active \global\def^^a8{\"{}} % diaeresis 11 \global\catcode`\^^a9=\active \global\let^^a9=\copyright % copyright sign 13 \global\catcode`\^^ac=\active \global\def^^ac{\inmathmode\neg}% not sign 14 \global\catcode`\^^ad=\active \global\let^^ad=\- % soft hyphen 16 \global\catcode`\^^af=\active \global\def^^af{\={}} % macron [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saproto.h | 36 GLOBAL agsaTimerDesc_t *siTimerAdd( 44 GLOBAL void siTimerRemove( 49 GLOBAL void siTimerRemoveAll(agsaRoot_t *agRoot); 52 GLOBAL bit32 siConfiguration(agsaRoot_t *agRoot, 58 GLOBAL bit32 mpiInitialize(agsaRoot_t *agRoot, 63 GLOBAL bit32 mpiWaitForConfigTable(agsaRoot_t *agRoot, 67 GLOBAL void mpiUpdateIBQueueCfgTable(agsaRoot_t *agRoot, 73 GLOBAL void mpiUpdateOBQueueCfgTable(agsaRoot_t *agRoot, 78 GLOBAL void mpiUpdateFatalErrorTable(agsaRoot_t *agRoot, 85 GLOBAL bit32 mpiGetPCIBarIndex(agsaRoot_t *agRoot, [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wifi_display.c | 22 int wifi_display_init(struct wpa_global *global) in wifi_display_init() argument 24 global->wifi_display = 1; in wifi_display_init() 29 void wifi_display_deinit(struct wpa_global *global) in wifi_display_deinit() argument 33 wpabuf_free(global->wfd_subelem[i]); in wifi_display_deinit() 34 global->wfd_subelem[i] = NULL; in wifi_display_deinit() 39 struct wpabuf * wifi_display_get_wfd_ie(struct wpa_global *global) in wifi_display_get_wfd_ie() argument 45 if (global->p2p == NULL) in wifi_display_get_wfd_ie() 50 if (global->wfd_subelem[i]) in wifi_display_get_wfd_ie() 51 len += wpabuf_len(global->wfd_subelem[i]); in wifi_display_get_wfd_ie() 59 if (global->wfd_subelem[i]) in wifi_display_get_wfd_ie() [all …]
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp_var.h | 94 * FTP global variables. 175 * Global defines 199 #ifndef GLOBAL 200 #define GLOBAL extern macro 206 GLOBAL int trace; /* trace packets exchanged */ 207 GLOBAL int hash; /* print # for each buffer transferred */ 208 GLOBAL int mark; /* number of bytes between hashes */ 209 GLOBAL int sendport; /* use PORT/LPRT cmd for each data connection */ 210 GLOBAL int connected; /* 1 = connected to server, -1 = logged in */ 211 GLOBAL int interactive; /* interactively prompt on m* cmds */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | qcom,apcs-kpss-global.yaml | 4 $id: http://devicetree.org/schemas/mailbox/qcom,apcs-kpss-global.yaml# 7 title: Qualcomm APCS global block 10 This binding describes the APCS "global" block found in various Qualcomm 21 - qcom,ipq5018-apcs-apps-global 22 - qcom,ipq5332-apcs-apps-global 23 - qcom,ipq8074-apcs-apps-global 24 - qcom,ipq9574-apcs-apps-global 25 - const: qcom,ipq6018-apcs-apps-global 28 - qcom,qcs404-apcs-apps-global 29 - const: qcom,msm8916-apcs-kpss-global [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_threads.3x | 94 It further makes functions of the common global variables 113 applications expect a few of the global variables to be writable. 116 The \fB\%ESCDELAY\fP and \fB\%TABSIZE\fP global variables are modified 120 Other global variables are not modifiable. 136 global data used in the low-level \fIterminfo\fP or \fItermcap\fP 168 BC global 176 PC global 177 SP global 179 UP global 205 boolcodes global (read-only) [all …]
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 8 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi… 9 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis… 10 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-… 11 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis… 12 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-… 13 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis… 14 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-… 15 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi… 16 …<elf-symbol name='atomic_add_8_nv' type='func-type' binding='global-binding' visibility='default-v… 17 …<elf-symbol name='atomic_add_char' type='func-type' binding='global-binding' visibility='default-v… [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varname-empty.exp | 3 Global: .CURDIR = <curdir> 5 Global: .TARGETS = # (empty) 7 Global: .MAKE.MAKEFILES = varname-empty.mk 8 Global: .PARSEFILE = varname-empty.mk 9 Global: ignoring delete '.INCLUDEDFROMDIR' as it is not found 10 Global: ignoring delete '.INCLUDEDFROMFILE' as it is not found 11 Global: ignoring ' = default' as the variable name '' expands to empty 12 Global: ignoring ' = assigned' as the variable name '' expands to empty 13 Global: ignoring ' = appended' as the variable name is empty 14 Global: ignoring ' = ' as the variable name '' expands to empty [all …]
|
H A D | dep-var.exp | 2 Global: .ALLTARGETS = all 3 Global: .ALLTARGETS = all ${DEF2} 4 Global: .ALLTARGETS = all ${DEF2} a-${DEF2}-b 5 Global: .ALLTARGETS = all ${DEF2} a-${DEF2}-b ${UNDEF3} 6 Global: .ALLTARGETS = all ${DEF2} a-${DEF2}-b ${UNDEF3} 1-${INDIRECT_1}-1 7 Global: INDIRECT_1 = 2-$${INDIRECT_2}-2 8 Global: INDIRECT_2 = 3-$${INDIRECT_3}-3 9 Global: INDIRECT_3 = indirect 10 Global: UNDEF1 = undef1 11 Global: DEF2 = def2 [all …]
|
H A D | var-scope-cmdline.mk | 6 # global scope. 12 # a variable, the search often starts in the global scope since that is where 14 # variables from the cmdline scope override global variables, since after the 15 # common case of finding a variable in the global scope, another lookup would 22 # Whenever a global variable is created, this creation is ignored if 25 # Whenever a cmdline variable is created, any global variable of the 28 # Whenever a global variable is deleted, nothing special happens. 32 # These 4 rules provide the guarantee that whenever a global variable exists, 34 # finding a variable in the global scope, no additional lookup is needed in 38 # overrides global". Due to an implementation mistake, the actual behavior [all …]
|
H A D | varmod-assign.exp | 1 Global: param = twice 2 Global: VARNAME = VAR.$${param} 4 Global: VAR.${param} = initial-value 9 Global: VAR.${param} = assigned-value 13 Global: .MAKEFLAGS = -r -k -d v -d 14 Global: .MAKEFLAGS = -r -k -d v -d 0 19 Global: .MAKEOVERRIDES = FIRST LAST LAST LAST APPENDED RAN RAN RAN IT1 THEN1 IE2 ELSE2 CMD_CMD_VAR… 22 Evaluating modifier ${CMD_GLOBAL_VAR::...} on value "global-value" 24 Global: CMD_GLOBAL_VAR = new-value 29 Global: CMD_ENV_VAR = new-value [all …]
|
H A D | vardebug.exp | 1 Global: ignoring delete 'FROM_CMDLINE' as it is not found 3 Global: .MAKEOVERRIDES = FROM_CMDLINE 4 Global: VAR = added 5 Global: VAR = overwritten 6 Global: delete VAR 7 Global: ignoring delete 'VAR' as it is not found 8 Global: ignoring ' = empty name' as the variable name '${:U}' expands to empty 9 Global: ignoring ' += empty name' as the variable name '${:U}' expands to empty 10 Global: ignoring 'FROM_CMDLINE = overwritten' due to a command line variable of the same name 11 Global: VAR = 1 [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 17 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi… 18 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis… 19 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-… 20 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis… 21 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-… 22 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis… 23 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-… 24 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi… 25 …<elf-symbol name='atomic_add_8_nv' type='func-type' binding='global-binding' visibility='default-v… 26 …<elf-symbol name='atomic_add_char' type='func-type' binding='global-binding' visibility='default-v… [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | CoreProperties.td | 5 Global, 9 Global, 13 Global, 18 Global, 22 Global, 26 Global, 30 Global, 34 Global, 38 Global, 42 Global, [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_environment_test.cc | 31 // Tests using global test environments. 50 // For testing using global test environments. 61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp() 64 FAIL() << "Expected fatal failure in global set-up."; in SetUp() 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown() 100 // be generated by the global set-up. 110 // Registers a global test environment, and verifies that the 119 // Verifies that RUN_ALL_TESTS() runs the tests when the global 124 "RUN_ALL_TESTS() should return non-zero, as the global tear-down " in TestGlobalSetUp() 127 "The tests should run, as the global set-up should generate no " in TestGlobalSetUp() [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | saapi.h | 45 GLOBAL bit32 FORCEINLINE saDelayedInterruptHandler( 51 GLOBAL bit32 FORCEINLINE saInterruptHandler( 56 GLOBAL void saSystemInterruptsActive( 61 GLOBAL FORCEINLINE void saSystemInterruptsEnable( 73 GLOBAL void saTimerTick(agsaRoot_t *agRoot); 81 GLOBAL void saGetRequirements( 89 GLOBAL bit32 saInitialize( 103 GLOBAL void saHwReset( 109 GLOBAL void saHwShutdown(agsaRoot_t *agRoot); 118 GLOBAL bit32 saPhyStart( [all …]
|
H A D | saosapi.h | 48 GLOBAL FORCEINLINE 56 GLOBAL FORCEINLINE 65 GLOBAL FORCEINLINE 74 GLOBAL FORCEINLINE 99 GLOBAL FORCEINLINE void ossaSingleThreadedEnter( 106 GLOBAL FORCEINLINE void ossaSingleThreadedLeave( 113 GLOBAL void ossaStallThread( 151 GLOBAL FORCEINLINE void ossaCacheInvalidate( 160 GLOBAL FORCEINLINE void ossaCacheFlush( 169 GLOBAL FORCEINLINE void ossaCachePreFlush( [all …]
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 8 …<elf-symbol name='dump_nvlist' type='func-type' binding='global-binding' visibility='default-visib… 9 …<elf-symbol name='fnvlist_add_boolean' type='func-type' binding='global-binding' visibility='defau… 10 …<elf-symbol name='fnvlist_add_boolean_array' type='func-type' binding='global-binding' visibility=… 11 …<elf-symbol name='fnvlist_add_boolean_value' type='func-type' binding='global-binding' visibility=… 12 …<elf-symbol name='fnvlist_add_byte' type='func-type' binding='global-binding' visibility='default-… 13 …<elf-symbol name='fnvlist_add_byte_array' type='func-type' binding='global-binding' visibility='de… 14 …<elf-symbol name='fnvlist_add_int16' type='func-type' binding='global-binding' visibility='default… 15 …<elf-symbol name='fnvlist_add_int16_array' type='func-type' binding='global-binding' visibility='d… 16 …<elf-symbol name='fnvlist_add_int32' type='func-type' binding='global-binding' visibility='default… 17 …<elf-symbol name='fnvlist_add_int32_array' type='func-type' binding='global-binding' visibility='d… [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | ex_data.c | 16 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_do_ex_data_init() local 18 if (global == NULL) in ossl_do_ex_data_init() 21 global->ex_data_lock = CRYPTO_THREAD_lock_new(); in ossl_do_ex_data_init() 22 return global->ex_data_lock != NULL; in ossl_do_ex_data_init() 28 * The |global| parameter is assumed to be non null (checked by the caller). 30 static EX_CALLBACKS *get_and_lock(OSSL_EX_DATA_GLOBAL *global, int class_index) in get_and_lock() argument 39 if (global->ex_data_lock == NULL) { in get_and_lock() 47 if (!CRYPTO_THREAD_write_lock(global->ex_data_lock)) in get_and_lock() 49 ip = &global->ex_data[class_index]; in get_and_lock() 67 OSSL_EX_DATA_GLOBAL *global = ossl_lib_ctx_get_ex_data_global(ctx); in ossl_crypto_cleanup_all_ex_data_int() local [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.abi | 9 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi… 10 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis… 11 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-… 12 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis… 13 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-… 14 …<elf-symbol name='atomic_add_64' type='func-type' binding='global-binding' visibility='default-vis… 15 …<elf-symbol name='atomic_add_64_nv' type='func-type' binding='global-binding' visibility='default-… 16 …<elf-symbol name='atomic_add_8' type='func-type' binding='global-binding' visibility='default-visi… 17 …<elf-symbol name='atomic_add_8_nv' type='func-type' binding='global-binding' visibility='default-v… 18 …<elf-symbol name='atomic_add_char' type='func-type' binding='global-binding' visibility='default-v… [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalVariable.h | 10 // represents a single global variable (or constant) in the VM. 12 // Global variables are constant pointers that refer to hunks of space that are 13 // allocated by either the VM, or by the linker in a static compiler. A global 15 // area. Global Constants are required to have initializers. 44 // Is this a global constant? 46 // Is this a global whose value can change from its initial value before 47 // global initializers are run? 56 /// GlobalVariable ctor - If a parent module is specified, the global is 57 /// automatically inserted into the end of the specified modules global list. 62 /// GlobalVariable ctor - This creates a global an [all...] |
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 82 global force_freq 137 global force_freq 157 global include_p2p_req 167 global include_wps_req 246 global only_one 249 global continue_loop 252 global no_wait 255 global terminate_now 369 global prev_tcgetattr, in_raw_mode 379 global prev_tcgetattr, in_raw_mode [all …]
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_epoch.c | 44 * acquired some snapshot (e) of the global epoch value (e_g) and set an active 189 struct ck_epoch *global = record->global; in _ck_epoch_addref() local 193 epoch = ck_pr_load_uint(&global->epoch); in _ck_epoch_addref() 207 * On TSO architectures, the monoticity of the global counter in _ck_epoch_addref() 229 ck_epoch_init(struct ck_epoch *global) in ck_epoch_init() argument 232 ck_stack_init(&global->records); in ck_epoch_init() 233 global->epoch = 1; in ck_epoch_init() 234 global->n_free = 0; in ck_epoch_init() 240 ck_epoch_recycle(struct ck_epoch *global, void *ct) in ck_epoch_recycle() argument 246 if (ck_pr_load_uint(&global->n_free) == 0) in ck_epoch_recycle() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_globals.cpp | 31 typedef __asan_global Global; typedef 34 const Global *g; 43 Global g; 53 Global *g_first, *g_last; 58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal() 62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones() 82 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal() 86 "%s Global[%p]: beg=%p size=%zu/%zu name=%s source=%s module=%s " in ReportGlobal() 96 // Fallback to Global::gcc_location in ReportGlobal() 101 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | GlobalStatus.h | 27 /// As we analyze each global or thread-local variable, keep track of some 28 /// information about it. If we find out that the address of the global is 31 /// True if the global's address is used in a comparison. 34 /// True if the global is ever loaded. If the global isn't ever loaded it 38 /// Number of stores to the global. 41 /// Keep track of what stores to the global look like. 43 /// There is no store to this global. It can thus be marked constant. 46 /// This global is stored to, but the only thing stored is the constant it 50 /// This global is stored to, but only its initializer and one other value 51 /// is ever stored to it. If this global isStoredOnce, we track the value [all …]
|