Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 158) sorted by relevance

1234567

/glibc-2.36/nss/nss_files/
Dfiles-parse.c113 # define STRING_FIELD(variable, terminator_p, swallow) \ argument
115 variable = line; \
127 # define STRING_LIST(variable, terminator_c) \ argument
132 variable = list; \
156 # define INT_FIELD(variable, terminator_p, swallow, base, convert) \ argument
159 variable = convert (strtou32 (line, &endp, base)); \
171 # define INT_FIELD_MAYBE_NULL(variable, terminator_p, swallow, base, convert, default) \ argument
177 variable = convert (strtou32 (line, &endp, base)); \
179 variable = default; \
/glibc-2.36/manual/
Dgetopt.texi25 If the value of this variable is nonzero, then @code{getopt} prints an
28 the default behavior. If you set this variable to zero, @code{getopt}
37 this variable. You can use this for providing your own diagnostic
43 This variable is set by @code{getopt} to the index of the next element
45 all of the option arguments, you can use this variable to determine
47 this variable is @code{1}.
52 This variable is set by @code{getopt} to point at the value of the
62 @c non-thread-specific optarg variable, which adds another thread-safety
107 variable @code{POSIXLY_CORRECT} or beginning the @var{options} argument
114 must compare the external variable @code{optind} against the @var{argc}
[all …]
Dstartup.texi145 it, define the @code{_POSIX_OPTION_ORDER} environment variable.
230 The @var{optionp} parameter must be a pointer to a variable containing
269 @cindex environment variable
316 The value of an environment variable can be accessed with the
332 variable @var{name}. You must not modify this string. In some non-Unix
335 environment variable @var{name} is not defined, the value is a null
365 interpreted as the name of an environment variable, and any definition
366 for this variable in the environment is removed.
375 @var{string} not be an automatic variable whose scope is left before the
376 variable is removed from the environment. The same applies of course to
[all …]
DREADME.pretty-printers46 means they'll be triggered if the type of the variable we're printing matches
48 our variable's type matches the regexp '^pthread_mutex_t$'.
109 'gen-py-const-headers' variable in your submodule's Makefile (without the .pysym
116 to the 'pretty-printers' variable in your submodule's Makefile (without the .py
127 4. Add the names of the pretty printer tests to the 'tests-printers' variable
129 program you must define a corresponding CFLAGS-* and CPPFLAGS-* variable and
137 its name to the 'tests-printers-libs' variable in your submodule's Makefile.
Dlang.texi73 variable @code{__PRETTY_FUNCTION__}; with older compilers, the function
114 effects. It is best for @var{errnum} to be just a simple variable
140 @cindex variable number of arguments
144 @w{ISO C} defines a syntax for declaring a function to take a variable
148 non-required arguments; instead, you use the variable arguments macros
155 but incompatible, mechanism for defining functions with variable numbers
160 variable arguments.
184 for variable arguments, you would have to define a separate function for
188 example of another class of function where variable arguments are
212 access the variable arguments. @xref{Receiving Arguments}.
[all …]
Dpattern.texi7 provides a facility for expanding variable and command references and
1678 advantage of @dfn{variable substitution}, which is also part of word
1690 * Variable Substitution:: Different types of variable substitution.
1711 @cindex variable substitution
1962 The input string refers to an undefined shell variable, and you used the flag
2044 If the input refers to a shell variable that is not defined, report an
2122 Plain @samp{~} uses the value of the environment variable @code{HOME}
2132 Part of ordinary shell syntax is the use of @samp{$@var{variable}} to
2133 substitute the value of a shell variable into a command. This is called
2134 @dfn{variable substitution}, and it is one part of doing word expansion.
[all …]
Dthreads.texi50 usually a mutex or condition variable.
219 @code{call_once} with the same @code{flag} variable.
379 The @code{cnd_t} uniquely identifies a condition variable object.
387 @code{cnd_init} initializes a new condition variable, identified by
398 condition variable pointed to by @var{cond}. If a thread is
409 waiting on the condition variable pointed to by @var{cond}. This
420 and blocks on the condition variable pointed to by @var{cond} until
431 @var{mutex} and blocks on the condition variable pointed to by
448 @code{cnd_destroy} destroys the condition variable pointed to by
470 the variable, with different values.
[all …]
Derrno.texi35 variable @code{errno}. This variable is declared in the header file
41 The variable @code{errno} contains the system error number. You can
66 ``modifiable lvalue'' rather than as a variable, permitting it to be
1144 for a given error code; the variable
1157 The value @var{errnum} normally comes from the variable @code{errno}.
1244 You can find that name in the variable
1246 variable @code{program_invocation_name}.
1250 This variable's value is the name that was used to invoke the program
1255 This variable is a GNU extension and is declared in @file{errno.h}.
1260 This variable's value is the name that was used to invoke the program
[all …]
DREADME.tunables9 may be tweaked through an environment variable. It aims to enforce a strict
35 # A tunable with default attributes, i.e. string variable.
60 - env_alias: An alias environment variable
Dtunables.texi11 the @env{GLIBC_TUNABLES} environment variable by setting it to a string
115 This tunable supersedes the @env{MALLOC_CHECK_} environment variable and is
118 @code{LD_PRELOAD} environment variable.
137 This tunable supersedes the @env{MALLOC_TOP_PAD_} environment variable and is
150 This tunable supersedes the @env{MALLOC_PERTURB_} environment variable and is
164 This tunable supersedes the @env{MALLOC_MMAP_THRESHOLD_} environment variable
180 This tunable supersedes the @env{MALLOC_TRIM_THRESHOLD_} environment variable
194 This tunable supersedes the @env{MALLOC_MMAP_MAX_} environment variable and is
204 This tunable supersedes the @env{MALLOC_ARENA_TEST} environment variable and is
216 This tunable supersedes the @env{MALLOC_ARENA_MAX} environment variable and is
[all …]
Dmessage.texi119 no catalog was loaded. The global variable @code{errno} contains a code
134 @cindex NLSPATH environment variable
136 can be found the user can set the environment variable @code{NLSPATH} to
189 If the @code{NLSPATH} environment variable is not set, the default value
204 @code{NLSPATH} environment variable is not used. The catalog must exist
210 @cindex LC_ALL environment variable
211 @cindex LC_MESSAGES environment variable
212 @cindex LANG environment variable
220 If @var{flag} is zero the @code{LANG} environment variable is examined.
224 The environment variable and the locale name should have a value of the
[all …]
Dconf.texi280 @c depending on variable values read from /proc at each call, and from
508 variable.
699 with the size reported with this variable.
717 reported with this variable.
808 Inquire about the number of bits in a variable of type @code{char}.
812 Inquire about the maximum value which can be stored in a variable of type
817 Inquire about the minimum value which can be stored in a variable of type
822 Inquire about the maximum value which can be stored in a variable of type
827 Inquire about the minimum value which can be stored in a variable of type
832 Inquire about the number of bits in a variable of type @code{long int}.
[all …]
/glibc-2.36/misc/bits/
Dstab.def21 /* Global variable. Only the name is significant.
29 /* Function name or text-segment variable for C. Value is its address.
34 /* Data-segment variable with internal linkage. Value is its address.
38 /* BSS-segment variable with internal linkage. Value is its address. */
64 /* Register variable. Value is number of register. */
93 /* GNU C++ exception variable. Name is variable name. */
112 /* Automatic variable in the stack. Value is offset from frame pointer.
125 /* Parameter variable. Value is offset from argument pointer.
/glibc-2.36/sysdeps/powerpc/powerpc64/power4/
DMakefile4 CFLAGS-wordcopy.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funr…
5 CFLAGS-memmove.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funro…
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/
DMakefile4 CFLAGS-wordcopy.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funr…
5 CFLAGS-memmove.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funro…
/glibc-2.36/conform/data/
Dtime.h-data77 variable int getdate_err
119 variable int daylight
120 variable {long int} timezone
122 variable {char*} tzname [2]
Dstdio.h-data183 variable {char*} optarg
184 variable int opterr
185 variable int optind
186 variable int optopt
/glibc-2.36/hurd/
Dhurdmsg.c298 const_string_t variable, // in _S_msg_get_env_variable() argument
303 const char *value = getenv (variable); in _S_msg_get_env_variable()
325 const_string_t variable, // in _S_msg_set_env_variable() argument
331 if (__setenv (variable, value, replace)) /* XXX name space */ in _S_msg_set_env_variable()
/glibc-2.36/sysdeps/sparc/sparc64/
Dadd_n.S40 mov 0,%o4 ! clear carry variable
46 addcc %g1,%o4,%g1 ! add s2 limb and carry variable
Dsub_n.S37 mov 0,%o4 ! clear carry variable
43 addcc %g1,%o4,%g1 ! add s2 limb and carry variable
/glibc-2.36/malloc/
Dtst-dynarray-fail.c356 const char *variable = "TEST_RLIMIT_AS"; in reduce_rlimit_as() local
357 const char *target_str = getenv (variable); in reduce_rlimit_as()
362 FAIL_EXIT1 ("invalid %s value: \"%s\"", variable, target_str); in reduce_rlimit_as()
/glibc-2.36/conform/data/netinet/
Din.h-data30 variable {const struct in6_addr} in6addr_any
35 variable {const struct in6_addr} in6addr_loopback
/glibc-2.36/scripts/
Dpylintrc125 # Regular expression which should only match correct variable names
126 variable-rgx=[a-z_][a-z0-9_]{2,30}$
133 # generator expression variable names
136 # Good variable names which should always be accepted, separated by a comma
140 # Bad variable names which should always be refused, separated by a comma
/glibc-2.36/ChangeLog.old/
DChangeLog.553 * math/Makefile (install-lib): New variable, list libieee.a.
69 (instfiles): New variable.
80 * Makeconfig (sysdep-configures): Remove empty variable.
117 (aux): New variable, list fpu_control and setfpucw.
161 * version.c (banner): New static const variable, complete version
231 * Makeconfig (rpath-link): New variable; add $(elfobjdir).
289 * csu/Makefile (routines): New variable; put it here instead.
291 * config.make.in (CFLAGS): New variable.
336 * elf/dl-runtime.c (_dl_global_scope): New variable.
352 (_dl_default_scope): New variable replaces it.
[all …]
/glibc-2.36/sysdeps/mach/hurd/
DMakeconfig3 # We must define this variable earlier than sysdeps Makefiles are included.

1234567