Searched refs:result (Results 1 – 9 of 9) sorted by relevance
| /scripts/kconfig/ |
| A D | nconf.gui.c | 367 char *result = *resultp; in dialog_inputbox() local 373 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox() 396 strncpy(result, init, *result_len); in dialog_inputbox() 430 int len = strlen(result); in dialog_inputbox() 441 memmove(&result[cursor_position-1], in dialog_inputbox() 442 &result[cursor_position], in dialog_inputbox() 451 memmove(&result[cursor_position], in dialog_inputbox() 452 &result[cursor_position+1], in dialog_inputbox() 484 *resultp = result = realloc(result, in dialog_inputbox() 489 &result[cursor_position], in dialog_inputbox() [all …]
|
| A D | qconf.cc | 58 QList<int> result; in readSizes() local 66 result.push_back((*it).toInt()); in readSizes() 73 return result; in readSizes() 1243 : Parent(parent), result(NULL) in ConfigSearchWindow() 1316 free(result); in search() 1320 result = sym_re_search(editField->text().toLatin1()); in search() 1321 if (!result) in search() 1323 for (p = result; *p; p++) { in search()
|
| A D | qconf.h | 288 struct symbol **result; variable
|
| A D | gconf.c | 416 gint result; in on_window1_delete_event() local 439 result = gtk_dialog_run(GTK_DIALOG(dialog)); in on_window1_delete_event() 440 switch (result) { in on_window1_delete_event()
|
| /scripts/ |
| A D | gen_compile_commands.py | 215 result = line_matcher.match(f.readline()) 216 if result: 218 entry = process_line(directory, result.group('command_prefix'), 219 result.group('file_path'))
|
| A D | kernel-doc | 2396 my $result = $highlights[$k][1]; 2398 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
|
| /scripts/coccinelle/misc/ |
| A D | badty.cocci | 7 //# sizeof argument is not used in constructing the return value. The result
|
| /scripts/coccinelle/api/alloc/ |
| A D | alloc_cast.cocci | 7 //# the casting as it is not required. The result in the patch case may
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 1049 $result = Py_None; 1052 $result = Py_BuildValue("y#", $1, *arg4); 1054 $result = Py_BuildValue("s#", $1, *arg4); 1091 if (!result) {
|
Completed in 23 milliseconds