/coreutils/src/blake2/ |
D | blake2-impl.h | 40 uint32_t w; in load32() local 41 memcpy(&w, src, sizeof w); in load32() 42 return w; in load32() 55 uint64_t w; in load64() local 56 memcpy(&w, src, sizeof w); in load64() 57 return w; in load64() 74 uint16_t w; in load16() local 75 memcpy(&w, src, sizeof w); in load16() 76 return w; in load16() 84 static BLAKE2_INLINE void store16( void *dst, uint16_t w ) in store16() argument [all …]
|
/coreutils/src/ |
D | fmt.c | 162 static void check_punctuation (WORD *w); 166 static void put_line (WORD *w, int indent); 167 static void put_word (WORD *w); 778 check_punctuation (WORD *w) in check_punctuation() argument 780 char const *start = w->text; in check_punctuation() 781 char const *finish = start + (w->length - 1); in check_punctuation() 784 w->paren = isopen (*start); in check_punctuation() 785 w->punct = !! ispunct (fin); in check_punctuation() 788 w->period = isperiod (*finish); in check_punctuation() 798 WORD *w; in flush_paragraph() local [all …]
|
D | wc.c | 402 struct wc_lines w = wc_lines (fd); in wc() local 403 err = w.err; in wc() 404 lines = w.lines; in wc() 405 bytes = w.bytes; in wc()
|
D | dircolors.hin | 76 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) 77 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
|
D | basenc.c | 1247 intmax_t w; in main() local 1248 strtol_error s_err = xstrtoimax (optarg, nullptr, 10, &w, ""); in main() 1249 if (LONGINT_OVERFLOW < s_err || w < 0) in main() 1252 wrap_column = s_err == LONGINT_OVERFLOW || IDX_MAX < w ? 0 : w; in main()
|
D | seq.c | 386 int w = width; in get_default_format() local 387 sprintf (format_buf, "%%0%d.%dLf", w, prec); in get_default_format()
|
/coreutils/tests/wc/ |
D | wc-total.sh | 25 printf '%s\n' '2 words' > 2w || framework_failure_ 27 returns_ 1 wc --total 2b 2w > out || fail=1 29 wc --total=never 2b 2w > out || fail=1 32 1 2 8 2w 36 wc --total=only 2b 2w > out || fail=1
|
D | wc-files0.sh | 23 echo 2 words > 2w || framework_failure_ 30 1 2 8 2w
|
/coreutils/tests/cp/ |
D | perm.sh | 35 for g_perm in r w x rw wx xr rwx; do 36 for o_perm in r w x rw wx xr rwx; do
|
D | parent-perm-race.sh | 52 mode,d??[-x]?w[-x]?-[-x]* )
|
D | cp-parents.sh | 48 chmod go=w d/a || framework_failure_
|
/coreutils/tests/rm/ |
D | fail-eperm.xpl | 55 if (-d $dir && -k _ && -r _ && -w _ && -x _) 78 -l $target_file || -o _ || -d _ || -w _
|
D | hash.sh | 29 for j in a b c d e f g h i j k l m n o p q r s t u v w x y z; do
|
D | r-3.sh | 35 for j in a b c d e f g h i j k l m n o p q r s t u v w x y; do
|
/coreutils/man/ |
D | env.x | 35 /usr/bin/env: 'perl \-w \-T': No such file or directory
|
/coreutils/tests/mkdir/ |
D | special-1.sh | 22 set_mode_string=u=rwx,g=rx,o=w,-s,+t
|
/coreutils/gl/lib/ |
D | randread.c | 94 isaac_word w[ISAAC_WORDS]; member 291 isaac_refill (&isaac->state, isaac->data.w); in readisaac()
|
/coreutils/tests/pwd/ |
D | pwd-long.sh | 90 $build_src_dir =~ m!^([-+.:/\w]+)$!
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 53 a b c d e f g h i j k l m n o p q r s t u v w x y z \
|
/coreutils/tests/du/ |
D | move-dir-while-traversing.sh | 64 long=d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z
|
/coreutils/doc/ |
D | perm.texi | 134 may have just run @code{chmod a+w FILE}. 234 @item w 254 go-w 283 this, instead of using a series of @samp{r}, @samp{w}, or @samp{x} 397 og+rX-w 410 og-w 417 a+r,go-w 436 a+r,g+x-w 446 u+r,g+rx,o+r,g-w 470 +w [all …]
|
/coreutils/tests/misc/ |
D | mktemp.pl | 39 -w $file or die "$ME: $file isn't owner-writable\n";
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 1 eval '(exit $?0)' && eval 'exec perl -w "$0" ${1+"$@"}' 2 & eval 'exec perl -w "$0" $argv:q'
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-5.0-on-glibc-2.28.diff | 63 case 'w': /* File is writable? */
|
/coreutils/tests/ |
D | init.sh | 300 (date; date +%N; free; who -a; w; ps auxww; ps -ef) 2>&1 | awk '
|