| /xsrc/external/mit/imake/dist/ |
| H A D | 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/ |
| H A D | 131-eof-without-newline.c | 1 this file ends with no newline
|
| H A D | 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/ |
| H A D | 131-eof-without-newline.c | 1 this file ends with no newline
|
| H A D | 133-eof-without-newline-comment.c | 1 This file ends with no newline within a comment /*
|
| H A D | 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/ |
| H A D | getline.c | 27 char *newline; local in function:getline 30 newline = realloc(*line, *len + 4096); 31 if (newline == NULL) 36 *line = newline;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/libobj/ |
| H A D | getline.c | 27 char *newline; local in function:getline 30 newline = realloc(*line, *len + 4096); 31 if (newline == NULL) 36 *line = newline;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | 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 in function:remove_line_continuations 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 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | 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 in function:remove_line_continuations 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 [all...] |
| /xsrc/external/mit/bitmap/dist/ |
| H A D | atobm.c | 224 char *cp, *newline; local in function:doit 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/ |
| H A D | regex.c | 76 re-comp pattern &key nospec icase nosub newline 84 LispObj *pattern, *nospec, *icase, *nosub, *newline; local in function:Lisp_Recomp 86 newline = ARGUMENT(4); 104 if (newline != UNSPEC && newline != NIL)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | 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" : ""); 44 output_if_debug(const char * prefixString,const char * outputString,GLboolean newline) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | errors.c | 45 GLboolean newline) 80 if (newline) 89 _mesa_snprintf(buf, sizeof(buf), "%s: %s%s", prefixString, outputString, newline ? "\n" : ""); 44 output_if_debug(const char * prefixString,const char * outputString,GLboolean newline) argument
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | log.c | 600 static Bool newline = TRUE; local in function:LogSWrite 615 if (newline) 617 newline = end_line; 710 Bool newline; local in function:LogVMessageVerb 733 newline = (buf[len - 1] == '\n'); 734 LogSWrite(verb, buf, len, newline); 775 Bool newline; local in function:LogVMessageVerbSigSafe 793 newline = (len > 0 && buf[len - 1] == '\n'); 794 LogSWrite(verb, buf, len, newline); 804 Bool newline; local in function:LogVHdrMessageVerb [all...] |
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | log.c | 270 static Bool newline = TRUE; local in function:LogVWrite 272 if (newline) { 288 newline = (tmpBuffer[len-1] == '\n');
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_conn.c | 173 const char newline = '\n'; local in function:read_setup 200 write(STDERR_FILENO, &newline, 1); 208 write(STDERR_FILENO, &newline, 1);
|
| /xsrc/external/mit/xorgproto/dist/scripts/ |
| H A D | keysym-generator.py | 389 newline = generate_keysym_line( 392 if newline: 393 print(newline)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/ |
| H A D | format.py | 42 def newline(self): member in class:Formatter
|
| H A D | model.py | 240 self.formatter.newline()
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/ |
| H A D | format.py | 42 def newline(self): member in class:Formatter
|
| H A D | parse.py | 365 self.formatter.newline() 379 self.formatter.newline() 384 self.formatter.newline()
|
| /xsrc/external/mit/xedit/dist/lisp/re/ |
| H A D | re.c | 193 unsigned char *ptr, *str, newline, nosub; local in function:reexec 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/ |
| H A D | chooser.c | 876 unsigned int newline = line; local in function:HostCycle 878 while ( (newline = next_line(newline,size,keysym)) != line && newline != -1) 880 if (Hostselect(newline))
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | crashdec.c | 125 char *newline; local in function:replacestr 126 asprintf(&newline, "%.*s%s%s", (int)(s - line), line, replace, tail); 129 return newline;
|