Searched refs:variable (Results 1 - 25 of 142) sorted by relevance

123456

/freebsd-9.3-release/contrib/ncurses/misc/
H A Dshlib34 # libraries on systems that use the $LD_LIBRARY_PATH variable and don't embed
41 # variable has to be set to run the programs within this directory tree.
52 # variable, and on some systems (IRIX) you can even run the resulting binaries
90 # Set the environment variable.
123 variable=PATH
126 variable=LIBRARY_PATH
129 variable=DYLD_LIBRARY_PATH
132 variable=LD_LIBRARY_PATH
136 eval 'test -z "$'$variable'" && '$variable'
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dgen_length.c41 const char *variable)
43 fprintf (codefile, "%s += der_length_%s(%s);\n", variable, typename, name);
63 const char *variable, const char *tmpstr)
71 variable, t->symbol->gen_name, name);
78 length_primitive ("integer", "&enumint", variable);
81 length_primitive ("heim_integer", name, variable);
83 length_primitive ("integer", name, variable);
85 length_primitive ("unsigned", name, variable);
87 length_primitive ("unsigned", name, variable);
94 fprintf (codefile, "%s += 1;\n", variable);
39 length_primitive(const char *typename, const char *name, const char *variable) argument
62 length_type(const char *name, const Type *t, const char *variable, const char *tmpstr) argument
[all...]
/freebsd-9.3-release/share/i18n/esdb/BIG5/
H A DMakefile13 ${.CURDIR}/Big5.variable
18 Big5-${i:S/:/@/}.src: Big5.src Big5.variable
20 -e 's/variable/${Big5_$i_variable}/' \
/freebsd-9.3-release/lib/libc/locale/
H A Drune.c65 void *variable; local
101 variable = frl + 1;
120 runetype_ext_ranges = (_FileRuneEntry *)variable;
121 variable = runetype_ext_ranges + frl->runetype_ext_nranges;
122 if (variable > lastp) {
128 maplower_ext_ranges = (_FileRuneEntry *)variable;
129 variable = maplower_ext_ranges + frl->maplower_ext_nranges;
130 if (variable > lastp) {
136 mapupper_ext_ranges = (_FileRuneEntry *)variable;
137 variable
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Dinterp_parse.c34 * substitutions and environment variable expansions (${var}),
61 /* Accept the usual delimiters for a variable, returning counterpart */
202 /* XXX search "special variable" space first? */
H A Dhelp.common123 # Tset DSet a variable
125 set <variable name>
126 set <variable name>=<value>
145 by setting the bootfile variable to a semicolon-separated list of
234 Setting this variable causes extra debugging information to be printed
363 show [<variable>]
365 Displays the value of <variable>, or all variables if not specified.
379 read [-t <value>] [-p <prompt>] [<variable name>]
389 If a variable name is supplied, the variable i
[all...]
/freebsd-9.3-release/usr.sbin/bsdconfig/share/
H A DMakefile10 sysrc.subr variable.subr
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_mapper.c126 size_t linebufsize, const char **module, const char **variable)
164 /* get variable */
165 *variable = p;
203 const char * __restrict variable)
256 (const void *)variable, strlen(variable) + 1,
277 const char * __restrict module, const char * __restrict variable)
280 return (mapper_open(ma, rcm, module, variable));
314 const char *module, *variable; local
317 variable
125 lookup_mapper_entry(const char *dir, const char *mapname, void *linebuf, size_t linebufsize, const char **module, const char **variable) argument
200 mapper_open(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char * __restrict module, const char * __restrict variable) argument
275 _citrus_mapper_open_direct(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char * __restrict module, const char * __restrict variable) argument
[all...]
H A Dcitrus_stdenc.c52 char const * __restrict encname, const void * __restrict variable,
115 ret = (*ce->ce_ops->eo_init)(ce, variable, lenvar, ce->ce_traits);
51 _citrus_stdenc_open(struct _citrus_stdenc * __restrict * __restrict rce, char const * __restrict encname, const void * __restrict variable, size_t lenvar) argument
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap.h118 * This integer variable is used to provide an outside timer that the
144 * get_bool - Get a boolean EAPOL state variable
145 * @variable: EAPOL boolean variable to get
146 * Returns: Value of the EAPOL variable
148 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable);
151 * set_bool - Set a boolean EAPOL state variable
153 * @variable: EAPOL boolean variable to set
154 * @value: Value for the EAPOL variable
[all...]
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dcmdtab.c61 { 's', NORM, "set variable", variable },
/freebsd-9.3-release/share/mk/
H A Dbsd.obj.mk13 # are built. Note: MAKEOBJDIR is an *environment* variable
14 # and works properly only if set as an environment variable,
15 # not as a global or command line variable!
20 # tree. Note: MAKEOBJDIRPREFIX is an *environment* variable
21 # and works properly only if set as an environment variable,
22 # not as a global or command line variable!
/freebsd-9.3-release/sys/boot/i386/loader/
H A Dhelp.i38619 NOTE: this variable is deprecated, use root_disk_unit instead.
36 forced by setting this variable.
/freebsd-9.3-release/sys/boot/pc98/loader/
H A Dhelp.pc9819 NOTE: this variable is deprecated, use root_disk_unit instead.
36 forced by setting this variable.
/freebsd-9.3-release/usr.sbin/sade/
H A DMakefile14 variable.c ${_wizard}
/freebsd-9.3-release/usr.bin/mkesdb/
H A Dyacc.y57 static char *encoding, *name, *output = NULL, *variable;
85 | property variable R_LN
98 variable : R_VARIABLE L_STRING label
100 set_prop_string("VARIABLE", &variable, &$2);
165 /* store variable */
166 if (variable)
168 (df, _CITRUS_ESDB_SYM_VARIABLE, variable));
/freebsd-9.3-release/contrib/wpa/src/common/
H A Dieee802_11_defs.h272 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4291::__anon4292
281 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4291::__anon4294
288 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4291::__anon4295
295 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4291::__anon4296
306 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4291::__anon4298
309 /* only variable items: SSID, Supported rates */
310 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4291::__anon4299
318 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4291::__anon4300
327 u8 variable[0]; member in struct:ieee80211_mgmt::__anon4291::__anon4301::__anon4302::__anon4303
341 u8 variable[ member in struct:ieee80211_mgmt::__anon4291::__anon4301::__anon4302::__anon4305
348 u8 variable[0]; /* FT Request */ member in struct:ieee80211_mgmt::__anon4291::__anon4301::__anon4302::__anon4306
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp34 const Expr *variable; member in struct:__anon3435::MallocOverflowCheck
37 : mulop(m), variable (v)
62 /* Look for a linear combination with a single variable, and at least
64 Reject anything that applies to the variable: an explicit cast,
139 if (const DeclRefExpr *DR_i = dyn_cast<DeclRefExpr>(i->variable)) {
150 if (isa<MemberExpr>(i->variable)) {
151 if (dyn_cast<MemberExpr>(i->variable)->getMemberDecl() == EmeMD)
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.color.c49 #define VAR(suffix,variable,defaultcolor) \
51 suffix, variable, { defaultcolor, sizeof(defaultcolor) - 1 }, \
58 const char *variable; member in struct:__anon4211
172 * Parse the LS_COLORS environment variable
240 if ((Char)variables[i].variable[0] == (v[0] & CHAR) &&
241 (Char)variables[i].variable[1] == (v[1] & CHAR))
/freebsd-9.3-release/contrib/gcc/
H A Dvar-tracking.c21 /* This file contains the variable tracking pass. It computes where
29 How does the variable tracking pass work?
40 of variables change through code and to propagate the variable locations
48 the table of structures describing the locations of parts of a variable
50 The linked list is a list of variable parts stored in the register,
53 effective deleting appropriate variable parts when we set or clobber the
56 There may be more than one variable part in a register. The linked lists
72 Finally, the NOTE_INSN_VAR_LOCATION notes describing the variable locations
74 the location of one variable at the point in instruction stream where the
75 note is. There is no need to emit a note for each variable befor
254 } *variable; typedef in typeref:struct:variable_def
[all...]
/freebsd-9.3-release/usr.sbin/jail/
H A Djaillex.l107 * The string has a variable inside it.
108 * Go into DQ mode to get the variable
143 warnx("%s line %d: unterminated variable",
170 * and optionally stopping at the beginning of a variable.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp271 // We can only do this if the variable is const.
282 // If the variable doesn't have any initializer (shouldn't this be
375 const VarDecl *variable = ci->getVariable(); local
397 if (llvm::Constant *constant = tryCaptureAsConstant(CGM, CGF, variable)) {
398 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant);
405 variable->getType().getObjCLifetime();
419 } else if (variable->getType()->isObjCRetainableType()) {
432 variable->getType()->getAsCXXRecordDecl()) {
440 QualType VT = variable->getType();
442 CharUnits align = C.getDeclAlign(variable);
591 const VarDecl *variable = ci->getVariable(); local
746 const VarDecl *variable = ci->getVariable(); local
981 GetAddrOfBlockDecl(const VarDecl *variable, bool isByRef) argument
1182 const VarDecl *variable = ci->getVariable(); local
1219 const VarDecl *variable = ci->getVariable(); local
1330 const VarDecl *variable = ci->getVariable(); local
1501 const VarDecl *variable = ci->getVariable(); local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.h18 size_t read_ntp_value(const char *variable, char *value,
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dvar.c15 typedef struct variable { struct
16 struct variable *v_next;
74 fprintf(stderr, "%d: unknown variable '%s'\n", line, s);
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProcess.inc150 /// Returns the environment variable \arg Name's value as a string encoded in
158 // Environment variable can be encoded in non-UTF8 encoding, and there's no
160 // multibyte environment variable is to use GetEnvironmentVariableW().

Completed in 213 milliseconds

123456