Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 48) sorted by relevance

12

/coreutils/tests/mv/
Dupdate.sh25 echo new > new || framework_failure_
34 $cp_or_mv $interactive --update old new < /dev/null > out 2>&1 || fail=1
36 case "$(cat new)" in new) ;; *) fail=1 ;; esac
45 mv $update_option new old || fail=1
46 test -f new && fail=1
47 case "$(cat old)" in new) ;; *) fail=1 ;; esac
50 cp $update_option new old || fail=1
51 case "$(cat old)" in new) ;; *) fail=1 ;; esac
52 case "$(cat new)" in new) ;; *) fail=1 ;; esac
59 mv $update_option new old || fail=1
[all …]
/coreutils/tests/test/
Dtest.pl54 my @new;
65 push @new, $t;
80 push (@new, [$test_name, $flags, {EXIT=>$ret}, @$LoH]);
84 return @new;
90 my @new;
100 push @new, $t;
106 push (@new, ["N-$test_name", "! $flags", {EXIT=>1-$ret}, @$LoH])
108 push (@new, ["P-$test_name", "'(' $flags ')'", {EXIT=>$ret}, @$LoH])
110 push (@new, ["NP-$test_name", "! '(' $flags ')'", {EXIT=>1-$ret}, @$LoH])
112 push (@new, ["NNP-$test_name", "! ! '(' $flags ')'", {EXIT=>$ret, @$LoH}])
[all …]
/coreutils/src/
Dtr.c643 struct List_element *new = xmalloc (sizeof *new); in append_normal_char() local
644 new->next = nullptr; in append_normal_char()
645 new->type = RE_NORMAL_CHAR; in append_normal_char()
646 new->u.normal_char = c; in append_normal_char()
647 list->tail->next = new; in append_normal_char()
648 list->tail = new; in append_normal_char()
671 struct List_element *new = xmalloc (sizeof *new); in append_range() local
672 new->next = nullptr; in append_range()
673 new->type = RE_RANGE; in append_range()
674 new->u.range.first_char = first; in append_range()
[all …]
Dcp.c444 struct dir_attr *new; in make_dir_parents_private() local
468 new = xmalloc (sizeof *new); in make_dir_parents_private()
469 new->st = src_st; in make_dir_parents_private()
470 new->slash_offset = slash - dir; in make_dir_parents_private()
471 new->restore_mode = false; in make_dir_parents_private()
472 new->next = *attr_list; in make_dir_parents_private()
473 *attr_list = new; in make_dir_parents_private()
478 missing_dir ? new->st.st_mode : 0, in make_dir_parents_private()
494 src_mode = new->st.st_mode; in make_dir_parents_private()
543 new->st.st_mode = stats.st_mode | omitted_permissions; in make_dir_parents_private()
[all …]
Duniq.c281 different (char *old, char *new, size_t oldlen, size_t newlen) in different() argument
289 return oldlen != newlen || memcasecmp (old, new, oldlen); in different()
291 return oldlen != newlen || memcmp (old, new, oldlen); in different()
/coreutils/tests/uniq/
Duniq.pl33 my @new;
37 push @new, $t;
78 push @new, ["$t->[0]-z", '-z', @args, @list_of_hash];
80 return @new;
/coreutils/tests/expr/
Dexpr.pl219 my @new;
229 push @new, ["$test_name-mb", @new_t, {ENV => "LC_ALL=$mb_locale"}];
231 push @Tests, @new;
Dexpr-multibyte.pl209 my @new;
/coreutils/tests/env/
Denv-S.pl269 my @new;
278 push @new, ["$test_name-debug",
283 push @Tests, @new;
/coreutils/tests/basenc/
Dbase64.pl138 my @new;
178 push @new, ["d$i-$t->[0]", '--decode', {IN => $o}, {OUT => $in}];
182 push @Tests, @new;
/coreutils/tests/cut/
Dcut.pl237 my @new;
243 push @new, ["$test_name-mb", @new_t, {ENV => "LC_ALL=$mb_locale"}];
245 push @Tests, @new;
/coreutils/tests/
DCoreutils.pm599 my @new;
602 push @new, $t;
622 push @new, ["$t->[0].r", @args, '<', {IN => $in[0]}, @list_of_hash];
623 push @new, ["$t->[0].p", @args, {IN_PIPE => $in[0]}, @list_of_hash];
625 return @new;
/coreutils/tests/pr/
Dml24f-t18 3 line truncation before new page; 3 line truncation before new page;
Dml24-t18 3 line truncation before new page; 3 line truncation before new page;
Dloli13 3::: line truncation before new page; r_r_o_l-test: :::
Dtn13 3 line truncation before new page; r_r_o_l-test:
Dt-t13 3 line truncation before new page; r_r_o_l-test:
Dtt-t13 3 line truncation before new page; r_r_o_l-test:
Dl24f-t18 3 line truncation before new page; r_r_o_l-test:
Dl24-t18 3 line truncation before new page; r_r_o_l-test:
Dml24f-t-0F18 3 line truncation before new page;
/coreutils/
DREADME-release21 * Run bootstrap one last time. This downloads any new translations:
27 * Check for new file system types by running the following command on
38 If it finds a new file system magic number, add it to src/stat.c.
41 Note there may be some new file systems magic values not defined
111 * Push the NEWS-updating changes and the new tag:
/coreutils/tests/date/
Ddate-debug.sh50 date: new date/time = '(Y-M-D) 1990-12-14 00:00:00'
53 date: new time = 661095000 epoch-seconds
152 date: new date/time = '(Y-M-D) 2013-10-22 00:00:00 TZ=+00'
179 date: new date/time = '(Y-M-D) 2016-10-01 00:00:00'
210 date: new date/time = '(Y-M-D) 2016-11-30 23:00:00'
/coreutils/tests/tail/
Dinotify-dir-recreate.sh83 tail: 'dir/file' has appeared; following new file
Dinotify-race2.sh77 echo never-seen-with-tail-8.23 > file.new || framework_failure_

12