Searched refs:newline (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-11-stable/contrib/ncurses/include/
H A Dcapdefaults.c57 if (VALID_STRING(newline) && (capval = EXTRACT_DELAY(newline)))
78 linefeed_is_newline = (char) (VALID_STRING(newline)
79 && (strcmp("\n", newline) == 0));
/freebsd-11-stable/usr.bin/indent/
H A Dindent_codes.h39 #define newline 1 macro
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddebug.c97 char *newline = strchr(s, '\n'); local
98 if (newline)
99 *newline = '\0';
105 if (! newline)
107 s = newline + 1;
109 while (*s); /* print another line, except after a final newline */
/freebsd-11-stable/contrib/dma/
H A Dmail.c379 char newline[MAX_LINE_RFC822]; local
405 newline[0] = '\0';
456 snprintf(newline, sizeof(newline), "Date: %s\n", rfc822date());
460 snprintf(newline, sizeof(newline), "Message-Id: <%"PRIxMAX".%s.%"PRIxMAX"@%s>\n",
467 snprintf(newline, sizeof(newline), "From: <%s>\n", queue->sender);
469 if (fwrite(newline, strlen(newline),
[all...]
H A Dlocal.c131 const char *newline = "\n"; local
187 newline = "";
199 error = snprintf(line, sizeof(line), "%sFrom %s %s", newline, sender, ctime(&now));
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.mk9 # unescaped <newline> is reached.
11 # When an escaped <newline> (one preceded by a <backslash>) is found
17 # When an escaped <newline> is found in a command line in a
19 # <newline>, and the next line, except that the first character of
22 # When an escaped <newline> is found in an include line or in a
27 # <backslash><anything other than newline> is not mentioned. I think
29 # except before <newline>.
36 # newline in a variable assignment simply stores the backslashes as part
37 # of the value, and treats the newline as though it was not escaped.
38 # Similarly, ann even number of backslashes before a newline i
[all...]
H A Dforloop.mk30 .error ${.newline}'${cfl}' != ${.newline}'${CFL}'
H A Dcond1.mk106 @echo "Passed:${.newline} ${Ok:S/,/${.newline}/}"
107 @echo "${NUMBERS:@n@$n is ${("${PRIMES:M$n}" == ""):?not:} prime${.newline}@}"
/freebsd-11-stable/usr.bin/from/
H A Dfrom.c62 int ch, count, newline; local
116 for (newline = 1; fgets(buf, sizeof(buf), mbox);) {
118 newline = 1;
121 if (newline && !strncmp(buf, "From ", 5) &&
128 newline = 0;
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-file.c111 static int newline = -1; local
114 newline = -1;
125 if (newline != -1) {
126 buffer[i++] = newline;
127 newline = -1;
165 newline = buffer[i-1];
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-parse.sh171 while read newline
173 echo ${newline} | grep -q "^#" 2>/dev/null
175 VAL="`echo ${newline} | cut -d '=' -f 1`"
183 echo "${newline}" >> ${FINALCFG}
/freebsd-11-stable/lib/libc/stdio/
H A Dgetdelim.c67 char *newline; local
79 newline = realloc(*linep, newcap);
80 if (newline == NULL)
83 *linep = newline;
/freebsd-11-stable/bin/sh/
H A Dmktokens44 TNL 0 newline
/freebsd-11-stable/contrib/top/
H A Ddisplay.h40 void u_process(int line, char *newline);
/freebsd-11-stable/bin/echo/
H A Decho.c76 int nflag; /* if not set, output a trailing newline. */
80 char newline[] = "\n"; local
113 /* chop it and set the no-newline flag. */
127 vp->iov_base = newline;
/freebsd-11-stable/usr.bin/chkey/
H A Dchkey.c204 char newline = '\n'; local
207 write(fd, &newline, sizeof(newline)) < 0)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp104 if (Tok.is(tok::newline)) {
115 // a space for the newline.
121 if (Tok.is(tok::newline)) {
/freebsd-11-stable/contrib/unbound/util/
H A Dconfiglexer.lex551 <quotedstring>{NEWLINE} { ub_c_error("newline inside quoted string, no end \"");
572 <singlequotedstr>{NEWLINE} { ub_c_error("newline inside quoted string, no end '");
605 <include_quoted>{NEWLINE} { ub_c_error("newline before \" in include name");
650 ub_c_error("newline before \" in include name");
/freebsd-11-stable/contrib/bmake/
H A Djob.h234 const char *newline; /* string literal that results in a newline
232 const char *newline; /* string literal that results in a newline member in struct:Shell
/freebsd-11-stable/contrib/diff/src/
H A Dutil.c540 fprintf (out, "\n\\ %s\n", _("No newline at end of file"));
696 char const *newline = linbuf0[i + 1] - 1;
697 size_t len = newline - line;
702 if (newline - p != trivial_length local
711 char const *newline = linbuf1[i + 1] - 1;
712 size_t len = newline - line;
717 if (newline - p != trivial_length
687 char const *newline = linbuf0[i + 1] - 1; local
/freebsd-11-stable/contrib/binutils/gas/
H A Dapp.c795 as_warn (_("end of file not at end of a line; newline inserted"));
965 as_warn ("end of file in comment; newline inserted");
1104 as_warn (_("end of file in comment; newline inserted"));
1158 as_warn (_("end of file in comment; newline inserted"));
1169 as_warn (_("end of file in comment; newline inserted"));
1243 as_warn (_("end of file in comment; newline inserted"));
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dtoken.h47 TOKEN_NEWLINE, // newline
79 int newline(); // is the current token a newline?
139 inline int token::newline() function in class:token
/freebsd-11-stable/etc/periodic/daily/
H A D800.scrub-zfs9 newline="
10 " # A single newline
40 _status=${_status##*$newline}
/freebsd-11-stable/usr.bin/grep/regex/
H A Dfastmatch.h31 bool newline; member in struct:__anon8620
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkuserok.c81 char *newline = buf + strcspn(buf, "\n"); local
83 if(*newline != '\n') {
93 *newline = '\0';

Completed in 306 milliseconds

1234