Searched refs:result (Results 1 – 11 of 11) sorted by relevance
/scripts/kconfig/ |
D | nconf.gui.c | 371 char *result = *resultp; in dialog_inputbox() local 375 *resultp = result = realloc(result, *result_len); in dialog_inputbox() 393 strncpy(result, init, *result_len); in dialog_inputbox() 416 result + cursor_position-cursor_form_win); in dialog_inputbox() 427 int len = strlen(result); in dialog_inputbox() 438 memmove(&result[cursor_position-1], in dialog_inputbox() 439 &result[cursor_position], in dialog_inputbox() 448 memmove(&result[cursor_position], in dialog_inputbox() 449 &result[cursor_position+1], in dialog_inputbox() 481 *resultp = result = realloc(result, in dialog_inputbox() [all …]
|
D | qconf.cc | 76 Q3ValueList<int> result; in readSizes() local 81 result.push_back((*it).toInt()); in readSizes() 83 return result; in readSizes() 1183 : Parent(parent, name), result(NULL) in ConfigSearchWindow() 1251 free(result); in search() 1255 result = sym_re_search(editField->text().latin1()); in search() 1256 if (!result) in search() 1258 for (p = result; *p; p++) { in search()
|
D | qconf.h | 298 struct symbol **result; variable
|
D | gconf.c | 444 gint result; in on_window1_delete_event() local 467 result = gtk_dialog_run(GTK_DIALOG(dialog)); in on_window1_delete_event() 468 switch (result) { in on_window1_delete_event()
|
D | zconf.lex.c_shipped | 927 * is returned in "result". 930 #define YY_INPUT(buf,result,max_size) \ 932 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
|
D | zconf.tab.c_shipped | 1131 null, do not copy; instead, return the length of what the result 2048 /* Now `shift' the result of the reduction. Determine what state
|
/scripts/ |
D | kallsyms.c | 263 static int expand_symbol(unsigned char *data, int len, char *result) in expand_symbol() argument 272 *result++ = c; in expand_symbol() 276 rlen = expand_symbol(best_table[c], best_table_len[c], result); in expand_symbol() 278 result += rlen; in expand_symbol() 283 *result=0; in expand_symbol()
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 685 * is returned in "result". 688 #define YY_INPUT(buf,result,max_size) \ 700 result = n; \ 705 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
D | dtc-parser.tab.c_shipped | 927 null, do not copy; instead, return the length of what the result 1713 /* Now `shift' the result of the reduction. Determine what state
|
/scripts/genksyms/ |
D | lex.lex.c_shipped | 667 * is returned in "result". 670 #define YY_INPUT(buf,result,max_size) \ 682 result = n; \ 687 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
D | parse.tab.c_shipped | 1195 null, do not copy; instead, return the length of what the result 2184 /* Now `shift' the result of the reduction. Determine what state
|