Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 4 of 4) sorted by relevance

/scripts/kconfig/
Dgconf.c505 GtkWidget *fs; in on_load1_activate() local
507 fs = gtk_file_selection_new("Load file..."); in on_load1_activate()
508 g_signal_connect(GTK_OBJECT(GTK_FILE_SELECTION(fs)->ok_button), in on_load1_activate()
510 G_CALLBACK(load_filename), (gpointer) fs); in on_load1_activate()
512 (GTK_FILE_SELECTION(fs)->ok_button), in on_load1_activate()
514 (gpointer) fs); in on_load1_activate()
516 (GTK_FILE_SELECTION(fs)->cancel_button), in on_load1_activate()
518 (gpointer) fs); in on_load1_activate()
519 gtk_widget_show(fs); in on_load1_activate()
547 GtkWidget *fs; in on_save_as1_activate() local
[all …]
/scripts/gdb/linux/
Dconstants.py.in16 #include <linux/fs.h>
46 /* linux/fs.h */
/scripts/coccinelle/misc/
Dcond_no_effect.cocci29 // fs/kernfs/file.c:kernfs_fop_open()
/scripts/dtc/
Ddtx_diff94 if ( ! ${DTC} -I fs ${dtx} ) ; then