Searched refs:STYLE (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/tcp_wrappers/
H A DMakefile16 @echo " make REAL_DAEMON_DIR=/foo/bar STYLE=-DPROCESS_OPTIONS sys-type"
94 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
100 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
106 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
112 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
118 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE
[all...]
/freebsd-current/usr.bin/tail/
H A Dextern.h61 enum STYLE { NOTSET = 0, FBYTES, FLINES, RBYTES, RLINES, REVERSE }; enum
63 void follow(file_info_t *, enum STYLE, off_t);
64 void forward(FILE *, const char *, enum STYLE, off_t, struct stat *);
65 void reverse(FILE *, const char *, enum STYLE, off_t, struct stat *);
H A Dreverse.c55 static void r_reg(FILE *, const char *, enum STYLE, off_t, struct stat *);
76 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp)
105 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp)
H A Dforward.c97 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp)
305 follow(file_info_t *files, enum STYLE style, off_t off)
H A Dtail.c80 enum STYLE style;
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dmancheck.sh46 grep -vhE -e 'mandoc: outdated mandoc.db' -e 'STYLE: referenced manual not found' $add_excl "$stdout_file" "$stderr_file" > "$result_file"

Completed in 126 milliseconds