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

12

/osnet-11/usr/src/lib/libpp/common/
H A Dpppragma.c31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument
64 if (newline)
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Decho.c30 {0, 'n', 0, N_("Do not output the trailing newline."), 0, 0},
39 int newline = 1; local
44 newline = 0;
77 newline = 0;
119 if (newline)
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetpwnam.c62 char *linep, *limit, *uidp, *gidp, *newline; local
105 if (!allocbuf || (newline = malloc(newlinelen + 1)) == NULL)
109 (void) snprintf(newline, newlinelen + 1, "%s:%u:%u%s",
112 *linepp = newline;
H A Dgetgrent.c71 char *linep, *limit, *gidp, *newline; local
103 if (!allocbuf || (newline = malloc(newlinelen + 1)) == NULL)
107 (void) snprintf(newline, newlinelen + 1, "%s:%u%s",
110 *linepp = newline;
/osnet-11/usr/src/lib/libdhcpsvc/modules/util/
H A Dutil.c91 char *newline, *new_result, *result = NULL; local
125 * If we read a newline, then see if the preceding
131 newline = strrchr(&result[len], '\n');
132 if (newline != NULL) {
133 len = newline - result;
134 if (newline == result || newline[-1] != '\\') {
135 newline[0] = '\0';
138 newline[-1] = '\0';
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkuserok.c272 char *newline; local
351 newline = NULL;
352 /* nuke the newline if it exists */
353 if ((newline = strchr(linebuf, '\n')))
354 *newline = '\0';
363 if (!newline)
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dkernel.c222 newline:
235 goto newline;
H A Dkernel.c.texi222 newline:
235 goto newline;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetexecattr.c101 char *newline; local
116 newline = strchr(buf, '\n');
126 if (newline != NULL) {
127 newline[0] = '\0';
128 if (newline[1] != '\0') {
130 char *nbuf = newline + 1;
477 * that the final newline is stripped.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c263 gotten chopped off on a non-newline
265 newline. */
287 char* newline; local
290 newline = strchr (p, '\n');
291 if (newline != NULL)
292 *newline = '\0';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dstr.c266 register char newline = '\n'; /* (assuming at least 6 registers) */ local
289 if ((*bp++ = *ptr++) == newline) {
309 if (i == newline) { /* all done for now? */
H A Ds2p.PL146 (without its trailing newline character) into the I<pattern space>,
148 contents of the pattern space and a newline to the standard output.
174 Any other character except C<\> or newline may be used to delimit a
272 Deletes the pattern space through the first embedded newline or to the end.
292 Append a newline and the contents of the hold space to the pattern space.
310 Append a newline and the contents of the pattern space to the hold space.
368 Append a newline and the next line of input to the pattern space. If
391 Prints the pattern space through the first embedded newline or to the end.
426 Any character other than backslash or newline can be used instead of a
432 preceding a newline wit
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_lex.l364 <S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
385 <S0>'{RGX_CHR}$ xyerror(D_CHR_NL, "newline encountered in character constant");
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/loongson/
H A Dfwstart.S184 lui $a0, %hi(newline)
186 addiu $a0, $a0, %lo(newline)
224 lui $a0, %hi(newline)
226 addiu $a0, $a0, %lo(newline)
461 newline: .asciz "\n\r" label
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm155 paragraphs by looking for whitespace after a newline. In other respects
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscmp.c85 static void perr_printf(int newline, const char *fmt, ...) argument
95 if (newline)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm56 support. Trailing newline is removed. Returns C<undef> on C<EOF>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm154 # newline.
738 ECHO Print text adding a newline on the end
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm87 converts pairs of CR,LF to a single "\n" newline character. On write
H A Dperl5db.pl512 and the user's current package) and a add a newline before we do the C<eval()>.
908 # + Fixed minor newline in history bug.
1948 # Append a newline if the line doesn't have one. Can happen
2076 A newline entered by itself means "re-execute the last command". We grab the
2087 chomp($cmd); # get rid of the annoying extra newline
3359 # XXX If this is the master pid, print a newline.
4769 # Line the prompt up; print a newline if the last line listed
4770 # didn't have a newline.
5117 $/ = "\n"; # input record separator is newline
5553 # remove trailing newline
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm260 of "Syntax error." (followed by a newline) to C<STDERR>, immediately
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm877 with test output. A newline will be put on the end if there isn't one
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm2098 replaced with "Cherry pie"; a newline character will separate line 17
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex1256 % interpreted as a newline (\n), followed by o, d, e. Not good.
3679 % environments, where otherwise the newline after an ignored conditional
6125 % ignore everything up to the first ^^M, that's the newline at the end
6546 % Append \endinput to make sure that TeX does not see the ending newline.
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2261 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2280 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
2281 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
10590 /* Do not output a trailing newline, as this causes \r\n confusion
10949 /* Do not output a trailing newline, as this causes \r\n confusion
14773 /* Do not output a trailing newline, as this causes \r\n confusion
15195 /* Do not output a trailing newline, as this causes \r\n confusion
15617 /* Do not output a trailing newline, as this causes \r\n confusion
26283 /* Do not output a trailing newline, as this causes \r\n confusion
26602 /* Do not output a trailing newline, a
[all...]

Completed in 172 milliseconds

12