/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/ |
H A D | assert.c | 34 @param[in] line The line number the assert is located on. 45 IN int line, 50 printf("Assertion failed: (%s), file %s, line %d.\n", 51 failedexpr, file, line); 53 printf("Assertion failed: (%s), file %s, function %s, line %d.\n", 54 failedexpr, file, func, line); 42 __assert( IN const char *file, IN const char *func, IN int line, IN const char *failedexpr ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | lineconsole.c | 33 * Print a character to a line-based console 36 * @ret print Print line 38 size_t line_putchar ( struct line_console *line, int character ) { argument 41 character = ansiesc_process ( &line->ctx, character ); 54 line->buffer[line->index++] = character; 56 /* Do nothing more unless we reach end-of-line (or end-of-buffer) */ 58 ( line->index < ( line->len - 1 /* NUL */ ) ) ) { 63 line [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/tests/ |
H A D | linebuf_test.c | 10 "There should be exactly one blank line above\n" 11 "and this line should never appear at all since it has no terminator"; 18 char *line; local 30 if ( ( line = buffered_line ( &linebuf ) ) ) 31 printf ( "\"%s\"\n", line );
|
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/ |
H A D | dlm_error.c | 12 void crdlmWarning( int line, char *file, GLenum error, char *format, ... ) argument 53 crWarning( "DLM error in %s, line %d: %s: %s\n", 54 file, line, glerr, errstr );
|
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_error.c | 27 void __PackError( int line, const char *file, GLenum error, const char *info) argument 32 pc->Error( line, file, error, info ); 68 crWarning( "GL error in packer: %s, line %d: %s: %s", 69 file, line, glerr, info );
|
H A D | pack_swap.py | 20 for line in file.readlines(): 21 line = line.rstrip() variable 22 if line.find( "crPackAlloc" ) != -1 or line.find( "crPackFree" ) != -1: 23 print line 25 elif line.find( "crPack" ) != -1: 26 fun_index = line.find( "crPack" ) 27 paren_index = line.find( "(", fun_index ) 28 space_index = line [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | getprotoent.c | 48 static char line[BUFSIZ+1]; variable 82 if ((p = fgets(line, BUFSIZ, protof)) == NULL)
|
H A D | getnetbyht.c | 62 static char line[BUFSIZ+1]; variable 98 p = fgets(line, sizeof line, netf);
|
H A D | getservent.c | 56 static char line[BUFSIZ+1]; variable 68 _getservbyport_yp(line) 69 char *line; 107 snprintf(line, BUFSIZ, "%.*s\n", resultlen, result); 114 _getservbyname_yp(line) 115 char *line; 138 snprintf(line, BUFSIZ, "%.*s\n", resultlen, result); 145 _getservent_yp(line) 146 char *line; 180 snprintf(line, BUFSI [all...] |
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_error.c | 15 void crStateError( int line, const char *file, GLenum error, const char *format, ... ) argument 65 crWarning( "OpenGL error in %s, line %d: %s: %s\n", 66 file, line, glerr, errstr );
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | radeon_track.h | 38 unsigned line; member in struct:radeon_track_event 56 unsigned line);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | dlgdef.h | 58 int line; member in struct:zzdlg_state 72 extern int zzline; /* line current token is on */ 73 extern int zzreal_line; /* line of 1st portion of token that is not skipped */
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/ |
H A D | shell.c | 80 char *line; local 88 line = readline_history ( shell_prompt, &history ); 89 if ( line ) { 90 rc = system ( line ); 91 free ( line );
|
H A D | readline.c | 240 * Read line from console (with history) 244 * @ret line Line read from console (excluding terminating newline) 246 * The returned line is allocated with malloc(); the caller must 256 char *line; local 275 line = strdup ( buf ); 276 if ( ! line ) 280 line = NULL; 306 if ( line && line[0] ) 307 history_append ( history, line ); [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/ |
H A D | t_dd_triemit.h | 113 static __inline void TAG(line)( CTX_ARG, function
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcLog.cpp | 157 char line[100] = ""; local 164 ln += PR_snprintf(line + ln, sizeof(line) - ln, "%02x ", *p); 167 line[ln] = ' '; 171 ln += PR_snprintf(line + ln, sizeof(line) - ln, "%c", isprint(*p) ? *p : '.'); 173 line[ln] = '\0'; 177 LOG(("%s\n", line));
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | fbedgeimp.h | 42 FbBits *line; local 44 line = buf + xFixedToInt (y) * stride; 69 FbBits *a = line; 88 DefineAlpha(line,lxi); 138 line += stride;
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
H A D | support.c | 44 void internal_error(char *s, char *file,int line) /* MR9 23-Sep-97 */ argument 46 void internal_error(s,file,line) /* MR9 23-Sep-97 */ 48 int line; 51 fprintf(stderr,s,file,line); 56 char *dlg_malloc(int bytes,char *file,int line) argument 58 char *dlg_malloc(bytes,file,line) 61 int line; 70 file,line); 77 char *dlg_calloc(int n,int bytes,char *file,int line) argument 79 char *dlg_calloc(n,bytes,file,line) [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | fparseln.c | 100 * Read a line from a file parsing continuations ending in \ 234 size_t size, line; local 236 line = 0; 237 while ((ptr = fparseln(stdin, &size, &line, NULL, 239 printf("line %d (%d) |%s|\n", line, size, ptr); 246 line 1 247 line 2 \ 248 line 3 # Comment 249 line [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | einfo.c | 34 /** Command-line options */ 44 uint32_t line; member in struct:einfo 51 * @v opts Command-line options 91 einfo->line, 113 * Parse command-line options 154 /* Parse command-line arguments */
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | lspci.c | 51 /* Handle one line of output from the lspci subprocess */ 53 handle_child_line(const char *line, void *data) argument 58 if (str_startswith(line, "Class:")) 60 val = line + sizeof("Class:"); 65 else if (str_startswith(line, "Vendor:")) 67 val = line + sizeof("Vendor:"); 70 else if (str_startswith(line, "Device:")) 72 val = line + sizeof("Device:"); 78 else if (str_startswith(line, "SVendor:")) 80 val = line 118 lspci_process_line(const char *line, void *data) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | fbedgeimp.h | 42 FbBits *line; local 44 line = buf + xFixedToInt (y) * stride; 69 FbBits *a = line; 88 DefineAlpha(line,lxi); 138 line += stride;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | fbedgeimp.h | 42 FbBits *line; local 44 line = buf + xFixedToInt (y) * stride; 69 FbBits *a = line; 88 DefineAlpha(line,lxi); 138 line += stride;
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/ |
H A D | testprstrm.cpp | 154 char line[1024]; local 158 ais >> line; local
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | tpd.c | 65 static void PrintProgress(PRIntn line) argument 73 "@ line %d destructor should%s have been called and was%s\n", 74 line, ((should) ? "" : " NOT"), ((did) ? "" : " NOT")); 77 fout, "@ line %d destructor should%s have been called and was%s\n", 78 line, ((should) ? "" : " NOT"), ((did) ? "" : " NOT")); 83 static void MyAssert(const char *expr, const char *file, PRIntn line) argument 86 (void)PR_fprintf(fout, "'%s' in file: %s: %d\n", expr, file, line);
|