Searched refs:exclude (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dexclude.h0 /* exclude.h -- declarations for excluding file names
33 /* Include instead of exclude. */
40 struct exclude;
44 struct exclude *new_exclude (void);
45 void free_exclude (struct exclude *);
46 void add_exclude (struct exclude *, char const *, int);
47 int add_exclude_file (void (*) (struct exclude *, char const *, int),
48 struct exclude *, char const *, int, char);
49 bool excluded_file_name (struct exclude const *, char const *);
H A Dexclude.c0 /* exclude.c -- exclude file names
36 #include "exclude.h"
71 /* An exclude pattern-options pair. The options are fnmatch options
84 struct patopts *exclude; member in struct:exclude_pattern
92 exclude_pattern /* an array of exclude patterns */
107 /* The exclude structure keeps a singly-linked list of exclude segments */
108 struct exclude struct
137 /* Return a newly allocated and empty exclude lis
336 struct patopts const *exclude = seg->v.pat.exclude; local
[all...]
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libcoreutils --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=gnulib-tests --aux-dir=build-aux --with-tests --avoid=canonicalize-lgpl --avoid=dummy --no-libtool --macro-prefix=gl acl alloca announce-gen areadlink-with-size argmatch argv-iter assert atexit autobuild backupfile base64 c-strcase c-strtod c-strtold calloc canon-host canonicalize chown cloexec closein closeout config-h configmake crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 cycle-check d-ino d-type diacrit dirfd dirname do-release-commit-and-tag dup2 environ error euidaccess exclude exitfail faccessat fchdir fcntl fcntl-safer fdl file-type fileblocks filemode filenamecat filevercmp fnmatch-gnu fopen-safer fprintftime freopen freopen-safer fseeko fsusage fsync ftello ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt-gnu getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload group-member hard-locale hash hash-pjw host-os human idcache ignore-value inttostr inttypes isapipe isblank lchmod lchown lib-ignore linebuffer link link-follow linkat long-options lstat maintainer-makefile malloc manywarnings mbrtowc mbsalign mbswidth memcasecmp memchr memcmp memcmp2 memcpy memmove mempcpy memrchr memset mgetgroups mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist mpsort nproc obstack pathmax perl physmem posix-shell posixtm posixver priv-set progname propername putenv quote quotearg raise randint randperm readlink readtokens readtokens0 readutmp realloc regex remove rename rmdir root-dev-ino rpmatch safe-read same save-cwd savedir savewd selinux-at settime sig2str sigaction ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy stpncpy strcspn strdup-posix strftime strpbrk strsignal strtod strtoimax strtol strtoumax symlink sys_stat timespec tzset uname unicodeio unistd-safer unlink-busy unlocked-io unsetenv update-copyright uptime useless-if-before-free userspec utimecmp utimens vasprintf-posix vc-list-files verify verror version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xfreopen xgetcwd xgethostname xmemcoll xnanosleep xprintf xprintf-posix xreadlink xstrtod xstrtoimax xstrtol xstrtold xstrtoumax yesno
635 ## begin gnulib module exclude
638 EXTRA_DIST += exclude.c exclude.h
640 EXTRA_libcoreutils_a_SOURCES += exclude.c
642 ## end gnulib module exclude
/haiku-fatelf/src/bin/diffutils/lib/
H A Dexclude.h0 /* exclude.h -- declarations for excluding file names
35 /* Include instead of exclude. */
42 struct exclude;
44 struct exclude *new_exclude PARAMS ((void));
45 void free_exclude PARAMS ((struct exclude *));
46 void add_exclude PARAMS ((struct exclude *, char const *, int));
47 int add_exclude_file PARAMS ((void (*) (struct exclude *, char const *, int),
48 struct exclude *, char const *, int, char));
49 bool excluded_filename PARAMS ((struct exclude const *, char const *));
H A Dexclude.c0 /* exclude.c -- exclude file names
58 #include "exclude.h"
76 /* An exclude pattern-options pair. The options are fnmatch options
85 /* An exclude list, of pattern-options pairs. */
87 struct exclude struct
89 struct patopts *exclude; member in struct:exclude
94 /* Return a newly allocated and empty exclude list. */
96 struct exclude *
99 struct exclude *e
154 struct patopts const *exclude = ex->exclude; local
[all...]
H A DMakefile120 c-stack.h cmpbuf.h dirname.h error.h exclude.h exitfail.h \
127 basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \
145 cmpbuf.$(OBJEXT) error.$(OBJEXT) exclude.$(OBJEXT) \
168 ./$(DEPDIR)/error.Po ./$(DEPDIR)/exclude.Po \
239 include ./$(DEPDIR)/exclude.Po
/haiku-fatelf/src/bin/coreutils/src/
H A Ddu.c34 #include "exclude.h"
177 /* File name patterns to exclude. */
178 static struct exclude *exclude; variable in typeref:struct:exclude
209 {"exclude", required_argument, NULL, EXCLUDE_OPTION},
210 {"exclude-from", required_argument, NULL, 'X'},
313 -X, --exclude-from=FILE exclude files that match any pattern in FILE\n\
314 --exclude=PATTERN exclude file
[all...]
/haiku-fatelf/src/bin/diffutils/src/
H A Ddiff.h193 XTERN struct exclude *excluded;
H A Ddir.c25 #include <exclude.h>
H A Ddiff.c28 #include <exclude.h>
197 {"exclude", 1, 0, 'x'},
198 {"exclude-from", 1, 0, 'X'},
895 N_("-x PAT --exclude=PAT Exclude files that match PAT."),
896 N_("-X FILE --exclude-from=FILE Exclude files that match any pattern in FILE."),
/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit304 if [ -n "$(git ls-files --others --exclude-standard)" ]; then
374 # COMP_WORDBREAKS to exclude those characters. The intent is to
387 local exclude i j first
388 # Which word separators to exclude?
389 exclude="${1//[^$COMP_WORDBREAKS]}"
391 if [ -z "$exclude" ]; then
405 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ]
435 local exclude cur_ words_ cword_
437 exclude=$2
440 __git_reassemble_comp_words_by_ref "$exclude"
[all...]
/haiku-fatelf/data/etc/
H A Dbash_completion70 # START exclude -- do NOT remove this line
127 # FINISH exclude -- do not remove this line
280 local exclude i j ref
283 # Yes, exclude word separator characters;
285 exclude="${1//[^$COMP_WORDBREAKS]}"
291 if [[ $exclude ]]; then
299 ${COMP_WORDS[$i]//[^$exclude]} == ${COMP_WORDS[$i]}
323 # @param $1 exclude Characters out of $COMP_WORDBREAKS which should NOT be
405 local exclude flag i OPTIND=1
413 n) exclude
[all...]
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk772 # By default, exclude all variants of COPYING; you can also
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex3415 {% Adjust \hsize to exclude the ambient margins,
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex4722 {% Adjust \hsize to exclude the ambient margins,
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex4374 {% Adjust \hsize to exclude the ambient margins,

Completed in 159 milliseconds