Home
last modified time | relevance | path

Searched full:filetype (Results 1 – 25 of 105) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c104 char const * filetype = NULL; in auto_detect_format() local
111 filetype = magic_buffer(magic, data, len); in auto_detect_format()
112 if (filetype && strncmp(filetype, "application/octet-stream", (size_t)24) && in auto_detect_format()
113 !lsx_strends(filetype, "/unknown") && in auto_detect_format()
114 strncmp(filetype, "text/plain", (size_t)10) ) in auto_detect_format()
115 return filetype; in auto_detect_format()
116 else if (filetype) in auto_detect_format()
117 lsx_debug("libmagic detected %s", filetype); in auto_detect_format()
492 char const * filetype) in open_read() argument
501 if (filetype) { in open_read()
[all …]
H A Dtx16w.c52 char filetype[6]; /* = "LM8953", */ member
76 char filetype[7]; in startread() local
100 lsx_readchars(ft, filetype, sizeof(filetype) - 1); in startread()
101 filetype[6] = '\0'; in startread()
116 /* Check to make sure we got a good filetype ID from file */ in startread()
117 lsx_debug("Found header filetype %s",filetype); in startread()
118 if(strcmp(filetype,"LM8953")) in startread()
120 lsx_fail_errno(ft,SOX_EHDR,"Invalid filetype ID in input file header, != LM8953"); in startread()
305 memcpy(WH.filetype, "LM8953", 6); in stopwrite()
H A Dsox.c126 char const * filetype; member
360 char const * filetype = lsx_find_file_extension(ft->filename); in display_file_info() local
371 if (filetype) for (i = 0; ft->handler.names[i] && show_type; ++i) in display_file_info()
372 if (!strcasecmp(filetype, ft->handler.names[i])) in display_file_info()
1502 ofile->filetype, &oob, overwrite_permitted); in open_output_file()
1699 if (sox_format_supports_encoding(ofile->filename, ofile->filetype, &t)) in set_combiner_and_output_encoding_parameters()
1954 "-t|--type FILETYPE File type of audio", in usage()
2392 f->filetype = optstate.arg; in parse_gopts_and_fopts()
2393 if (f->filetype[0] == '.') in parse_gopts_and_fopts()
2394 f->filetype++; in parse_gopts_and_fopts()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/ftdetect/
H A Dbitbake.vim1 " Vim filetype detection file
14 au BufNewFile,BufRead *.{bb,bbappend,bbclass} set filetype=bitbake
17 au BufNewFile,BufRead *.inc set filetype=bitbake
22 \ set filetype=bitbake |
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_dir2_readdir.c33 uint8_t filetype) in xfs_dir3_get_dtype() argument
38 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype()
41 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype()
107 uint8_t filetype; in xfs_dir2_sf_getdents() local
118 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_getdents()
125 xfs_dir3_get_dtype(mp, filetype))) in xfs_dir2_sf_getdents()
182 uint8_t filetype; in xfs_dir2_block_getdents() local
207 filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_getdents()
219 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents()
383 uint8_t filetype; in xfs_dir2_leaf_getdents() local
[all …]
/OK3568_Linux_fs/u-boot/scripts/
H A Dmkbootimg18 from argparse import ArgumentParser, FileType, Action
178 parser.add_argument('--kernel', help='path to the kernel', type=FileType('rb'),
180 parser.add_argument('--ramdisk', help='path to the ramdisk', type=FileType('rb'))
181 parser.add_argument('--second', help='path to the 2nd bootloader', type=FileType('rb'))
182 parser.add_argument('--dtb', help='path to dtb', type=FileType('rb'))
184 …y_dtbo_group.add_argument('--recovery_dtbo', help='path to the recovery DTBO', type=FileType('rb'))
186 … type=FileType('rb'), metavar='RECOVERY_ACPIO', dest='recovery_dtbo')
208 parser.add_argument('-o', '--output', help='output file name', type=FileType('wb'),
H A Davbtool.py4227 type=argparse.FileType('rb'))
4232 type=argparse.FileType('rb'))
4306 type=argparse.FileType('wb'),
4321 type=argparse.FileType('wb'),
4329 type=argparse.FileType('wb'))
4344 type=argparse.FileType('rb+'))
4367 type=argparse.FileType('wb'))
4380 type=argparse.FileType('rb+'))
4387 type=argparse.FileType('rb'))
4395 type=argparse.FileType('rb+'))
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dfs_types.c21 * @filetype: The on-disk file type to convert.
37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype() argument
39 if (filetype >= FT_MAX) in fs_ftype_to_dtype()
42 return fs_dtype_by_ftype[filetype]; in fs_ftype_to_dtype()
/OK3568_Linux_fs/kernel/scripts/
H A Dmkbootimg20 FileType, RawDescriptionHelpFormatter)
523 parser.add_argument('--kernel', type=FileType('rb'),
525 parser.add_argument('--ramdisk', type=FileType('rb'),
527 parser.add_argument('--second', type=FileType('rb'),
529 parser.add_argument('--dtb', type=FileType('rb'), help='path to the dtb')
531 dtbo_group.add_argument('--recovery_dtbo', type=FileType('rb'),
533 dtbo_group.add_argument('--recovery_acpio', type=FileType('rb'),
568 parser.add_argument('-o', '--output', type=FileType('wb'),
570 parser.add_argument('--vendor_boot', type=FileType('wb'),
572 parser.add_argument('--vendor_ramdisk', type=FileType('rb'),
[all …]
/OK3568_Linux_fs/kernel/fs/adfs/
H A Ddir.c224 * filetype suffix to the name, check the filetype and append. in adfs_object_fixup()
227 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local
229 if (filetype != ADFS_FILETYPE_NONE) { in adfs_object_fixup()
231 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8); in adfs_object_fixup()
232 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4); in adfs_object_fixup()
233 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0); in adfs_object_fixup()
H A Dadfs.h14 /* RISC OS 12-bit filetype is stored in load_address[19:8] */
72 int s_ftsuffix; /* ,xyz hex filetype suffix option */
113 #define ADFS_MAX_NAME_LEN (256 + 4) /* +4 for ,xyz hex filetype suffix */
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A DMakefile12 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
30 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dadfs.rst66 Owner read and filetype UnixExec -> ---x--x--x
72 Other read and filetype UnixExec -> ---x--x--x
77 not a UnixExec filetype, then the permissions will be::
/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h35 /* Filetype used in directory entry. */
41 /* Filetype information as used in inodes. */
194 __u8 filetype; member
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c67 * offset behind the entry name. If the entry stores a filetype value, then it
130 * The file type field is stored at the end of the name for filetype enabled
192 * if there is a filetype field, add the extra byte to the namelen in xfs_dir2_block_sfsize()
487 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_easy()
577 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_hard()
724 uint8_t filetype; in xfs_dir2_sf_verify() local
784 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_verify()
785 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir2_sf_verify()
892 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
902 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
[all …]
H A Dxfs_dir2.c25 * Convert inode mode to directory entry filetype
270 args->filetype = name->type; in xfs_dir_createname()
366 args->filetype = name->type; in xfs_dir_lookup()
438 args->filetype = name->type; in xfs_dir_removename()
499 args->filetype = name->type; in xfs_dir_replace()
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dlibsox.343 …_open_read(const char *\fIpath\fB, const sox_signalinfo_t *\fIinfo\fB, const char *\fIfiletype\fB);
45 …st char *\fIpath\fB, const sox_signalinfo_t *\fIinfo\fB, const char *\fIfiletype\fB, const char *\…
89 \fIfiletype\fR is non-NULL then it will be used to specify the file
102 \fIfiletype\fR is non-NULL then it will be used to specify the file
/OK3568_Linux_fs/kernel/usr/
H A Dgen_initramfs.sh43 filetype() { function
84 # <filetype> <name> <path to file> <octal mode> <uid> <gid>
94 local ftype=$(filetype "${location}")
/OK3568_Linux_fs/external/security/rk_tee_user/v2/scripts/
H A Drsp_to_gcm_test.py51 type=argparse.FileType('r'),
55 type=argparse.FileType('w'),
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool3621 type=argparse.FileType('rb'))
3626 type=argparse.FileType('rb'))
3697 type=argparse.FileType('wb'),
3705 type=argparse.FileType('wb'))
3719 type=argparse.FileType('rab+'))
3739 type=argparse.FileType('wb'))
3752 type=argparse.FileType('rab+'))
3759 type=argparse.FileType('rb'))
3766 type=argparse.FileType('rab+'))
3806 type=argparse.FileType('wb'))
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dgen_initramfs_list.sh62 filetype() { function
104 # <filetype> <name> <path to file> <octal mode> <uid> <gid>
114 local ftype=$(filetype "${location}")
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dgen_initramfs_list.sh62 filetype() { function
104 # <filetype> <name> <path to file> <octal mode> <uid> <gid>
114 local ftype=$(filetype "${location}")
/OK3568_Linux_fs/buildroot/utils/
H A Dsize-stats-compare106 parser.add_argument('old_file_size_csv', type=argparse.FileType('r'),
110 parser.add_argument('new_file_size_csv', type=argparse.FileType('r'),
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/
H A Dmain.cpp73 foreach (const QString &fileType, MusicPlayer::supportedMimeTypes()) { in associateFileTypes()
74 foreach (QString suffix, mimeDatabase.mimeTypeForName(fileType).suffixes()) { in associateFileTypes()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/
H A Dmain.cpp73 foreach (const QString &fileType, MusicPlayer::supportedMimeTypes()) { in associateFileTypes()
74 foreach (QString suffix, mimeDatabase.mimeTypeForName(fileType).suffixes()) { in associateFileTypes()

12345