Searched refs:src_str (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/regress/usr.sbin/ospfd/ |
| H A D | Client.pm | 57 src_str => $ism_mac, 76 $ip{src_str} eq $ospfd_ip 191 src_str => $ism_mac, 203 src_str => $ip, 244 src_str => $ism_mac, 256 src_str => $ip,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtins.c | 1957 const char *src_str; local 1984 src_str = c_getstr (src); 1989 if (src_str 1991 && (unsigned HOST_WIDE_INT) INTVAL (len_rtx) <= strlen (src_str) + 1 1993 (PTR) src_str, dest_align)) 1997 (PTR) src_str, dest_align);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | builtins.c | 2839 const char *src_str; in expand_builtin_memcpy() local 2870 src_str = c_getstr (src); in expand_builtin_memcpy() 2875 if (src_str in expand_builtin_memcpy() 2877 && (unsigned HOST_WIDE_INT) INTVAL (len_rtx) <= strlen (src_str) + 1 in expand_builtin_memcpy() 2879 (void *) src_str, dest_align)) in expand_builtin_memcpy() 2883 (void *) src_str, dest_align, 0); in expand_builtin_memcpy() 2937 const char *src_str; in expand_builtin_mempcpy() local 2965 src_str = c_getstr (src); in expand_builtin_mempcpy() 2970 if (src_str in expand_builtin_mempcpy() 2972 && (unsigned HOST_WIDE_INT) INTVAL (len_rtx) <= strlen (src_str) + 1 in expand_builtin_mempcpy() [all …]
|