Searched refs:result (Results 1 – 15 of 15) sorted by relevance
/scripts/kconfig/ |
D | nconf.gui.c | 371 char *result = *resultp; in dialog_inputbox() local 377 *resultp = result = realloc(result, *result_len); in dialog_inputbox() 400 strncpy(result, init, *result_len); in dialog_inputbox() 423 result + cursor_position-cursor_form_win); in dialog_inputbox() 434 int len = strlen(result); in dialog_inputbox() 446 memmove(&result[cursor_position-1], in dialog_inputbox() 447 &result[cursor_position], in dialog_inputbox() 456 memmove(&result[cursor_position], in dialog_inputbox() 457 &result[cursor_position+1], in dialog_inputbox() 489 *resultp = result = realloc(result, in dialog_inputbox() [all …]
|
D | qconf.cc | 67 QList<int> result; in readSizes() local 75 result.push_back((*it).toInt()); in readSizes() 82 return result; in readSizes() 1253 : Parent(parent), result(NULL) in ConfigSearchWindow() 1326 free(result); in search() 1330 result = sym_re_search(editField->text().toLatin1()); in search() 1331 if (!result) in search() 1333 for (p = result; *p; p++) { in search()
|
D | qconf.h | 288 struct symbol **result; variable
|
D | gconf.c | 420 gint result; in on_window1_delete_event() local 443 result = gtk_dialog_run(GTK_DIALOG(dialog)); in on_window1_delete_event() 444 switch (result) { in on_window1_delete_event()
|
D | zconf.lex.c_shipped | 964 * is returned in "result". 967 #define YY_INPUT(buf,result,max_size) \ 969 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
|
D | zconf.tab.c_shipped | 1019 null, do not copy; instead, return the length of what the result 2011 /* Now 'shift' the result of the reduction. Determine what state
|
/scripts/ |
D | kallsyms.c | 321 static int expand_symbol(unsigned char *data, int len, char *result) in expand_symbol() argument 330 *result++ = c; in expand_symbol() 334 rlen = expand_symbol(best_table[c], best_table_len[c], result); in expand_symbol() 336 result += rlen; in expand_symbol() 341 *result=0; in expand_symbol()
|
D | kernel-doc | 3179 my $result = $highlights[$k][1]; 3181 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
|
/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 7 //# the casting as it is not required. The result in the patch case may
|
/scripts/coccinelle/misc/ |
D | badty.cocci | 7 //# sizeof argument is not used in constructing the return value. The result
|
/scripts/coccinelle/tests/ |
D | unsigned_lesser_than_zero.cocci | 11 /// result is used to avoid false positives difficult to detect by other ways
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 762 * is returned in "result". 765 #define YY_INPUT(buf,result,max_size) \ 777 result = n; \ 782 while ( (result = (int) fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
D | dtc-parser.tab.c_shipped | 1000 null, do not copy; instead, return the length of what the result 2085 /* 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 | 1191 null, do not copy; instead, return the length of what the result 2178 /* Now `shift' the result of the reduction. Determine what state
|