Searched refs:line (Results 76 - 100 of 1636) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/tzdata/
H A Dzishrink.awk153 # Process the input line LINE and save it for later output.
155 function process_input_line(line, \
159 # Remove comments, normalize spaces, and append a space to each line.
160 sub(/#.*/, "", line)
161 line = line " "
162 gsub(/[\t ]+/, " ", line)
164 # Abbreviate keywords and determine line type.
165 linkline = sub(/^Link /, "L ", line)
166 ruleline = sub(/^Rule /, "R ", line)
[all...]
/freebsd-11-stable/contrib/dtc/
H A Ddtc-lexer.l85 <*>^"#"(line)?[ \t]+[0-9]+[ \t]+{STRING}([ \t]+[0-9]+)? {
86 char *line, *fnstart, *fnend;
88 /* skip text before line # */
89 line = yytext;
90 while (!isdigit((unsigned char)*line))
91 line++;
107 lexical_error("nul in line number directive");
109 /* -1 since #line is the number of the next line */
110 srcpos_set_line(xstrdup(fn.val), atoi(line)
[all...]
/freebsd-11-stable/
H A DMakefile.inc14 # Make command line options:
1022 while read line; do \
1023 set -- $$line; \
1095 @# line from the METALOG. This relies on the fact that
1096 @# a line containing only the filename will sort immediately before
1097 @# the relevant mtree line.
1105 @# line from the METALOG. This relies on the fact that
1106 @# a line containing only the filename will sort immediately before
1107 @# the relevant mtree line.
/freebsd-11-stable/usr.sbin/tzsetup/
H A Dtzsetup.c483 char *line, *country_list, *tlc, *file, *descr, *p; local
491 while ((line = fgetln(fp, &len)) != NULL) {
493 if (line[len - 1] != '\n')
495 line[len - 1] = '\0';
496 if (line[0] == '#')
499 country_list = strsep(&line, "\t");
500 /* coord = */ strsep(&line, "\t"); /* Unused */
501 file = strsep(&line, "\t");
517 descr = (line != NULL && *line !
[all...]
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1491 static char *line; variable
1513 warnx("got line %s", line);
1514 cp = line;
1539 syslog(LOG_ERR, "V4:duplicate line, ignored");
1707 * host(s) on the same line.
1714 * If an export list was specified on this line, make sure
2017 * Read the exports file(s) and call get_exportlist_one() for each line.
2370 syslog(LOG_ERR, "bad exports list line '%s': %s", line,
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp10 // parsing command line options and doing whatever it is instructed to do.
291 // Some command line options or some combinations of them are not allowed.
750 for (StringRef line : args::getLines(mb)) {
752 line.split(fields, ' ');
835 // Initializes Config members by the command line options.
1121 // command line options, but computed based on other Config values.
1669 // so that wrapped symbols are swapped as instructed by the command line.
1747 // find that it failed because there was a mistake in their command-line.
1756 // line nor linker scripts. For some reason, MIPS entry point name is
/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c307 ** a pointer to the end of the line if character is not found
450 xalloc_tagged(sz, file, line)
453 int line;
470 p = sm_malloc_tagged((unsigned) sz, file, line, sm_heap_group());
563 ** LOG_SENDMAIL_PID -- record sendmail pid and command line.
572 ** writes pidfile, logs command line.
607 /* write the process id on line 1 */
611 /* line 2 contains all command line flags */
920 ** MAKELOWER -- Translate a line int
[all...]
H A Dusersmtp.c287 ** line -- the response line.
288 ** firstline -- set if this is the first line of the reply.
298 esmtp_check(line, firstline, m, mci, e)
299 char *line;
305 if (strstr(line, "ESMTP") != NULL)
316 if (strstr(line, "8BIT-OK") != NULL)
403 ** HELO_OPTIONS -- process the options on a HELO line.
406 ** line -- the response line
[all...]
H A Dtls.c2486 int line, flags; local
2492 while ((l = ERR_get_error_line_data((const char **) &file, &line,
2499 file, line,
H A Dsendmail.h325 char *q_orcpt; /* ORCPT parameter from RCPT TO: line */
498 char *m_eol; /* end of line string */
500 int m_linelimit; /* max # characters per line */
522 #define M_BLANKEND 'b' /* ensure blank line at end of message */
541 #define M_LIMITS 'L' /* must enforce SMTP line limits */
544 #define M_NHDR 'n' /* don't insert From line */
556 #define M_UGLYUUCP 'U' /* this wants an ugly UUCP from line */
847 #define MCIF_INLONGLINE 0x01000000 /* in the middle of a long line */
1052 char *e_envid; /* envelope id from MAIL FROM: line */
1178 int r_line; /* rule line i
[all...]
H A Dreadcf.c94 ** atomically. The first character of each line describes how
95 ** the line is to be interpreted. The lines are:
223 /* interpret this line */
242 syserr("invalid rewrite line \"%s\" (tab expected)", bp);
333 syserr("R line: null LHS");
338 syserr("R line: too many wildcards");
486 "Warning: %s: line %d: map %s not found\n",
503 syserr("R line: null RHS");
538 case 'H': /* required header line */
689 syserr("invalid argument to V line
[all...]
H A Dqueue.c2510 #define HAS_QUARANTINE 0040 /* has an unexpected 'q' line */
2788 /* flush rest of overly long line */
2815 sm_dprintf("%s not marked as quarantined but has a 'q' line\n",
4218 err = "bogus queue line";
4285 syserr("SECURITY ALERT: bogus qf line %s", bp);
4286 err = "bogus queue line";
4339 ** count size before chompheader() destroys the line.
4547 syserr("readqf: %s: line %d: bad line \"%s\"",
4549 err = "unrecognized line";
[all...]
H A Dmime.c753 static bool atbol = true; /* at beginning of line */
755 static unsigned char buf[128]; /* need not be a full line */
874 ** MIMEBOUNDARY -- determine if this line is a MIME boundary & its type
877 ** line -- the input line.
881 ** MBT_NOTSEP -- if this is not a separator line
889 mimeboundary(line, boundaries)
890 register char *line;
897 if (line[0] != '-' || line[
[all...]
H A Dmilter.c1215 ** line -- the options line.
1222 milter_setup(line)
1223 char *line;
1232 for (p = line;
1238 if (line[0] == '\0')
1245 m->mf_name = newstr(line);
H A Dmap.c139 ** MAP_PARSEARGS -- parse config line arguments for database lookup
145 ** ap -- a pointer to the args on the config line.
916 ** line -- the /etc/hosts line.
921 ** true -- if the line matched the desired name.
926 extract_canonname(name, dot, line, cbuf, cbuflen)
929 char *line;
938 if (line[0] == '#')
945 p = get_column(line, i, '\0', nbuf, sizeof(nbuf));
1021 ** args -- pointer to the args on the config line
[all...]
H A Dmain.c105 char *CommandLineArgs; /* command line args for pid file */
588 /* save command line arguments */
1226 /* If set daemon_flags on command line, don't reset it */
1235 /* If set daemon_flags on command line, don't reset it */
1447 ** Do more command line checking -- these are things that
1451 /* process authorization warnings from command line */
2209 ** want to return control to the command line. So we do an
2861 ** variable "savederrors" (declared at line 2570)
2862 ** variable "savedflags" (declared at line 2571)
3340 ** droplev -- how "deeply" we should drop the line
[all...]
H A Dmacro.c424 macdefine_tagged(mac, vclass, id, value, file, line, grp)
434 int line;
461 sm_heap_checkptr_tagged(value, file, line);
468 newvalue = sm_strdup_tagged_x(value, file, line, 0);
H A Dheaders.c49 ** DOCHOMPHEADER -- process and save a header line.
54 ** line -- header as a text line.
64 ** Contents of 'line' are destroyed.
71 dochompheader(line, pflag, hdrp, e)
72 char *line;
97 p = line;
182 syserr("553 5.3.0 header syntax error, line \"%s\"", line);
267 ** them and the <address> on the second line
501 xputs(sm_debug_file(), line); local
[all...]
H A Dalias.c650 char line[BUFSIZ]; local
660 while (sm_io_fgets(af, SM_TIME_DEFAULT, line, sizeof(line)) >= 0)
666 p = strchr(line, '\n');
668 /* XXX what if line="a\\" ? */
669 while (p != NULL && p > line && p[-1] == '\\')
673 SPACELEFT(line, p)) < 0)
683 syserr("554 5.3.0 alias line too long");
685 /* flush to end of line */
694 switch (line[
[all...]
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c386 mailerr("421", "Users should not be specified in command line if LMTP required");
783 bool eline; /* previous line was empty */
784 bool fullline = true; /* current line is terminated */
785 bool prevfl; /* previous line was terminated */
786 char line[2048]; local
820 line[0] = '\0';
822 while (fgets(line, sizeof(line), stdin) != (char *) NULL)
827 prevfl = fullline; /* preserve state of previous line */
828 while (line[line_le
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrdup.c140 ** line -- line in source file
151 sm_strdup_tagged_x(s, file, line, group)
154 int line, group;
160 d = sm_malloc_tagged_x(l, file, line, group);
H A Drpool.c106 ** line -- line number in file.
126 sm_rpool_malloc_tagged_x(rpool, size, file, line, group)
130 int line;
141 return sm_malloc_tagged_x(size, file, line, group);
205 ** line -- line number in file.
222 sm_rpool_malloc_tagged(rpool, size, file, line, group)
226 int line;
237 return sm_malloc_tagged(size, file, line, grou
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dstring.h48 sm_strdup_tagged_x __P((const char *str, char *file, int line, int group));
58 # define sm_strdup_tagged_x(str, file, line, group) \
59 strcpy(sm_malloc_tagged_x(strlen(str) + 1, file, line, group), str)
H A Dheap.h44 # define sm_malloc_tagged(size, file, line, grp) sm_malloc(size)
45 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size)
46 # define sm_free_tagged(ptr, file, line) sm_free(ptr)
47 # define sm_heap_register(ptr, size, file, line, grp) (true)
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl19 # less magic should apply to command-line addresses
415 local($pk,$file,$line);
416 ($pk, $file, $line) = caller;
430 print "Giveup at $file:$line!!! redirect okay = $redirect_okay; $reason\n" if $debug;
654 # command line parsing ($parsing_args)
1252 It will first look up the addresses you provide on the command line.
1353 (Jon, if you are out there, drop me a line)

Completed in 386 milliseconds

1234567891011>>