1 /* defs.h -- data types and declarations.
2 Copyright (C) 1990, 91, 92, 93, 94, 2000, 2004 Free Software Foundation, Inc.
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2, or (at your option)
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
23 #include <sys/types.h>
27 #if defined(HAVE_STRING_H) || defined(STDC_HEADERS)
35 #define strrchr rindex
48 /* The presence of unistd.h is assumed by gnulib these days, so we
49 * might as well assume it too.
63 # include <inttypes.h>
73 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
74 # define PARAMS(Args) Args
76 # define PARAMS(Args) ()
80 int lstat
PARAMS((const char *__path
, struct stat
*__statbuf
));
81 int stat
PARAMS((const char *__path
, struct stat
*__statbuf
));
83 int optionl_stat
PARAMS((const char *name
, struct stat
*p
));
84 int optionp_stat
PARAMS((const char *name
, struct stat
*p
));
85 int optionh_stat
PARAMS((const char *name
, struct stat
*p
));
86 int debug_stat
PARAMS((const char *file
, struct stat
*bufp
));
88 int get_statinfo
PARAMS((const char *pathname
, const char *name
, struct stat
*p
));
90 #if ! defined HAVE_FCHDIR && ! defined fchdir
91 # define fchdir(fd) (-1)
97 # define S_ISUID 0004000
100 # define S_ISGID 0002000
103 # define S_ISVTX 0001000
106 # define S_IRUSR 0000400
109 # define S_IWUSR 0000200
112 # define S_IXUSR 0000100
115 # define S_IRGRP 0000040
118 # define S_IWGRP 0000020
121 # define S_IXGRP 0000010
124 # define S_IROTH 0000004
127 # define S_IWOTH 0000002
130 # define S_IXOTH 0000001
133 #define MODE_WXUSR (S_IWUSR | S_IXUSR)
134 #define MODE_R (S_IRUSR | S_IRGRP | S_IROTH)
135 #define MODE_RW (S_IWUSR | S_IWGRP | S_IWOTH | MODE_R)
136 #define MODE_RWX (S_IXUSR | S_IXGRP | S_IXOTH | MODE_RW)
137 #define MODE_ALL (S_ISUID | S_ISGID | S_ISVTX | MODE_RWX)
141 typedef bool boolean
;
143 /* Not char because of type promotion; NeXT gcc can't handle it. */
151 /* Pointer to a predicate function. */
152 typedef boolean (*PRED_FUNC
)(char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
);
154 /* The number of seconds in a day. */
155 #define DAYSECS 86400
157 /* Argument structures for predicates. */
166 enum permissions_type
183 enum predicate_precedence
195 enum comparison_type kind
;
196 boolean negative
; /* Defined only when representing time_t. */
202 enum permissions_type kind
;
206 /* dir_id is used to support loop detection in find.c and
207 * also to support the -samefile test.
217 enum comparison_type kind
;
227 #if !defined(NEW_EXEC)
230 short offset
; /* Offset in `vec' of this arg. */
231 short count
; /* Number of path replacements in this arg. */
232 char *origarg
; /* Arg with "{}" intact. */
236 #include "buildcmd.h"
240 #if defined(NEW_EXEC)
242 boolean multiple
; /* -exec {} \+ denotes multiple argument. */
243 struct buildcmd_control ctl
;
244 struct buildcmd_state state
;
245 char **replace_vec
; /* Command arguments (for ";" style) */
247 boolean use_current_dir
; /* If nonzero, don't chdir to start dir */
248 boolean close_stdin
; /* If true, close stdin in the child. */
250 struct path_arg
*paths
; /* Array of args with path replacements. */
251 char **vec
; /* Array of args to pass to program. */
255 /* The format string for a -printf or -fprintf is chopped into one or
256 more `struct segment', linked together into a list.
257 Each stretch of plain text is a segment, and
258 each \c and `%' conversion is a segment. */
260 /* Special values for the `kind' field of `struct segment'. */
261 #define KIND_PLAIN 0 /* Segment containing just plain text. */
262 #define KIND_STOP 1 /* \c -- stop printing and flush output. */
266 int kind
; /* Format chars or KIND_{PLAIN,STOP}. */
267 char *text
; /* Plain text or `%' format string. */
268 int text_len
; /* Length of `text'. */
269 struct segment
*next
; /* Next segment for this predicate. */
274 struct segment
*segment
; /* Linked list of segments. */
275 FILE *stream
; /* Output stream to print on. */
276 boolean dest_is_tty
; /* True if the destination is a terminal. */
277 struct quoting_options
*quote_opts
;
282 /* Pointer to the function that implements this predicate. */
285 /* Only used for debugging, but defined unconditionally so individual
286 modules can be compiled with -DDEBUG. */
289 /* The type of this node. There are two kinds. The first is real
290 predicates ("primaries") such as -perm, -print, or -exec. The
291 other kind is operators for combining predicates. */
292 enum predicate_type p_type
;
294 /* The precedence of this node. Only has meaning for operators. */
295 enum predicate_precedence p_prec
;
297 /* True if this predicate node produces side effects.
298 If side_effects are produced
299 then optimization will not be performed */
300 boolean side_effects
;
302 /* True if this predicate node requires default print be turned off. */
303 boolean no_default_print
;
305 /* True if this predicate node requires a stat system call to execute. */
308 /* True if this predicate node requires knowledge of the file type. */
311 /* True if this predicate should display control characters literally */
312 boolean literal_control_chars
;
314 /* Information needed by the predicate processor.
315 Next to each member are listed the predicates that use it. */
318 char *str
; /* fstype [i]lname [i]name [i]path */
319 struct re_pattern_buffer
*regex
; /* regex */
320 struct exec_val exec_vec
; /* exec ok */
321 struct long_val info
; /* atime ctime gid inum links mtime
323 struct size_val size
; /* size */
324 uid_t uid
; /* user */
325 gid_t gid
; /* group */
326 time_t time
; /* newer */
327 struct perm_val perm
; /* perm */
328 struct dir_id fileid
; /* samefile */
329 mode_t type
; /* type */
330 FILE *stream
; /* ls fls fprint0 */
331 struct format_val printf_vec
; /* printf fprintf fprint */
334 /* The next predicate in the user input sequence,
335 which represents the order in which the user supplied the
336 predicates on the command line. */
337 struct predicate
*pred_next
;
339 /* The right and left branches from this node in the expression
340 tree, which represents the order in which the nodes should be
342 struct predicate
*pred_left
;
343 struct predicate
*pred_right
;
345 const struct parser_table
* parser_entry
;
348 /* find.c, ftsfind.c */
349 boolean
is_fts_enabled();
353 /* find library function declarations. */
356 char *dirname
PARAMS((char *path
));
359 void error
PARAMS((int status
, int errnum
, char *message
, ...));
362 char *get_link_name
PARAMS((char *name
, char *relname
));
366 char *stpcpy
PARAMS((char *dest
, const char *src
));
370 char *xgetcwd
PARAMS((void));
379 /* find global function declarations. */
382 /* SymlinkOption represents the choice of
383 * -P, -L or -P (default) on the command line.
387 SYMLINK_NEVER_DEREF
, /* Option -P */
388 SYMLINK_ALWAYS_DEREF
, /* Option -L */
389 SYMLINK_DEREF_ARGSONLY
/* Option -H */
391 extern enum SymlinkOption symlink_handling
; /* defined in find.c. */
393 void set_follow_state
PARAMS((enum SymlinkOption opt
));
397 char *filesystem_type
PARAMS((const struct stat
*statp
, const char *path
));
398 char * get_mounted_filesystems (void);
399 dev_t
* get_mounted_devices
PARAMS((size_t *));
405 ARG_OPTION
, /* regular options like -maxdepth */
406 ARG_POSITIONAL_OPTION
, /* options whose position is important (-follow) */
407 ARG_TEST
, /* a like -name */
408 ARG_PUNCTUATION
, /* like -o or ( */
409 ARG_ACTION
/* like -print */
414 /* Pointer to a parser function. */
415 typedef boolean (*PARSE_FUNC
)(const struct parser_table
*p
,
416 char *argv
[], int *arg_ptr
);
421 PARSE_FUNC parser_func
;
426 const struct parser_table
* find_parser
PARAMS((char *search_name
));
427 boolean parse_open
PARAMS((const struct parser_table
* entry
, char *argv
[], int *arg_ptr
));
428 boolean parse_close
PARAMS((const struct parser_table
* entry
, char *argv
[], int *arg_ptr
));
429 boolean parse_print
PARAMS((const struct parser_table
*, char *argv
[], int *arg_ptr
));
430 void pred_sanity_check
PARAMS((const struct predicate
*predicates
));
431 void parse_begin_user_args
PARAMS((char **args
, int argno
, const struct predicate
*last
, const struct predicate
*predicates
));
432 void parse_end_user_args
PARAMS((char **args
, int argno
, const struct predicate
*last
, const struct predicate
*predicates
));
433 boolean parse_openparen
PARAMS((const struct parser_table
* entry
, char *argv
[], int *arg_ptr
));
434 boolean parse_closeparen
PARAMS((const struct parser_table
* entry
, char *argv
[], int *arg_ptr
));
437 boolean pred_amin
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
438 boolean pred_and
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
439 boolean pred_anewer
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
440 boolean pred_atime
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
441 boolean pred_close
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
442 boolean pred_cmin
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
443 boolean pred_cnewer
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
444 boolean pred_comma
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
445 boolean pred_ctime
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
446 boolean pred_delete
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
447 boolean pred_empty
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
448 boolean pred_exec
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
449 boolean pred_execdir
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
450 boolean pred_executable
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
451 boolean pred_false
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
452 boolean pred_fls
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
453 boolean pred_fprint
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
454 boolean pred_fprint0
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
455 boolean pred_fprintf
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
456 boolean pred_fstype
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
457 boolean pred_gid
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
458 boolean pred_group
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
459 boolean pred_ilname
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
460 boolean pred_iname
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
461 boolean pred_inum
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
462 boolean pred_ipath
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
463 boolean pred_links
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
464 boolean pred_lname
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
465 boolean pred_ls
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
466 boolean pred_mmin
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
467 boolean pred_mtime
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
468 boolean pred_name
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
469 boolean pred_negate
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
470 boolean pred_newer
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
471 boolean pred_nogroup
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
472 boolean pred_nouser
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
473 boolean pred_ok
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
474 boolean pred_okdir
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
475 boolean pred_open
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
476 boolean pred_or
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
477 boolean pred_path
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
478 boolean pred_perm
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
479 boolean pred_print
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
480 boolean pred_print0
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
481 boolean pred_prune
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
482 boolean pred_quit
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
483 boolean pred_readable
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
484 boolean pred_regex
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
485 boolean pred_samefile
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
486 boolean pred_size
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
487 boolean pred_true
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
488 boolean pred_type
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
489 boolean pred_uid
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
490 boolean pred_used
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
491 boolean pred_user
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
492 boolean pred_writable
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
493 boolean pred_xtype
PARAMS((char *pathname
, struct stat
*stat_buf
, struct predicate
*pred_ptr
));
497 int launch
PARAMS((const struct buildcmd_control
*ctl
,
498 struct buildcmd_state
*buildstate
));
501 char *find_pred_name
PARAMS((PRED_FUNC pred_func
));
506 void print_tree
PARAMS((FILE*, struct predicate
*node
, int indent
));
507 void print_list
PARAMS((FILE*, struct predicate
*node
));
508 void print_optlist
PARAMS((FILE *fp
, struct predicate
*node
));
513 get_expr
PARAMS((struct predicate
**input
, short int prev_prec
));
514 boolean opt_expr
PARAMS((struct predicate
**eval_treep
));
515 boolean mark_stat
PARAMS((struct predicate
*tree
));
516 boolean mark_type
PARAMS((struct predicate
*tree
));
519 struct predicate
*get_new_pred
PARAMS((const struct parser_table
*entry
));
520 struct predicate
*get_new_pred_chk_op
PARAMS((const struct parser_table
*entry
));
521 struct predicate
*insert_primary
PARAMS((const struct parser_table
*entry
));
522 struct predicate
*insert_primary_withpred
PARAMS((const struct parser_table
*entry
, PRED_FUNC fptr
));
523 void usage
PARAMS((char *msg
));
524 extern boolean
check_nofollow(void);
525 extern void complete_pending_execs(struct predicate
*p
);
526 extern void complete_pending_execdirs(struct predicate
*p
);
528 int get_info
PARAMS((const char *pathname
, const char *name
, struct stat
*p
, struct predicate
*pred_ptr
));
529 int following_links(void);
530 int digest_mode(mode_t mode
, const char *pathname
, const char *name
, struct stat
*pstat
, boolean leaf
);
531 boolean
default_prints (struct predicate
*pred
);
536 /* If true, process directory before contents. True unless -depth given. */
537 boolean do_dir_first
;
539 /* If >=0, don't descend more than this many levels of subdirectories. */
542 /* If >=0, don't process files above this level. */
545 /* If true, do not assume that files in directories with nlink == 2
546 are non-directories. */
547 boolean no_leaf_check
;
549 /* If true, don't cross filesystem boundaries. */
550 boolean stay_on_filesystem
;
552 /* If true, we ignore the problem where we find that a directory entry
553 * no longer exists by the time we get around to processing it.
555 boolean ignore_readdir_race
;
557 /* If true, pass control characters through. If false, escape them
558 * or turn them into harmless things.
560 boolean literal_control_chars
;
562 /* If true, we issue warning messages
565 time_t start_time
; /* Time at start of execution. */
567 /* Seconds between 00:00 1/1/70 and either one day before now
568 (the default), or the start of today (if -daystart is given). */
569 time_t cur_day_start
;
571 /* If true, cur_day_start has been adjusted to the start of the day. */
574 int output_block_size
; /* Output block size. */
576 enum SymlinkOption symlink_handling
;
579 /* Pointer to the function used to stat files. */
580 int (*xstat
) (const char *name
, struct stat
*statbuf
);
583 /* Indicate if we can implement safely_chdir() using the O_NOFOLLOW
586 boolean open_nofollow_available
;
588 /* The variety of regular expression that we support.
589 * The default is POSIX Basic Regular Expressions, but this
590 * can be changed with the positional option, -regextype.
594 extern struct options options
;
599 /* Current depth; 0 means current path is a command line arg. */
602 /* If true, we have called stat on the current path. */
605 /* If true, we know the type of the current path. */
607 mode_t type
; /* this is the actual type */
609 /* The file being operated on, relative to the current directory.
610 Used for stat, readlink, remove, and opendir. */
613 /* Length of starting path. */
614 int starting_path_length
;
616 /* If true, don't descend past current directory.
617 Can be set by -prune, -maxdepth, and -xdev/-mount. */
618 boolean stop_at_current_level
;
620 /* Status value to return to system. */
625 extern struct state state
;
626 extern char const *starting_dir
;
627 extern int starting_desc
;
628 extern struct predicate
*eval_tree
;
629 extern char *program_name
;
630 extern struct predicate
*predicates
;
631 extern struct predicate
*last_pred
;