| /buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/ |
| A D | native.c | 8 static char buffer[CHAR_BUFFER_SIZE]; variable 16 return buffer; in read_internal_string() 20 snprintf(buffer, CHAR_BUFFER_SIZE, "%s", string); in write_internal_string() 38 snprintf(buffer, CHAR_BUFFER_SIZE, "%u", systemTime); in write_internal_time_in_seconds()
|
| /buildroot/package/rubix/ |
| A D | 0001-dont-use-legacy-functions.patch | 12 if (buffer[0]=='%') goto new_section; 13 buffer[0]=toupper(buffer[0]); 14 - ptr = index(buffer, '='); 15 + ptr = strstr(buffer, '=');
|
| A D | 0002-misc-fixes.patch | 76 - s->buffer=(char *)malloc(((SCREEN_X+7)/8)*SCREEN_Y*s->depth); 77 + s->buffer=(char *)malloc(((SCREEN_X+7)/8)*SCREEN_Y*temp); 79 if (!s->buffer) { 87 0, s->buffer, SCREEN_X, SCREEN_Y, 8, 0); 130 memcpy(s->buffer + i*dw, s->buffer, dw); 134 memcpy(s->buffer + i*w, s->buffer, w);
|
| /buildroot/package/opusfile/ |
| A D | 0001-Propagate-allocation-failure-from-ogg_sync_buffer.patch | 32 buffer=(unsigned char *)ogg_sync_buffer(&_of->oy,_nbytes); 33 + if(OP_UNLIKELY(buffer==NULL))return OP_EFAULT; 34 nbytes=(int)(*_of->callbacks.read)(_of->stream,buffer,_nbytes); 39 char *buffer; 40 buffer=ogg_sync_buffer(&_of->oy,(long)_initial_bytes); 41 + if(OP_UNLIKELY(buffer==NULL))return OP_EFAULT; 42 memcpy(buffer,_initial_data,_initial_bytes*sizeof(*buffer));
|
| /buildroot/package/lua-zlib/ |
| A D | Config.in | 7 Both functions return "stream functions" (takes a buffer 8 of input and returns a buffer of output).
|
| /buildroot/package/fbset/ |
| A D | Config.in | 6 the frame buffer device. The frame buffer device provides a
|
| /buildroot/package/wireless_tools/ |
| A D | 0001-remove-bzero.patch | 73 - bzero(buffer, sizeof(buffer)); 74 + memset(buffer, 0, sizeof(buffer)); 76 wrq.u.data.pointer = (caddr_t) buffer; 77 wrq.u.data.length = sizeof(buffer);
|
| /buildroot/package/x11r7/xapp_xclipboard/ |
| A D | Config.in | 5 interchange between cut buffer and selection
|
| /buildroot/package/libserial/ |
| A D | 0001-SerialPort.cpp-fix-build-when-size_t-is-an-unsigned-.patch | 27 // Clear the data buffer and reserve enough space in the buffer to store the incoming data. 36 // Clear the data buffer and reserve enough space in the buffer to store the incoming data.
|
| /buildroot/package/resiprocate/ |
| A D | 0004-resip-stack-ssl-Security-cxx-remove-deprecated-OpenS.patch | 19 char buffer[120]; 21 ERR_error_string(err, buffer); 25 …ErrLog(<< "Could not read private key (error=" << buffer << ") - likely incorrect password provide…
|
| /buildroot/package/perl-stream-buffered/ |
| A D | Config.in | 4 temporary buffer to save bytes.
|
| /buildroot/package/cpulimit/ |
| A D | 0003-Fix-an-infrequent-crash.patch | 21 if (fgets(buffer, sizeof(buffer), fd)==NULL) {
|
| /buildroot/support/kconfig/ |
| A D | zconf.lex.c_shipped | 128 /* Size of default input buffer. */ 206 char *yy_ch_buf; /* input buffer */ 804 struct buffer { 805 struct buffer *parent; 809 struct buffer *current_buf; 1782 /* Reset buffer status. */ 1912 /** Destroy the buffer. 2084 /** Setup the input buffer state to scan directly from a user-specified character buffer. 2085 * @param base the character buffer 2252 * input buffer. [all …]
|
| A D | zconf.l | 29 struct buffer { struct 30 struct buffer *parent; argument 34 struct buffer *current_buf; argument
|
| A D | gconf.c | 369 GtkTextBuffer *buffer; in text_insert_help() local 377 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_help() 378 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_help() 381 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_help() 384 gtk_text_buffer_insert_at_cursor(buffer, "\n\n", 2); in text_insert_help() 385 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_help() 394 GtkTextBuffer *buffer; in text_insert_msg() local 399 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_msg() 400 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_msg() 403 gtk_text_buffer_get_end_iter(buffer, &end); in text_insert_msg() [all …]
|
| /buildroot/package/busybox/ |
| A D | 0005-seedrng-fix-for-glibc-2.24-not-providing-getrandom.patch | 24 +static ssize_t getrandom(void *buffer, size_t length, unsigned flags) 27 + return syscall(__NR_getrandom, buffer, length, flags);
|
| A D | 0006-seedrng-fix-for-glibc-2.24-not-providing-random-head.patch | 33 static ssize_t getrandom(void *buffer, size_t length, unsigned flags) 36 return syscall(__NR_getrandom, buffer, length, flags);
|
| /buildroot/package/madplay/ |
| A D | 0001-switch-to-new-alsa-api.patch | 91 + printf("Unable to retrieve buffer time: %s\n", snd_strerror(err)); 96 /* set buffer time */ 100 printf("Unable to set buffer time %i for playback: %s\n", buffer_time, snd_strerror(err)); 114 + /* retrieve buffer size */ 117 + printf("Unable to retrieve buffer size: %s\n", snd_strerror(err)); 162 audio_error="unable to allocate output buffer table";
|
| /buildroot/package/fbterm/ |
| A D | Config.in | 10 fbterm is a fast terminal emulator for Linux with frame buffer
|
| /buildroot/package/ftop/ |
| A D | 0001-overflow.patch | 1 Set tmp_buf and rate_buf to something ridiculously high to fix a buffer
|
| /buildroot/package/davfs2/ |
| A D | 0001-src-Makefile.am-do-not-hardcode-fstack-protector-str.patch | 24 - -fstack-protector-strong --param=ssp-buffer-size=4 38 - -fstack-protector-strong --param=ssp-buffer-size=4
|
| /buildroot/package/proftpd/ |
| A D | Config.in | 97 int "buffer size in bytes (0 for default)" 100 By increasing the buffer size above the default of 1K, 102 fewer expensive system calls. Use of this option to set buffer
|
| /buildroot/package/intel-gmmlib/ |
| A D | Config.in | 9 device specific and buffer management for the Intel(R)
|
| /buildroot/package/opengl/libgbm/ |
| A D | Config.in | 20 # buffer feature. This API was initially introduced in mesa3d version
|
| /buildroot/package/libhttpparser/ |
| A D | Config.in | 9 not buffer data, it can be interrupted at anytime.
|