Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.gui.c371 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 …]
Dqconf.cc76 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()
Dqconf.h298 struct symbol **result; variable
Dgconf.c444 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()
Dzconf.lex.c_shipped927 * is returned in "result".
930 #define YY_INPUT(buf,result,max_size) \
932 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
Dzconf.tab.c_shipped1131 null, do not copy; instead, return the length of what the result
2048 /* Now `shift' the result of the reduction. Determine what state
/scripts/
Dkallsyms.c263 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/
Ddtc-lexer.lex.c_shipped685 * 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)) \
Ddtc-parser.tab.c_shipped927 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/
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_shipped1195 null, do not copy; instead, return the length of what the result
2184 /* Now `shift' the result of the reduction. Determine what state