| /freebsd/sbin/ipf/libipf/ | 
| H A D | var.c | 14 typedef	struct	variable	{  struct15 	struct	variable	*v_next;  argument
 18 } variable_t;  argument
 
 | 
| /freebsd/usr.bin/usbhidctl/ | 
| H A D | usbhid.c | 46 static struct variable {  struct51 	struct variable *next;  argument
 
 | 
| /freebsd/lib/libc/iconv/ | 
| H A D | citrus_mapper.c | 128     size_t linebufsize, const char **module, const char **variable)  in lookup_mapper_entry()205     const char * __restrict variable)  in mapper_open()
 281     const char * __restrict module, const char * __restrict variable)  in _citrus_mapper_open_direct()
 318 	const char *module, *variable;  in _citrus_mapper_open()  local
 
 | 
| H A D | citrus_stdenc.c | 52     char const * __restrict encname, const void * __restrict variable,  in _citrus_stdenc_open()
 | 
| /freebsd/crypto/heimdal/lib/asn1/ | 
| H A D | gen_length.c | 41 		  const char *variable) in length_primitive()   argument 64 	     const char *variable, const char *tmpstr) in length_type()   argument
 [all...]
 | 
| /freebsd/crypto/heimdal/lib/wind/ | 
| H A D | gen-bidi.py | 78 def printTable(file, table, variable):  argument
 | 
| /freebsd/contrib/sqlite3/autosetup/ | 
| H A D | pkg-config.tcl | 164 proc pkg-config-get-var {module variable} {
 | 
| /freebsd/contrib/llvm-project/lldb/source/Core/ | 
| H A D | Value.cpp | 253 Variable *variable = GetVariable(); GetCompilerType()  local 402 Variable *variable = GetVariable(); GetValueAsData()  local
 443 Variable *variable = GetVariable(); GetValueAsData()  local
 [all...]
 | 
| H A D | ValueObjectVariable.cpp | 134   Variable *variable = m_variable_sp.get();  in UpdateValue()  local
 | 
| /freebsd/lib/libc/locale/ | 
| H A D | rune.c | 64 	void *variable;  in _Read_RuneMagi()  local
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | 
| H A D | ClangPersistentVariables.cpp | 49     lldb::ExpressionVariableSP variable) {  in RemovePersistentVariable()
 | 
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ | 
| H A D | SymbolContext.h | 320   Variable *variable =  variable
 | 
| /freebsd/contrib/wpa/src/common/ | 
| H A D | ieee802_11_defs.h | 1002 			u8 variable[];  member1006 			u8 variable[];  member
 1012 			u8 variable[];  member
 1019 			u8 variable[];  member
 1026 			u8 variable[];  member
 1030 			u8 variable[];  member
 1038 			u8 variable[];  member
 1047 			u8 variable[];  member
 1056 					u8 variable[];  member
 1070 					u8 variable[]; /* FT Request */  member
 [all …]
 
 | 
| /freebsd/usr.bin/mkesdb/ | 
| H A D | yacc.y | 57 static char			*encoding, *name, *output = NULL, *variable;  variable
 | 
| /freebsd/contrib/tcsh/ | 
| H A D | tw.color.c | 45 #define VAR(suffix,variable,defaultcolor) \  argument54     const char *variable;  member
 
 | 
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ | 
| H A D | VariableList.cpp | 145 uint32_t VariableList::FindIndexForVariable(Variable *variable) {  in FindIndexForVariable()
 | 
| H A D | Block.cpp | 469       VariableSP variable = variable_list_sp->GetVariableAtIndex(i);  in AppendVariables()  local
 | 
| /freebsd/contrib/ntp/ntpsnmpd/ | 
| H A D | ntpSnmpSubagentObject.c | 216 	const char *	variable,  in read_ntp_value()
 | 
| /freebsd/sys/contrib/dev/rtw88/ | 
| H A D | rx.c | 163 	u8 *variable;  in rtw_update_rx_freq_from_ie()  local
 | 
| /freebsd/sys/compat/linuxkpi/common/include/linux/ | 
| H A D | ieee80211.h | 536 			uint8_t		variable[0];  member542 			uint8_t		variable[0];  member
 546 			uint8_t		variable[0];  member
 553 			uint8_t		variable[0];  member
 579 					uint8_t variable[0];  member
 589 					uint8_t variable[0];  member
 693 	uint8_t		variable[];  member
 
 | 
| /freebsd/contrib/wpa/src/eapol_supp/ | 
| H A D | eapol_supp_sm.c | 1872 static bool eapol_sm_get_bool(void *ctx, enum eapol_bool_var variable)  in eapol_sm_get_bool()1903 static void eapol_sm_set_bool(void *ctx, enum eapol_bool_var variable,  in eapol_sm_set_bool()
 1944 static unsigned int eapol_sm_get_int(void *ctx, enum eapol_int_var variable)  in eapol_sm_get_int()
 1957 static void eapol_sm_set_int(void *ctx, enum eapol_int_var variable,  in eapol_sm_set_int()
 
 | 
| /freebsd/contrib/llvm-project/openmp/runtime/src/ | 
| H A D | ompt-specific.cpp | 215 void __ompt_thread_assign_wait_id(void *variable) {  in __ompt_thread_assign_wait_id()
 | 
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ | 
| H A D | CGBlocks.cpp | 604     const VarDecl *variable = CI.getVariable();  in computeBlockInfo()  local899     const VarDecl *variable = CI.getVariable();  in EmitBlockLiteral()  local
 1226 Address CodeGenFunction::GetAddrOfBlockDecl(const VarDecl *variable) {  in GetAddrOfBlockDecl()
 1525     const VarDecl *variable = CI.getVariable();  in GenerateBlockFunction()  local
 1565       const VarDecl *variable = CI.getVariable();  in GenerateBlockFunction()  local
 
 | 
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | 
| H A D | MallocOverflowSecurityChecker.cpp | 38   const Expr *variable;  member
 | 
| /freebsd/usr.bin/tip/tip/ | 
| H A D | cmds.c | 744 variable(int c)  in variable()  function
 |