Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-src/sbin/ipf/libipf/
H A Dvar.c14 typedef struct variable { struct
15 struct variable *v_next; argument
18 } variable_t; argument
/freebsd-src/usr.bin/usbhidctl/
H A Dusbhid.c46 static struct variable { struct
51 struct variable *next; argument
/freebsd-src/lib/libc/iconv/
H A Dcitrus_mapper.c128 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 Dcitrus_stdenc.c52 char const * __restrict encname, const void * __restrict variable, in _citrus_stdenc_open()
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dgen_length.c41 const char *variable) in length_primitive()
64 const char *variable, const char *tmpstr) in length_type()
/freebsd-src/crypto/heimdal/lib/wind/
H A Dgen-bidi.py78 def printTable(file, table, variable): argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp255 Variable *variable = GetVariable(); in GetCompilerType() local
404 Variable *variable = GetVariable(); in GetValueAsData() local
445 Variable *variable = GetVariable(); in GetValueAsData() local
H A DValueObjectVariable.cpp130 Variable *variable = m_variable_sp.get(); UpdateValue() local
[all...]
/freebsd-src/lib/libc/locale/
H A Drune.c64 void *variable; in _Read_RuneMagi() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp49 lldb::ExpressionVariableSP variable) { in RemovePersistentVariable()
H A DClangUserExpression.cpp1020 DidDematerialize(lldb::ExpressionVariableSP & variable) DidDematerialize() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h319 Variable *variable = global() variable
/freebsd-src/contrib/wpa/src/common/
H A Dieee802_11_defs.h1030 u8 variable[]; member
924 u8 variable[]; global() member
928 u8 variable[]; global() member
934 u8 variable[]; global() member
941 u8 variable[]; global() member
948 u8 variable[]; global() member
952 u8 variable[]; global() member
960 u8 variable[]; global() member
969 u8 variable[]; global() member
978 u8 variable[]; global() member
992 u8 variable[]; /* FT Request */ global() member
999 u8 variable[]; /* FT Request */ global() member
1004 u8 variable[]; /* OCI element */ global() member
1009 u8 variable[]; /* OCI element */ global() member
1014 u8 variable[]; global() member
1020 u8 variable[]; global() member
1024 u8 variable[]; global() member
1042 u8 variable[]; global() member
1052 u8 variable[]; global() member
1060 u8 variable[]; global() member
1070 u8 variable[]; global() member
1074 u8 variable[]; global() member
1078 u8 variable[]; global() member
1083 u8 variable[]; global() member
1901 u8 variable[0]; /* Channel List */ global() member
1957 u8 variable[0]; global() member
1968 u8 variable[0]; global() member
1978 u8 variable[0]; /* Measurement Request */ global() member
1996 u8 variable[0]; /* Optional Subelements */ global() member
2041 u8 variable[0]; /* Measurement Report */ global() member
2063 u8 variable[0]; /* Optional Subelements */ global() member
2100 u8 variable[0]; global() member
[all...]
/freebsd-src/usr.bin/mkesdb/
H A Dyacc.y57 static char *encoding, *name, *output = NULL, *variable; variable
/freebsd-src/contrib/tcsh/
H A Dtw.color.c45 #define VAR(suffix,variable,defaultcolor) \ argument
54 const char *variable; member
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp145 uint32_t VariableList::FindIndexForVariable(Variable *variable) { in FindIndexForVariable()
H A DBlock.cpp453 VariableSP variable = variable_list_sp->GetVariableAtIndex(i); AppendVariables() local
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h491 uint8_t variable[0]; global() member
495 uint8_t variable[0]; global() member
502 uint8_t variable[0]; global() member
528 uint8_t variable[0]; global() member
538 uint8_t variable[0]; global() member
637 uint8_t variable[]; global() member
/freebsd-src/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c216 const char * variable, in read_ntp_value()
/freebsd-src/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c1863 eapol_sm_get_bool(void * ctx,enum eapol_bool_var variable) eapol_sm_get_bool() argument
1894 eapol_sm_set_bool(void * ctx,enum eapol_bool_var variable,bool value) eapol_sm_set_bool() argument
1935 eapol_sm_get_int(void * ctx,enum eapol_int_var variable) eapol_sm_get_int() argument
1948 eapol_sm_set_int(void * ctx,enum eapol_int_var variable,unsigned int value) eapol_sm_set_int() argument
[all...]
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp215 void __ompt_thread_assign_wait_id(void *variable) { in __ompt_thread_assign_wait_id() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp595 const VarDecl *variable = CI.getVariable(); computeBlockInfo() local
889 const VarDecl *variable = CI.getVariable(); EmitBlockLiteral() local
1216 GetAddrOfBlockDecl(const VarDecl * variable) GetAddrOfBlockDecl() argument
1513 const VarDecl *variable = CI.getVariable(); GenerateBlockFunction() local
1550 const VarDecl *variable = CI.getVariable(); GenerateBlockFunction() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp38 const Expr *variable; member
/freebsd-src/usr.bin/tip/tip/
H A Dcmds.c744 variable(int c) in variable() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp564 VarDecl *variable = CI.getVariable(); BuildScopeInformation() local

12