Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 34) sorted by relevance

12

/coreutils/src/blake2/
Dblake2-impl.h40 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/
Dfmt.c162 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 …]
Dwc.c402 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()
Ddircolors.hin76 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
Dbasenc.c1247 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()
Dseq.c386 int w = width; in get_default_format() local
387 sprintf (format_buf, "%%0%d.%dLf", w, prec); in get_default_format()
/coreutils/tests/wc/
Dwc-total.sh25 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
Dwc-files0.sh23 echo 2 words > 2w || framework_failure_
30 1 2 8 2w
/coreutils/tests/cp/
Dperm.sh35 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
Dparent-perm-race.sh52 mode,d??[-x]?w[-x]?-[-x]* )
Dcp-parents.sh48 chmod go=w d/a || framework_failure_
/coreutils/tests/rm/
Dfail-eperm.xpl55 if (-d $dir && -k _ && -r _ && -w _ && -x _)
78 -l $target_file || -o _ || -d _ || -w _
Dhash.sh29 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
Dr-3.sh35 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/
Denv.x35 /usr/bin/env: 'perl \-w \-T': No such file or directory
/coreutils/tests/mkdir/
Dspecial-1.sh22 set_mode_string=u=rwx,g=rx,o=w,-s,+t
/coreutils/gl/lib/
Drandread.c94 isaac_word w[ISAAC_WORDS]; member
291 isaac_refill (&isaac->state, isaac->data.w); in readisaac()
/coreutils/tests/pwd/
Dpwd-long.sh90 $build_src_dir =~ m!^([-+.:/\w]+)$!
/coreutils/tests/shred/
Dshred-remove.sh53 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/
Dmove-dir-while-traversing.sh64 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/
Dperm.texi134 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/
Dmktemp.pl39 -w $file or die "$ME: $file isn't owner-writable\n";
/coreutils/scripts/git-hooks/
Dcommit-msg1 eval '(exit $?0)' && eval 'exec perl -w "$0" ${1+"$@"}'
2 & eval 'exec perl -w "$0" $argv:q'
/coreutils/scripts/build-older-versions/
Dcoreutils-5.0-on-glibc-2.28.diff63 case 'w': /* File is writable? */
/coreutils/tests/
Dinit.sh300 (date; date +%N; free; who -a; w; ps auxww; ps -ef) 2>&1 | awk '

12