Searched refs:add_file (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/ |
| H A D | icecc-create-env | 172 add_file () function 251 add_file $added_gcc /usr/bin/gcc 252 add_file $added_gxx /usr/bin/g++ 255 add_file /usr/bin/as /usr/bin/as 262 add_file $added_as /usr/bin/as 265 add_file `$added_gcc -print-prog-name=cc1` /usr/bin/cc1 266 add_file `$added_gxx -print-prog-name=cc1plus` /usr/bin/cc1plus 269 add_file "$specfile" 276 add_file $pluginfile ${pluginfile#*usr} 277 add_file $pluginfile /usr${pluginfile#*usr} [all …]
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | procfs.c | 402 static void add_file(struct super_block *sb, char *name, in add_file() function 422 add_file(sb, "version", show_version); in reiserfs_proc_info_init() 423 add_file(sb, "super", show_super); in reiserfs_proc_info_init() 424 add_file(sb, "per-level", show_per_level); in reiserfs_proc_info_init() 425 add_file(sb, "bitmap", show_bitmap); in reiserfs_proc_info_init() 426 add_file(sb, "on-disk-super", show_on_disk_super); in reiserfs_proc_info_init() 427 add_file(sb, "oidmap", show_oidmap); in reiserfs_proc_info_init() 428 add_file(sb, "journal", show_journal); in reiserfs_proc_info_init()
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | size-stats | 56 def add_file(filesdict, relpath, abspath, pkg): function 81 add_file(filesdict, fpath, fullpath, pkg)
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.c | 2556 static int add_file(file_t const * const opts, char const * const filename) in add_file() function 2582 return add_file(opts, filename); in add_glob_file() 2589 add_file(opts, globbuf.gl_pathv[i]); in add_glob_file() 2594 #define add_glob_file add_file 2612 add_file(&opts, set_default_device(&opts)), init_file(&opts); in parse_options_and_filenames() 2637 add_file(&opts, ""); in parse_options_and_filenames() 2640 add_file(&opts, set_default_device(&opts)); in parse_options_and_filenames() 2645 add_file(&opts, "-"); in parse_options_and_filenames() 2651 …else if (sox_parse_playlist((sox_playlist_callback_t)add_file, &opts, argv[optstate.ind++]) != SOX… in parse_options_and_filenames() 2659 add_file(&opts, set_default_device(&opts)); in parse_options_and_filenames() [all …]
|