HomeSort by: relevance | last modified time | path
    Searched refs:newline (Results 1 - 25 of 44) sorted by relevancy

1 2

  /xsrc/external/mit/imake/dist/
mkdirhier 4 newline='
6 IFS=$newline
21 *"$newline"*)
22 echo >&2 "mkdirhier: directory name contains a newline: \`\`$directory''"
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
131-eof-without-newline.c 1 this file ends with no newline
133-eof-without-newline-comment.c 1 This file ends with no newline within a comment /*
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
131-eof-without-newline.c 1 this file ends with no newline
133-eof-without-newline-comment.c 1 This file ends with no newline within a comment /*
glcpp_test.py 49 # the `newline` argument, because the "bizarro" test uses something Python
51 with io.open(filename, newline='') as f:
  /xsrc/external/mit/xf86-video-intel/dist/libobj/
getline.c 27 char *newline; local
30 newline = realloc(*line, *len + 4096);
31 if (newline == NULL)
36 *line = newline;
  /xsrc/external/mit/xf86-video-intel-2014/dist/libobj/
getline.c 27 char *newline; local
30 newline = realloc(*line, *len + 4096);
31 if (newline == NULL)
36 *line = newline;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
pp.c 65 /* Given str, (that's expected to start with a newline terminator of some
66 * sort), return a pointer to the first character in str after the newline.
68 * A newline terminator can be any of the following sequences:
115 const char *backslash, *newline, *search_start; local
139 * newline terminators and will properly handle line continuation
144 * examining the first encountered newline terminator, and using the
170 * occurrence of a newline character to avoid changing any
177 newline = cr < lf ? cr : lf;
179 newline = cr;
181 newline = lf
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
pp.c 65 /* Given str, (that's expected to start with a newline terminator of some
66 * sort), return a pointer to the first character in str after the newline.
68 * A newline terminator can be any of the following sequences:
115 const char *backslash, *newline, *search_start; local
139 * newline terminators and will properly handle line continuation
144 * examining the first encountered newline terminator, and using the
170 * occurrence of a newline character to avoid changing any
177 newline = cr < lf ? cr : lf;
179 newline = cr;
181 newline = lf
    [all...]
  /xsrc/external/mit/bitmap/dist/
atobm.c 224 char *cp, *newline; local
247 newline = strchr(cp, '\n');
248 if (!newline) {
255 for (; --newline > cp && isascii(*newline) && isspace(*newline); );
256 newline++;
259 if (newline == cp) continue;
261 *newline = '\0';
  /xsrc/external/mit/xedit/dist/lisp/
regex.c 76 re-comp pattern &key nospec icase nosub newline
84 LispObj *pattern, *nospec, *icase, *nosub, *newline; local
86 newline = ARGUMENT(4);
104 if (newline != UNSPEC && newline != NIL)
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
errors.c 45 GLboolean newline)
80 if (newline)
90 snprintf(buf, sizeof(buf), "%s: %s%s", prefixString, outputString, newline ? "\n" : "");
92 snprintf(buf, sizeof(buf), "%s%s", outputString, newline ? "\n" : "");
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
errors.c 45 GLboolean newline)
80 if (newline)
89 _mesa_snprintf(buf, sizeof(buf), "%s: %s%s", prefixString, outputString, newline ? "\n" : "");
  /xsrc/external/mit/xorg-server/dist/os/
log.c 600 static Bool newline = TRUE; local
615 if (newline)
617 newline = end_line;
710 Bool newline; local
733 newline = (buf[len - 1] == '\n');
734 LogSWrite(verb, buf, len, newline);
775 Bool newline; local
793 newline = (len > 0 && buf[len - 1] == '\n');
794 LogSWrite(verb, buf, len, newline);
804 Bool newline; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
log.c 270 static Bool newline = TRUE; local
272 if (newline) {
288 newline = (tmpBuffer[len-1] == '\n');
  /xsrc/external/mit/libxcb/dist/src/
xcb_conn.c 173 const char newline = '\n'; local
200 write(STDERR_FILENO, &newline, 1);
208 write(STDERR_FILENO, &newline, 1);
  /xsrc/external/mit/xorgproto/dist/scripts/
keysym-generator.py 389 newline = generate_keysym_line(
392 if newline:
393 print(newline)
  /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
format.py 42 def newline(self): member in class:Formatter
parse.py 365 self.formatter.newline()
379 self.formatter.newline()
384 self.formatter.newline()
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
format.py 42 def newline(self): member in class:Formatter
  /xsrc/external/mit/xedit/dist/lisp/re/
re.c 193 unsigned char *ptr, *str, newline, nosub; local
211 newline = preg->cod[0] & RE_NEWLINE;
235 if (eng.str == eng.end || (newline && eng.str[0] == '\n'))
239 if (newline) {
251 if (newline && si && eng.str[0] == '\n')
255 if (newline) {
365 if (newline)
372 if (newline && eng.str[-1] == '\n') {
385 if (newline && eng.str[0] == '\n') {
1226 if (newline)
    [all...]
  /xsrc/external/mit/xdm/dist/chooser/
chooser.c 876 unsigned int newline = line; local
878 while ( (newline = next_line(newline,size,keysym)) != line && newline != -1)
880 if (Hostselect(newline))
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
crashdec.c 125 char *newline; local
126 asprintf(&newline, "%.*s%s%s", (int)(s - line), line, replace, tail);
129 return newline;
  /xsrc/external/mit/fontconfig/dist/doc/
fcformat.fncs 194 command on the pattern, without the final newline.
201 command on the pattern, without the final newline.
208 command on the pattern, without the final newline.
217 by newline. Package management systems can use these tags to tag their

Completed in 16 milliseconds

1 2