Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 5 of 5) sorted by relevance

/coreutils/tests/head/
Dhead-c.sh23 vm=$(get_min_ulimit_v_ head -c1 /dev/null) \
28 (head -c1; head -c1) < in > out || fail=1
/coreutils/tests/cp/
Dpreserve-gid.sh87 create c1 0 "$nameless_gid2"
93 t0 c1 0 0 cp
99 t0 c1 0 "$nameless_gid2" cp -p
138 t1 c1 "$nameless_uid" "$nameless_gid1" cp
144 t1 c1 "$nameless_uid" "$nameless_gid2" cp -p
/coreutils/tests/tail/
Dbig-4gb.sh41 tail -c1 big > out || fail=1
/coreutils/src/
Dtr.c1166 int c1 = 0; in validate_case_classes() local
1188 while (c1 != -1 && c2 != -1) in validate_case_classes()
1192 c1 = get_next (s1, &class_s1); in validate_case_classes()
1837 int c1, c2; in main() local
1847 c1 = get_next (s1, &class_s1); in main()
1865 if (c1 == -1 || c2 == -1) in main()
1867 xlate[c1] = c2; in main()
1877 affirm (c1 == -1 || truncate_set1); in main()
/coreutils/doc/
Dcoreutils.texi6931 c c1
6941 c c1 c2
19792 $ who | cut -c1-8
19802 $ who | cut -c1-8 | sort
19812 $ who | cut -c1-8 | sort | uniq
19829 who | cut -c1-8 | sort | uniq