Home
last modified time | relevance | path

Searched refs:tmpname (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/fs/isofs/
Ddir.c84 char *tmpname, struct iso_directory_record *tmpde) in do_isofs_readdir() argument
207 len = get_rock_ridge_filename(de, tmpname, inode); in do_isofs_readdir()
209 p = tmpname; in do_isofs_readdir()
216 len = get_joliet_filename(de, tmpname, inode); in do_isofs_readdir()
217 p = tmpname; in do_isofs_readdir()
221 len = get_acorn_filename(de, tmpname, inode); in do_isofs_readdir()
222 p = tmpname; in do_isofs_readdir()
225 len = isofs_name_translate(de, tmpname, inode); in do_isofs_readdir()
226 p = tmpname; in do_isofs_readdir()
253 char *tmpname; in isofs_readdir() local
[all …]
Dnamei.c38 char *tmpname, struct iso_directory_record *tmpde) in isofs_find_entry() argument
109 ((i = get_rock_ridge_filename(de, tmpname, dir)))) { in isofs_find_entry()
111 dpnt = tmpname; in isofs_find_entry()
114 dlen = get_joliet_filename(de, tmpname, dir); in isofs_find_entry()
115 dpnt = tmpname; in isofs_find_entry()
118 dlen = get_acorn_filename(de, tmpname, dir); in isofs_find_entry()
119 dpnt = tmpname; in isofs_find_entry()
121 dlen = isofs_name_translate(de, tmpname, dir); in isofs_find_entry()
122 dpnt = tmpname; in isofs_find_entry()
/Linux-v4.19/scripts/dtc/
Dfstree.c40 char *tmpname; in read_fstree() local
46 tmpname = join_path(dirname, de->d_name); in read_fstree()
48 if (lstat(tmpname, &st) < 0) in read_fstree()
49 die("stat(%s): %s\n", tmpname, strerror(errno)); in read_fstree()
55 pfile = fopen(tmpname, "rb"); in read_fstree()
59 tmpname, strerror(errno)); in read_fstree()
70 newchild = read_fstree(tmpname); in read_fstree()
75 free(tmpname); in read_fstree()
/Linux-v4.19/sound/synth/emux/
Demux_seq.c72 char tmpname[64]; in snd_emux_init_seq() local
99 sprintf(tmpname, "%s Port %d", emu->name, i); in snd_emux_init_seq()
100 p = snd_emux_create_port(emu, tmpname, MIDI_CHANNELS, in snd_emux_init_seq()
Demux_oss.c114 char tmpname[64]; in snd_emux_open_seq_oss() local
127 sprintf(tmpname, "%s OSS Port", emu->name); in snd_emux_open_seq_oss()
128 p = snd_emux_create_port(emu, tmpname, 32, in snd_emux_open_seq_oss()
/Linux-v4.19/scripts/kconfig/
Dconfdata.c785 char dirname[PATH_MAX+1], tmpname[PATH_MAX+22], newname[PATH_MAX+8]; in conf_write() local
812 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write()
813 out = fopen(tmpname, "w"); in conf_write()
815 *tmpname = 0; in conf_write()
862 if (*tmpname) { in conf_write()
866 if (rename(tmpname, newname)) in conf_write()
/Linux-v4.19/kernel/
Drelay.c420 char *tmpname; in relay_create_buf_file() local
422 tmpname = kzalloc(NAME_MAX + 1, GFP_KERNEL); in relay_create_buf_file()
423 if (!tmpname) in relay_create_buf_file()
425 snprintf(tmpname, NAME_MAX, "%s%d", chan->base_filename, cpu); in relay_create_buf_file()
428 dentry = chan->cb->create_buf_file(tmpname, chan->parent, in relay_create_buf_file()
432 kfree(tmpname); in relay_create_buf_file()
/Linux-v4.19/security/apparmor/
Dpolicy_unpack.c590 const char *tmpname, *tmpns = NULL, *name = NULL; in unpack_profile() local
610 tmpname = aa_splitn_fqname(name, strlen(name), &tmpns, &ns_len); in unpack_profile()
617 name = tmpname; in unpack_profile()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_drm.c897 char name[32], tmpname[TASK_COMM_LEN]; in nouveau_drm_open() local
905 get_task_comm(tmpname, current); in nouveau_drm_open()
906 snprintf(name, sizeof(name), "%s[%d]", tmpname, pid_nr(fpriv->pid)); in nouveau_drm_open()
/Linux-v4.19/sound/pci/hda/
Dhda_generic.c3610 char tmpname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in add_single_cap_ctl() local
3620 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3623 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3625 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl()
3636 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3639 snprintf(tmpname, sizeof(tmpname), in add_single_cap_ctl()
3641 knew = add_control(spec, type, tmpname, idx, in add_single_cap_ctl()
Dhda_codec.c1807 char tmpname[sizeof(sctl->id.name)]; in map_slaves() local
1810 snprintf(tmpname, sizeof(tmpname), "%s %s", in map_slaves()
1812 name = tmpname; in map_slaves()