Searched refs:fs (Results 1 – 4 of 4) sorted by relevance
505 GtkWidget *fs; in on_load1_activate() local507 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 …]
16 #include <linux/fs.h>46 /* linux/fs.h */
29 // fs/kernfs/file.c:kernfs_fop_open()
94 if ( ! ${DTC} -I fs ${dtx} ) ; then