Searched refs:buffer (Results 1 - 7 of 7) sorted by relevance

/scripts/
H A Dconmakehash.c83 char buffer[65536]; local
117 while ( fgets(buffer, sizeof(buffer), ctbl) != NULL )
119 if ( (p = strchr(buffer, '\n')) != NULL )
124 p = buffer;
145 fprintf(stderr, "Bad input line: %s\n", buffer);
158 fprintf(stderr, "Bad input line: %s\n", buffer);
/scripts/mod/
H A Dmodpost.h93 struct buffer { struct
100 buf_printf(struct buffer *buf, const char *fmt, ...);
103 buf_write(struct buffer *buf, const char *s, int len);
114 struct buffer dev_table_buf;
171 void add_moddevtable(struct buffer *buf, struct module *mod);
H A Dmodpost.c359 * Return a pointer to a static buffer.
386 /* End of buffer */
1756 void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf,
1769 void buf_write(struct buffer *buf, const char *s, int len)
1843 static void add_header(struct buffer *b, struct module *mod)
1864 static void add_intree_flag(struct buffer *b, int is_intree)
1870 static void add_staging_flag(struct buffer *b, const char *name)
1881 static int add_versions(struct buffer *b, struct module *mod)
1930 static void add_depends(struct buffer *b, struct module *mod,
1965 static void add_srcversion(struct buffer *
[all...]
H A Dfile2alias.c1090 * so we write into the mod->dev_table_buf buffer. */
1152 void add_moddevtable(struct buffer *buf, struct module *mod)
/scripts/kconfig/
H A Dzconf.l29 struct buffer {
30 struct buffer *parent;
34 struct buffer *current_buf;
302 struct buffer *buf = malloc(sizeof(*buf));
342 struct buffer *parent;
H A Dgconf.c393 GtkTextBuffer *buffer; local
400 buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text_w));
401 gtk_text_buffer_get_bounds(buffer, &start, &end);
402 gtk_text_buffer_delete(buffer, &start, &end);
405 gtk_text_buffer_get_end_iter(buffer, &end);
406 gtk_text_buffer_insert_with_tags(buffer, &end, prompt, -1, tag1,
408 gtk_text_buffer_insert_at_cursor(buffer, "\n\n", 2);
409 gtk_text_buffer_get_end_iter(buffer, &end);
410 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2,
418 GtkTextBuffer *buffer; local
[all...]
/scripts/genksyms/
H A Dgenksyms.c423 char buffer[256]; local
425 .string = buffer,
431 if (node.string == buffer)
435 if (node.string == buffer)
440 if (node.string >= buffer + sizeof(buffer) - 1) {
446 if (node.string == buffer)
449 node.string = buffer;

Completed in 345 milliseconds