Home
last modified time | relevance | path

Searched refs:result (Results 1 – 15 of 15) sorted by relevance

/scripts/kconfig/
Dnconf.gui.c371 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 …]
Dqconf.cc67 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()
Dqconf.h288 struct symbol **result; variable
Dgconf.c420 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()
Dzconf.lex.c_shipped964 * is returned in "result".
967 #define YY_INPUT(buf,result,max_size) \
969 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
Dzconf.tab.c_shipped1019 null, do not copy; instead, return the length of what the result
2011 /* Now 'shift' the result of the reduction. Determine what state
/scripts/
Dkallsyms.c321 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()
Dkernel-doc3179 my $result = $highlights[$k][1];
3181 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci7 //# the casting as it is not required. The result in the patch case may
/scripts/coccinelle/misc/
Dbadty.cocci7 //# sizeof argument is not used in constructing the return value. The result
/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci11 /// result is used to avoid false positives difficult to detect by other ways
/scripts/dtc/
Ddtc-lexer.lex.c_shipped762 * 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)) \
Ddtc-parser.tab.c_shipped1000 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/
Dlex.lex.c_shipped667 * 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)) \
Dparse.tab.c_shipped1191 null, do not copy; instead, return the length of what the result
2178 /* Now `shift' the result of the reduction. Determine what state