Home
last modified time | relevance | path

Searched refs:ftree_add (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/pax/
H A Doptions.c565 if (ftree_add(argv[optind], 0) < 0) in pax_options()
902 if (ftree_add(chdname, 1) < 0) in tar_options()
933 if (ftree_add(dir, 1) < 0) in tar_options()
944 if (ftree_add(str, 0) < 0) in tar_options()
957 if (ftree_add(*argv++, 1) < 0) in tar_options()
959 } else if (ftree_add(*argv++, 0) < 0) in tar_options()
1256 ftree_add(str, 0); in cpio_options()
H A Dextern.h155 int ftree_add(char *, int);
H A Dftree.c135 ftree_add(char *str, int chflg) in ftree_add() function