Searched refs:ipc_str_arch_exp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | collctrl.cc | 2794 const char *ipc_str_arch_exp = "arch_exp"; variable 2863 if (strncmp (control, ipc_str_arch_exp, len) == 0) in get() 2985 if (!strncmp (control, ipc_str_arch_exp, len)) in set() 3073 if (!strncmp (control, ipc_str_arch_exp, len)) in unset()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collctrl.cc | 2787 const char *ipc_str_arch_exp = "arch_exp"; variable 2856 if (strncmp (control, ipc_str_arch_exp, len) == 0) in get() 2978 if (!strncmp (control, ipc_str_arch_exp, len)) in set() 3066 if (!strncmp (control, ipc_str_arch_exp, len)) in unset()
|