Symbol: LF
bin/pax/options.c
124
#define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF)
bin/pax/options.c
125
#define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
bin/pax/options.c
127
#define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
bin/pax/options.c
380
flg |= LF;
games/adventure/hdr.h
67
#define FLUSHLF while (next()!=LF)
games/adventure/io.c
190
if ((ch = next()) != LF) { /* is there a second digit? */
games/adventure/io.c
244
if (breakch != LF) /* routines return after "-1" */
games/adventure/io.c
259
if ((*s = next()) == TAB || *s == '\n' || *s == LF)
games/adventure/io.c
359
if ((*s = next()) == TAB || *s == LF)
games/adventure/io.c
372
while (breakch != LF) { /* only do one line at a time */
games/adventure/io.c
424
if ((*s = next()) == TAB || *s == '\n' || *s == LF
games/adventure/io.c
428
if (*s != '\n' && *s != LF)
games/adventure/io.c
472
if (breakch == LF)
games/adventure/io.c
536
} while ((*s++ ^ *tape++) != LF); /* better end with LF */
games/adventure/io.c
569
while ((*s++ ^ * tape++) != LF) /* flush the line */
games/adventure/io.c
583
} while ((*s++ ^ * tape++) != LF); /* better end with LF */
games/sail/sync.c
128
(void) snprintf(buf, sizeof buf, LF, game);
games/sail/sync.c
144
(void) snprintf(sync_lock, sizeof sync_lock, LF, game);
games/sail/sync.c
53
static const char LF[] = _PATH_LOCK;
games/sail/sync.c
57
static char sync_file[sizeof LF];
usr.sbin/lpr/common_source/common.c
73
char *LF; /* log file for error messages */
usr.sbin/lpr/common_source/lp.h
49
extern char *LF; /* log file for error messages */
usr.sbin/lpr/lpd/printjob.c
1297
if (cgetstr(bp, "lf", &LF) == -1)
usr.sbin/lpr/lpd/printjob.c
1298
LF = _PATH_CONSOLE;
usr.sbin/lpr/lpd/printjob.c
141
fd = open(LF, O_WRONLY|O_APPEND); /* set up log file */
usr.sbin/lpr/lpd/printjob.c
144
syslog(LOG_ERR, "%s: %m", LF);
usr.sbin/lpr/lpd/recvjob.c
100
if (open(LF, O_WRONLY|O_APPEND, 0664) < 0) {
usr.sbin/lpr/lpd/recvjob.c
101
syslog(LOG_ERR, "%s: %m", LF);
usr.sbin/lpr/lpd/recvjob.c
91
if (cgetstr(bp, "lf", &LF) == -1)
usr.sbin/lpr/lpd/recvjob.c
92
LF = _PATH_CONSOLE;