Home
last modified time | relevance | path

Searched refs:fname (Results 1 - 25 of 343) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/drivers/pinctrl/qcom/
H A Dpinctrl-msm.h17 #define APQ_PIN_FUNCTION(fname) \
18 [APQ_MUX_##fname] = PINCTRL_PINFUNCTION(#fname, \
19 fname##_groups, \
20 ARRAY_SIZE(fname##_groups))
22 #define IPQ_PIN_FUNCTION(fname) \
23 [IPQ_MUX_##fname] = PINCTRL_PINFUNCTION(#fname, \
24 fname##_groups, \
25 ARRAY_SIZE(fname##_group
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Dsrcpos.c47 static void set_initial_path(char *fname) in set_initial_path() argument
49 int i, len = strlen(fname); in set_initial_path()
51 xasprintf(&initial_path, "%s", fname); in set_initial_path()
58 static char *shorten_to_initial_path(char *fname) in shorten_to_initial_path() argument
63 for (p1 = fname, p2 = initial_path; *p1 && *p2; p1++, p2++) { in shorten_to_initial_path()
74 int restlen = strlen(fname) - (p1 - fname); in shorten_to_initial_path()
96 * @param fname Filename to look for
100 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() argument
104 if (!dirname || fname[ in try_open()
127 fopen_any_on_path(const char *fname, FILE **fp) fopen_any_on_path() argument
146 srcfile_relative_open(const char *fname, char **fullnamep) srcfile_relative_open() argument
172 srcfile_push(const char *fname) srcfile_push() argument
289 const char *fname = "<no-file>"; srcpos_string() local
314 char *pos_str, *fname, *first, *rest; srcpos_string_comment() local
[all...]
/kernel/linux/linux-6.6/scripts/dtc/
H A Dsrcpos.c47 static void set_initial_path(char *fname) in set_initial_path() argument
49 int i, len = strlen(fname); in set_initial_path()
51 xasprintf(&initial_path, "%s", fname); in set_initial_path()
58 static char *shorten_to_initial_path(char *fname) in shorten_to_initial_path() argument
63 for (p1 = fname, p2 = initial_path; *p1 && *p2; p1++, p2++) { in shorten_to_initial_path()
74 int restlen = strlen(fname) - (p1 - fname); in shorten_to_initial_path()
96 * @param fname Filename to look for
100 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() argument
104 if (!dirname || fname[ in try_open()
127 fopen_any_on_path(const char *fname, FILE **fp) fopen_any_on_path() argument
146 srcfile_relative_open(const char *fname, char **fullnamep) srcfile_relative_open() argument
172 srcfile_push(const char *fname) srcfile_push() argument
289 const char *fname = "<no-file>"; srcpos_string() local
314 char *pos_str, *fname, *first, *rest; srcpos_string_comment() local
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddir.c45 /* If @dir is casefolded, initialize @fname->cf_name from @fname->usr_fname. */
47 struct f2fs_filename *fname) in f2fs_init_casefolded_name()
53 !is_dot_dotdot(fname->usr_fname->name, fname->usr_fname->len)) { in f2fs_init_casefolded_name()
54 fname->cf_name.name = f2fs_kmem_cache_alloc(f2fs_cf_name_slab, in f2fs_init_casefolded_name()
56 if (!fname->cf_name.name) in f2fs_init_casefolded_name()
58 fname->cf_name.len = utf8_casefold(sb->s_encoding, in f2fs_init_casefolded_name()
59 fname->usr_fname, in f2fs_init_casefolded_name()
60 fname in f2fs_init_casefolded_name()
46 f2fs_init_casefolded_name(const struct inode *dir, struct f2fs_filename *fname) f2fs_init_casefolded_name() argument
74 __f2fs_setup_filename(const struct inode *dir, const struct fscrypt_name *crypt_name, struct f2fs_filename *fname) __f2fs_setup_filename() argument
107 f2fs_setup_filename(struct inode *dir, const struct qstr *iname, int lookup, struct f2fs_filename *fname) f2fs_setup_filename() argument
126 f2fs_prepare_lookup(struct inode *dir, struct dentry *dentry, struct f2fs_filename *fname) f2fs_prepare_lookup() argument
139 f2fs_free_filename(struct f2fs_filename *fname) f2fs_free_filename() argument
165 find_in_block(struct inode *dir, struct page *dentry_page, const struct f2fs_filename *fname, int *max_slots) find_in_block() argument
231 f2fs_match_name(const struct inode *dir, const struct f2fs_filename *fname, const u8 *de_name, u32 de_name_len) f2fs_match_name() argument
252 f2fs_find_target_dentry(const struct f2fs_dentry_ptr *d, const struct f2fs_filename *fname, int *max_slots) f2fs_find_target_dentry() argument
300 find_in_level(struct inode *dir, unsigned int level, const struct f2fs_filename *fname, struct page **res_page) find_in_level() argument
360 __f2fs_find_entry(struct inode *dir, const struct f2fs_filename *fname, struct page **res_page) __f2fs_find_entry() argument
409 struct f2fs_filename fname; f2fs_find_entry() local
463 init_dent_inode(struct inode *dir, struct inode *inode, const struct f2fs_filename *fname, struct page *ipage) init_dent_inode() argument
536 f2fs_init_inode_metadata(struct inode *inode, struct inode *dir, const struct f2fs_filename *fname, struct page *dpage) f2fs_init_inode_metadata() argument
642 f2fs_has_enough_room(struct inode *dir, struct page *ipage, const struct f2fs_filename *fname) f2fs_has_enough_room() argument
678 f2fs_add_regular_entry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) f2fs_add_regular_entry() argument
773 f2fs_add_dentry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) f2fs_add_dentry() argument
801 struct f2fs_filename fname; f2fs_do_add_link() local
833 f2fs_do_tmpfile(struct inode *inode, struct inode *dir, struct f2fs_filename *fname) f2fs_do_tmpfile() argument
[all...]
H A Dhash.c92 * Compute @fname->hash. For all directories, @fname->disk_name must be set.
93 * For casefolded directories, @fname->usr_fname must be set, and also
94 * @fname->cf_name if the filename is valid Unicode and is not "." or "..".
96 void f2fs_hash_filename(const struct inode *dir, struct f2fs_filename *fname) in f2fs_hash_filename() argument
98 const u8 *name = fname->disk_name.name; in f2fs_hash_filename()
99 size_t len = fname->disk_name.len; in f2fs_hash_filename()
104 fname->hash = 0; in f2fs_hash_filename()
119 WARN_ON_ONCE(!fname->usr_fname->name); in f2fs_hash_filename()
120 if (fname in f2fs_hash_filename()
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Ddir.c387 struct fname { struct
391 struct fname *next;
404 struct fname *fname, *next; in free_rb_tree_fname() local
406 rbtree_postorder_for_each_entry_safe(fname, next, root, rb_hash) in free_rb_tree_fname()
407 while (fname) { in free_rb_tree_fname()
408 struct fname *old = fname; in free_rb_tree_fname()
409 fname = fname in free_rb_tree_fname()
449 struct fname *fname, *new_fn; ext4_htree_store_dirent() local
505 call_filldir(struct file *file, struct dir_context *ctx, struct fname *fname) call_filldir() argument
536 struct fname *fname; ext4_dx_readdir() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Ddir.c403 struct fname { struct
407 struct fname *next;
420 struct fname *fname, *next; in free_rb_tree_fname() local
422 rbtree_postorder_for_each_entry_safe(fname, next, root, rb_hash) in free_rb_tree_fname()
423 while (fname) { in free_rb_tree_fname()
424 struct fname *old = fname; in free_rb_tree_fname()
425 fname = fname in free_rb_tree_fname()
465 struct fname *fname, *new_fn; ext4_htree_store_dirent() local
521 call_filldir(struct file *file, struct dir_context *ctx, struct fname *fname) call_filldir() argument
552 struct fname *fname; ext4_dx_readdir() local
[all...]
H A Dcrypto.c23 int lookup, struct ext4_filename *fname) in ext4_fname_setup_filename()
32 ext4_fname_from_fscrypt_name(fname, &name); in ext4_fname_setup_filename()
35 err = ext4_fname_setup_ci_filename(dir, iname, fname); in ext4_fname_setup_filename()
37 ext4_fname_free_filename(fname); in ext4_fname_setup_filename()
43 struct ext4_filename *fname) in ext4_fname_prepare_lookup()
52 ext4_fname_from_fscrypt_name(fname, &name); in ext4_fname_prepare_lookup()
55 err = ext4_fname_setup_ci_filename(dir, &dentry->d_name, fname); in ext4_fname_prepare_lookup()
57 ext4_fname_free_filename(fname); in ext4_fname_prepare_lookup()
62 void ext4_fname_free_filename(struct ext4_filename *fname) in ext4_fname_free_filename() argument
66 name.crypto_buf = fname in ext4_fname_free_filename()
22 ext4_fname_setup_filename(struct inode *dir, const struct qstr *iname, int lookup, struct ext4_filename *fname) ext4_fname_setup_filename() argument
42 ext4_fname_prepare_lookup(struct inode *dir, struct dentry *dentry, struct ext4_filename *fname) ext4_fname_prepare_lookup() argument
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddir.c73 /* If @dir is casefolded, initialize @fname->cf_name from @fname->usr_fname. */
75 struct f2fs_filename *fname) in f2fs_init_casefolded_name()
82 fname->cf_name.name = f2fs_kmalloc(sbi, F2FS_NAME_LEN, in f2fs_init_casefolded_name()
84 if (!fname->cf_name.name) in f2fs_init_casefolded_name()
86 fname->cf_name.len = utf8_casefold(sb->s_encoding, in f2fs_init_casefolded_name()
87 fname->usr_fname, in f2fs_init_casefolded_name()
88 fname->cf_name.name, in f2fs_init_casefolded_name()
90 if ((int)fname->cf_name.len <= 0) { in f2fs_init_casefolded_name()
91 kfree(fname in f2fs_init_casefolded_name()
74 f2fs_init_casefolded_name(const struct inode *dir, struct f2fs_filename *fname) f2fs_init_casefolded_name() argument
102 __f2fs_setup_filename(const struct inode *dir, const struct fscrypt_name *crypt_name, struct f2fs_filename *fname) __f2fs_setup_filename() argument
135 f2fs_setup_filename(struct inode *dir, const struct qstr *iname, int lookup, struct f2fs_filename *fname) f2fs_setup_filename() argument
154 f2fs_prepare_lookup(struct inode *dir, struct dentry *dentry, struct f2fs_filename *fname) f2fs_prepare_lookup() argument
167 f2fs_free_filename(struct f2fs_filename *fname) f2fs_free_filename() argument
191 find_in_block(struct inode *dir, struct page *dentry_page, const struct f2fs_filename *fname, int *max_slots) find_in_block() argument
232 f2fs_match_name(const struct inode *dir, const struct f2fs_filename *fname, const u8 *de_name, u32 de_name_len) f2fs_match_name() argument
253 f2fs_find_target_dentry(const struct f2fs_dentry_ptr *d, const struct f2fs_filename *fname, int *max_slots) f2fs_find_target_dentry() argument
295 find_in_level(struct inode *dir, unsigned int level, const struct f2fs_filename *fname, struct page **res_page) find_in_level() argument
347 __f2fs_find_entry(struct inode *dir, const struct f2fs_filename *fname, struct page **res_page) __f2fs_find_entry() argument
396 struct f2fs_filename fname; f2fs_find_entry() local
451 init_dent_inode(const struct f2fs_filename *fname, struct page *ipage) init_dent_inode() argument
502 f2fs_init_inode_metadata(struct inode *inode, struct inode *dir, const struct f2fs_filename *fname, struct page *dpage) f2fs_init_inode_metadata() argument
612 f2fs_has_enough_room(struct inode *dir, struct page *ipage, const struct f2fs_filename *fname) f2fs_has_enough_room() argument
648 f2fs_add_regular_entry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) f2fs_add_regular_entry() argument
745 f2fs_add_dentry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) f2fs_add_dentry() argument
766 struct f2fs_filename fname; f2fs_do_add_link() local
[all...]
H A Dhash.c92 * Compute @fname->hash. For all directories, @fname->disk_name must be set.
93 * For casefolded directories, @fname->usr_fname must be set, and also
94 * @fname->cf_name if the filename is valid Unicode.
96 void f2fs_hash_filename(const struct inode *dir, struct f2fs_filename *fname) in f2fs_hash_filename() argument
98 const u8 *name = fname->disk_name.name; in f2fs_hash_filename()
99 size_t len = fname->disk_name.len; in f2fs_hash_filename()
104 fname->hash = 0; in f2fs_hash_filename()
116 WARN_ON_ONCE(!fname->usr_fname->name); in f2fs_hash_filename()
117 if (fname in f2fs_hash_filename()
[all...]
/kernel/linux/linux-5.10/fs/crypto/
H A Dfname.c373 * @fname: the filename information to be filled in
375 * Given a user-provided filename @iname, this function sets @fname->disk_name
390 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
395 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename()
396 fname->usr_fname = iname; in fscrypt_setup_filename()
399 fname->disk_name.name = (unsigned char *)iname->name; in fscrypt_setup_filename()
400 fname->disk_name.len = iname->len; in fscrypt_setup_filename()
411 &fname->crypto_buf.len)) in fscrypt_setup_filename()
413 fname->crypto_buf.name = kmalloc(fname in fscrypt_setup_filename()
389 fscrypt_setup_filename(struct inode *dir, const struct qstr *iname, int lookup, struct fscrypt_name *fname) fscrypt_setup_filename() argument
482 fscrypt_match_name(const struct fscrypt_name *fname, const u8 *de_name, u32 de_name_len) fscrypt_match_name() argument
[all...]
/kernel/linux/linux-6.6/fs/crypto/
H A Dfname.c428 * @fname: the filename information to be filled in
430 * Given a user-provided filename @iname, this function sets @fname->disk_name
445 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
450 memset(fname, 0, sizeof(struct fscrypt_name)); in fscrypt_setup_filename()
451 fname->usr_fname = iname; in fscrypt_setup_filename()
454 fname->disk_name.name = (unsigned char *)iname->name; in fscrypt_setup_filename()
455 fname->disk_name.len = iname->len; in fscrypt_setup_filename()
464 &fname->crypto_buf.len)) in fscrypt_setup_filename()
466 fname->crypto_buf.name = kmalloc(fname in fscrypt_setup_filename()
444 fscrypt_setup_filename(struct inode *dir, const struct qstr *iname, int lookup, struct fscrypt_name *fname) fscrypt_setup_filename() argument
536 fscrypt_match_name(const struct fscrypt_name *fname, const u8 *de_name, u32 de_name_len) fscrypt_match_name() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H A Dsmsc_fdc37m81x.c136 const char *fname = __func__; in smsc_fdc37m81x_config_dump() local
142 pr_info("%s: common\n", fname); in smsc_fdc37m81x_config_dump()
143 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
145 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
147 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
149 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
151 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
154 pr_info("%s: keyboard\n", fname); in smsc_fdc37m81x_config_dump()
156 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_KBD, in smsc_fdc37m81x_config_dump()
158 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_KB in smsc_fdc37m81x_config_dump()
[all...]
/kernel/linux/linux-6.6/arch/mips/txx9/generic/
H A Dsmsc_fdc37m81x.c136 const char *fname = __func__; in smsc_fdc37m81x_config_dump() local
142 pr_info("%s: common\n", fname); in smsc_fdc37m81x_config_dump()
143 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
145 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
147 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
149 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
151 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_NONE, in smsc_fdc37m81x_config_dump()
154 pr_info("%s: keyboard\n", fname); in smsc_fdc37m81x_config_dump()
156 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_KBD, in smsc_fdc37m81x_config_dump()
158 smsc_fdc37m81x_config_dump_one(fname, SMSC_FDC37M81X_KB in smsc_fdc37m81x_config_dump()
[all...]
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs_main.c32 const char *fname; in main() local
41 fname = NULL; in main()
62 } else if (!fname) { in main()
63 fname = arg; in main()
68 if (!fname) in main()
71 fp = fopen(fname, "r+"); in main()
73 die("Cannot open %s: %s\n", fname, strerror(errno)); in main()
76 die("Cannot read %s: %s", fname, strerror(errno)); in main()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs_common.c23 const char *fname; in main() local
33 fname = NULL; in main()
58 else if (!fname) { in main()
59 fname = arg; in main()
64 if (!fname) { in main()
67 fp = fopen(fname, "r"); in main()
69 die("Cannot open %s: %s\n", fname, strerror(errno)); in main()
72 die("Cannot read %s: %s", fname, strerror(errno)); in main()
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs_main.c32 const char *fname; in main() local
41 fname = NULL; in main()
62 } else if (!fname) { in main()
63 fname = arg; in main()
68 if (!fname) in main()
71 fp = fopen(fname, "r+"); in main()
73 die("Cannot open %s: %s\n", fname, strerror(errno)); in main()
76 die("Cannot read %s: %s", fname, strerror(errno)); in main()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs_main.c32 const char *fname; in main() local
41 fname = NULL; in main()
62 } else if (!fname) { in main()
63 fname = arg; in main()
68 if (!fname) in main()
71 fp = fopen(fname, "r+"); in main()
73 die("Cannot open %s: %s\n", fname, strerror(errno)); in main()
76 die("Cannot read %s: %s", fname, strerror(errno)); in main()
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs_common.c23 const char *fname; in main() local
33 fname = NULL; in main()
58 else if (!fname) { in main()
59 fname = arg; in main()
64 if (!fname) { in main()
67 fp = fopen(fname, "r"); in main()
69 die("Cannot open %s: %s\n", fname, strerror(errno)); in main()
72 die("Cannot read %s: %s", fname, strerror(errno)); in main()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dkprobes.h11 # define __NOKPROBE_SYMBOL(fname) \
14 _kbl_addr_##fname = (unsigned long)fname;
15 # define NOKPROBE_SYMBOL(fname) __NOKPROBE_SYMBOL(fname)
20 # define NOKPROBE_SYMBOL(fname)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dkprobes.h11 # define __NOKPROBE_SYMBOL(fname) \
14 _kbl_addr_##fname = (unsigned long)fname;
15 # define NOKPROBE_SYMBOL(fname) __NOKPROBE_SYMBOL(fname)
20 # define NOKPROBE_SYMBOL(fname)
/kernel/linux/linux-5.10/scripts/
H A Drecordmcount.c176 static void *mmap_file(char const *fname) in mmap_file() argument
186 fd_map = open(fname, O_RDONLY); in mmap_file()
188 perror(fname); in mmap_file()
192 perror(fname); in mmap_file()
196 fprintf(stderr, "not a regular file: %s\n", fname); in mmap_file()
205 perror(fname); in mmap_file()
209 perror(fname); in mmap_file()
329 static int write_file(const char *fname) in write_file() argument
331 char tmp_file[strlen(fname) + 4]; in write_file()
337 sprintf(tmp_file, "%s.rc", fname); in write_file()
511 do_file(char const *const fname) do_file() argument
[all...]
H A Dsorttable.c75 static void *mmap_file(char const *fname, size_t *size) in mmap_file() argument
81 fd = open(fname, O_RDWR); in mmap_file()
83 perror(fname); in mmap_file()
87 perror(fname); in mmap_file()
91 fprintf(stderr, "not a regular file: %s\n", fname); in mmap_file()
97 fprintf(stderr, "Could not mmap file: %s\n", fname); in mmap_file()
329 static int do_file(char const *const fname, void *addr) in do_file() argument
354 ehdr->e_ident[EI_DATA], fname); in do_file()
361 fprintf(stderr, "unrecognized ET_EXEC/ET_DYN file %s\n", fname); in do_file()
391 r2(&ehdr->e_machine), fname); in do_file()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfscrypt.h210 /* fname.c */
212 int lookup, struct fscrypt_name *fname);
214 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() argument
216 kfree(fname->crypto_buf.name); in fscrypt_free_filename()
226 bool fscrypt_match_name(const struct fscrypt_name *fname,
244 struct fscrypt_name *fname);
438 /* fname.c */
441 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
446 memset(fname, 0, sizeof(*fname)); in fscrypt_setup_filename()
439 fscrypt_setup_filename(struct inode *dir, const struct qstr *iname, int lookup, struct fscrypt_name *fname) fscrypt_setup_filename() argument
453 fscrypt_free_filename(struct fscrypt_name *fname) fscrypt_free_filename() argument
477 fscrypt_match_name(const struct fscrypt_name *fname, const u8 *de_name, u32 de_name_len) fscrypt_match_name() argument
534 __fscrypt_prepare_lookup(struct inode *dir, struct dentry *dentry, struct fscrypt_name *fname) __fscrypt_prepare_lookup() argument
792 fscrypt_prepare_lookup(struct inode *dir, struct dentry *dentry, struct fscrypt_name *fname) fscrypt_prepare_lookup() argument
[all...]
/kernel/linux/linux-6.6/scripts/
H A Drecordmcount.c176 static void *mmap_file(char const *fname) in mmap_file() argument
186 fd_map = open(fname, O_RDONLY); in mmap_file()
188 perror(fname); in mmap_file()
192 perror(fname); in mmap_file()
196 fprintf(stderr, "not a regular file: %s\n", fname); in mmap_file()
205 perror(fname); in mmap_file()
209 perror(fname); in mmap_file()
329 static int write_file(const char *fname) in write_file() argument
331 char tmp_file[strlen(fname) + 4]; in write_file()
337 sprintf(tmp_file, "%s.rc", fname); in write_file()
511 do_file(char const *const fname) do_file() argument
[all...]

Completed in 16 milliseconds

12345678910>>...14