Home
last modified time | relevance | path

Searched refs:dot_name (Results 1 – 25 of 110) sorted by relevance

12345

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dcode-patching.h141 char dot_name[1 + KSYM_NAME_LEN]; in ppc_kallsyms_lookup_name() local
148 dot_name[0] = '.'; in ppc_kallsyms_lookup_name()
149 dot_name[1] = '\0'; in ppc_kallsyms_lookup_name()
150 strlcat(dot_name, name, sizeof(dot_name)); in ppc_kallsyms_lookup_name()
153 dot_name[0] = '\0'; in ppc_kallsyms_lookup_name()
154 strlcat(dot_name, name, sizeof(dot_name)); in ppc_kallsyms_lookup_name()
156 addr = kallsyms_lookup_name(dot_name); in ppc_kallsyms_lookup_name()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dcode-patching.h141 char dot_name[1 + KSYM_NAME_LEN]; in ppc_kallsyms_lookup_name() local
148 dot_name[0] = '.'; in ppc_kallsyms_lookup_name()
149 dot_name[1] = '\0'; in ppc_kallsyms_lookup_name()
150 strlcat(dot_name, name, sizeof(dot_name)); in ppc_kallsyms_lookup_name()
153 dot_name[0] = '\0'; in ppc_kallsyms_lookup_name()
154 strlcat(dot_name, name, sizeof(dot_name)); in ppc_kallsyms_lookup_name()
156 addr = kallsyms_lookup_name(dot_name); in ppc_kallsyms_lookup_name()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dcode-patching.h141 char dot_name[1 + KSYM_NAME_LEN]; in ppc_kallsyms_lookup_name() local
148 dot_name[0] = '.'; in ppc_kallsyms_lookup_name()
149 dot_name[1] = '\0'; in ppc_kallsyms_lookup_name()
150 strlcat(dot_name, name, sizeof(dot_name)); in ppc_kallsyms_lookup_name()
153 dot_name[0] = '\0'; in ppc_kallsyms_lookup_name()
154 strlcat(dot_name, name, sizeof(dot_name)); in ppc_kallsyms_lookup_name()
156 addr = kallsyms_lookup_name(dot_name); in ppc_kallsyms_lookup_name()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/
H A Ddot.rs49 fn dot_name(&self) -> String; in dot_name() method
86 let dot_name = self.dot_name(); in dot() localVariable
89 out.push_str(&dot_name); in dot()
96 from: &dot_name, in dot()
185 fn dot_name(&self) -> String {
247 fn dot_name(&self) -> String {
248 self.id().dot_name()
325 fn dot_name(&self) -> String { in dot_name() method
326 self.0.dot_name() in dot_name()
363 fn dot_name(&self) -> String { in dot_name() method
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/helpers/
H A Dgst_gdb.py528 def dot_name(self): member in GdbGstObject
629 (spc, pname, self.dot_name(), color, self.name(), "",
637 ename = element.dot_name() if element else ""
651 pname = self.dot_name()
654 other_pname = other.dot_name()
685 pname = self.dot_name()
686 ename = element.dot_name() if element else ""
687 peer_pname = peer.dot_name()
759 s = "%ssubgraph cluster_%s {\n" % (spc, self.dot_name())
779 name = self.dot_name()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dkprobes.c75 char dot_name[MODULE_NAME_LEN + 1 + KSYM_NAME_LEN]; in kprobe_lookup_name() local
84 memcpy(dot_name, name, len); in kprobe_lookup_name()
89 dot_name[len++] = '.'; in kprobe_lookup_name()
92 ret = strscpy(dot_name + len, c, KSYM_NAME_LEN); in kprobe_lookup_name()
94 addr = (kprobe_opcode_t *)kallsyms_lookup_name(dot_name); in kprobe_lookup_name()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Dkprobes.c75 char dot_name[MODULE_NAME_LEN + 1 + KSYM_NAME_LEN]; in kprobe_lookup_name() local
84 memcpy(dot_name, name, len); in kprobe_lookup_name()
89 dot_name[len++] = '.'; in kprobe_lookup_name()
92 ret = strscpy(dot_name + len, c, KSYM_NAME_LEN); in kprobe_lookup_name()
94 addr = (kprobe_opcode_t *)kallsyms_lookup_name(dot_name); in kprobe_lookup_name()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Dkprobes.c75 char dot_name[MODULE_NAME_LEN + 1 + KSYM_NAME_LEN]; in kprobe_lookup_name() local
84 memcpy(dot_name, name, len); in kprobe_lookup_name()
89 dot_name[len++] = '.'; in kprobe_lookup_name()
92 ret = strscpy(dot_name + len, c, KSYM_NAME_LEN); in kprobe_lookup_name()
94 addr = (kprobe_opcode_t *)kallsyms_lookup_name(dot_name); in kprobe_lookup_name()
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/ufs/
H A Ddir.h183 char dot_name[4]; /* must be multiple of 4 */ member
198 char dot_name[4]; /* must be multiple of 4 */ member
/dports/devel/lion/lion/contrib/libdirlist/
H A Ddirlist_child_process.c703 if (!node->dot_name) return; in xml_dot()
705 printf("[xml dot] '%s'\n", node->dot_name); in xml_dot()
715 node->dot_name, in xml_dot()
747 node->dot_name, in xml_dot()
1092 file_entries[ num_entries-1 ]->dot_name =
1159 file_entries[ num_entries-1 ]->dot_name =
1379 SAFE_FREE( file_entries[ i ]->dot_name );
H A Ddirlist_child_process_win32.c594 if (!node->dot_name) return; in xml_dot()
599 node->dot_name, in xml_dot()
623 node->dot_name, in xml_dot()
1028 file_entries[ num_entries-1 ]->dot_name = in dirlist_child_process_recurse()
1078 file_entries[ num_entries-1 ]->dot_name = in dirlist_child_process_recurse()
1285 SAFE_FREE( file_entries[ i ]->dot_name ); in dirlist_child_process_recurse()
H A Ddirlist_child_process.h52 char *dot_name; // This directy's name, used in recursion. member
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dpasses.c309 char *dot_name, *flag_name, *glob_name; in register_one_dump_file() local
318 dot_name = concat (".", pass->name, num, NULL); in register_one_dump_file()
324 pass->static_pass_number = dump_register (dot_name, flag_name, glob_name, in register_one_dump_file()
331 pass->static_pass_number = dump_register (dot_name, flag_name, glob_name, in register_one_dump_file()
338 pass->static_pass_number = dump_register (dot_name, flag_name, glob_name, in register_one_dump_file()
/dports/security/super/super-3.30.3/
H A Dutils.c1823 char dot_name[1024] = "", nodot_name[1024] = ""; local
1827 if ((l=strlen(buf)) > len - 2 || l > sizeof(dot_name)-1)
1841 strcpy(dot_name, he_dot->h_name);
1842 if (strlen(dot_name) && strlen(nodot_name)) {
1843 if ((strlen(dot_name) > len - 1) || (strlen(nodot_name) > len - 1))
1847 strcpy(buf, strlen(dot_name) > strlen(nodot_name) ?
1848 dot_name : nodot_name);
1849 } else if (strlen(dot_name)) {
1850 if (strlen(dot_name) > len - 1)
1854 strcpy(buf, dot_name);
/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Dglobals.c168 char *dot_name = DEFAULT_DOT_NAME; variable
H A Dglobals.h75 extern char *dot_name;
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Ddir.h106 char dot_name[4]; /* must be multiple of 4 */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/grubfs/
H A Ddir.h106 char dot_name[4]; /* must be multiple of 4 */ member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/grubfs/
H A Ddir.h106 char dot_name[4]; /* must be multiple of 4 */ member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Ddir.h106 char dot_name[4]; /* must be multiple of 4 */ member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/grubfs/
H A Ddir.h106 char dot_name[4]; /* must be multiple of 4 */ member
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/grubfs/
H A Ddir.h106 char dot_name[4]; /* must be multiple of 4 */ member
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/grubfs/
H A Ddir.h106 char dot_name[4]; /* must be multiple of 4 */ member
/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_client.c465 char *dot_name = concatenate(".", name, (char *) 0); in add_namechecks() local
467 if (SSL_add1_host(ssl, dot_name)) in add_namechecks()
471 TLScontext->namaddr, dot_name); in add_namechecks()
472 myfree(dot_name); in add_namechecks()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/ld/
H A Ddeffilep.y116 %type <id> opt_name opt_equal_name dot_name
151 dot_name opt_equal_name opt_ordinal opt_comma exp_opt_list
231 '=' dot_name { $$ = $2; }
239 dot_name: ID { $$ = $1; }
240 | dot_name '.' ID

12345