Searched refs:buffer (Results 1 – 5 of 5) sorted by relevance
| /pciutils/lib/ |
| H A D | win32-helpers.c | 133 static char buffer[4096]; in win32_strerror() local 142 …_from_system(win32_error_id, MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), buffer, sizeof(buffer)); in win32_strerror() 144 …age_from_system(win32_error_id, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), buffer, sizeof(buffer)); in win32_strerror() 147 if (len && buffer[len-1] == '\n') in win32_strerror() 148 buffer[--len] = '\0'; in win32_strerror() 149 if (len && buffer[len-1] == '\r') in win32_strerror() 150 buffer[--len] = '\0'; in win32_strerror() 151 if (len && buffer[len-1] == '.') in win32_strerror() 152 buffer[--len] = '\0'; in win32_strerror() 155 sprintf(buffer, "Unknown Win32 error %lu", win32_error_id); in win32_strerror() [all …]
|
| H A D | filter.c | 35 split_to_fields(char *str, char *buffer, int sep, char **fields, int num_fields) in split_to_fields() argument 37 if (buffer) in split_to_fields() 41 strcpy(buffer, str); in split_to_fields() 42 str = buffer; in split_to_fields()
|
| H A D | win32-cfgmgr32.c | 338 UINT (WINAPI *get_system_root_path)(LPWSTR buffer, UINT size) = NULL; in get_driver_path_for_service()
|
| /pciutils/ |
| H A D | ChangeLog | 263 We also fixed potential buffer overflows in the tree dumper. 573 * When we format a name and it does not fit in the buffer, we truncate 574 it instead of returning "buffer too small" instead. This works on all 880 Previously, the buffer containing the error message had 2239 * lib/buffer.c: Removed (obsoleted by the cache).
|
| H A D | pci.ids | 8198 0040 3D graphics frame buffer 8199 0041 3D graphics frame buffer
|