Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drandperm.c123 struct sparse_ent_ *v2 = hash_remove (sv, &(struct sparse_ent_) {j,0}); in sparse_swap() local
131 if (!v2) in sparse_swap()
133 v2 = xmalloc (sizeof *v2); in sparse_swap()
134 v2->index = v2->val = j; in sparse_swap()
138 v1->val = v2->val; in sparse_swap()
139 v2->val = t; in sparse_swap()
142 if (!hash_insert (sv, v2)) in sparse_swap()
/coreutils/src/
Ddd.c310 v2 = v ^ O_FULLBLOCK, enumerator
312 O_NOCACHE = FFS_MASK (v2),
313 v3 = v2 ^ O_NOCACHE,
/coreutils/tests/
Dlocal.mk122 tests/du/bind-mount-dir-cycle-v2.sh \
/coreutils/
DNEWS2622 join -v2 now ensures the default output format prints the match field
/coreutils/doc/
Dcoreutils.texi7013 @item @code{join -t '' -v2 file1 file2}
7016 @item @code{join -t '' -v1 -v2 file1 file2}