Home
last modified time | relevance | path

Searched refs:var (Results 1 – 14 of 14) sorted by relevance

/coreutils/build-aux/
Dgen-single-binary.sh45 var=$(echo $l | cut -f 1 -d ' ')
50 eval "oldvalue=\${$var}"
53 eval "$var='$oldvalue "$value"'"
80 var=src_${cmd}_SOURCES
81 eval "value=\$$var"
85 var=src_${cmd}_LDADD
86 eval "value=\$$var"
92 var=src_libsinglebin_${cmd}_a_DEPENDENCIES
93 eval "value=\$$var"
95 echo "$var = \$(src_${cmd}_DEPENDENCIES)"
[all …]
/coreutils/doc/
Dcoreutils.texi577 @itemx --backup[=@var{method}]
587 @item -S @var{suffix}
588 @itemx --suffix=@var{suffix}
591 Append @var{suffix} to each backup file made with @option{-b}.
596 @item -t @var{directory}
597 @itemx --target-directory=@var{directory}
602 Specify the destination @var{directory}.
683 Remove any trailing slashes from each @var{source} argument.
699 @var{\varName\} may be, or may be an integer optionally followed by,
718 @var{\varName\} may be, or may be an integer optionally followed by,
[all …]
Dperm.texi149 @r{[}ugoa@dots{}@r{][}-+=@r{]}@var{perms}@dots{}@r{[},@dots{}@r{]}
153 where @var{perms} is either zero or more letters from the set
177 @var{users} @var{operation} @var{permissions}
184 The @var{users} part tells which users' access to the file is changed.
204 The @var{operation} part tells how to change the affected users' access
210 to add the @var{permissions} to whatever permissions the @var{users}
215 to remove the @var{permissions} from whatever permissions the
216 @var{users} already have for the file;
219 to make the @var{permissions} the only permissions that the @var{users}
223 The @var{permissions} part tells what kind of access to the file should
[all …]
Dlocal.mk66 sc-lower-case-var
128 sc-lower-case-var:
Dfdl.texi473 Copyright (C) @var{year} @var{your name}.
488 with the Invariant Sections being @var{list their titles}, with
489 the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
490 being @var{list}.
/coreutils/tests/
Denvvar-check53 for var in $vars
55 $as_unset $var
56 if eval test \"\${$var+set}\" = set; then
57 echo "$0: the $var environment variable is set --" \
/coreutils/src/
Dstdbuf.c283 char *var; in set_libstdbuf_options() local
287 ret = asprintf (&var, "%s%c=L", "_STDBUF_", in set_libstdbuf_options()
290 ret = asprintf (&var, "%s%c=%zu", "_STDBUF_", in set_libstdbuf_options()
296 if (putenv (var) != 0) in set_libstdbuf_options()
299 quote (var)); in set_libstdbuf_options()
Djoin.c914 set_join_field (ptrdiff_t *var, idx_t val) in set_join_field() argument
916 if (0 <= *var && *var != val) in set_join_field()
918 _("incompatible join fields %td, %td"), *var, val); in set_join_field()
919 *var = val; in set_join_field()
Denv.c167 append_unset_var (char const *var) in append_unset_var() argument
171 usvars[usvars_used++] = var; in append_unset_var()
/coreutils/tests/ls/
Dblock-size.sh39 for var in BLOCKSIZE BLOCK_SIZE LS_BLOCK_SIZE; do
41 (eval $var=$blocksize && export $var &&
42 echo "x x # $var=$blocksize" &&
/coreutils/lib/
Dt-chdir-long57 for t in . /t /tmp /var/tmp; do
/coreutils/scripts/git-hooks/
Dcommit-msg10 chomp (my $editor = `git var GIT_EDITOR`);
/coreutils/
DHACKING423 Write "Type const *var", not "const Type *var".
DNEWS152 (For example, with systemd 'who /var/log/wtmp' does not work because
153 systemd does not support the equivalent of /var/log/wtmp.)