Searched refs:access_str (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/lib/display/ |
| H A D | display.c | 664 uint32_t access_str; in vgdisplay_full() local 679 access_str = vg->status & (LVM_READ | LVM_WRITE); in vgdisplay_full() 681 access_str == (LVM_READ | LVM_WRITE) ? "read/write" : "", in vgdisplay_full() 682 access_str == LVM_READ ? "read" : "", in vgdisplay_full() 683 access_str == LVM_WRITE ? "write" : "", in vgdisplay_full() 684 access_str == 0 ? "error" : ""); in vgdisplay_full() 741 const char *access_str; in vgdisplay_colons() local 748 access_str = "r/w"; in vgdisplay_colons() 751 access_str = "r"; in vgdisplay_colons() 754 access_str = "w"; in vgdisplay_colons() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-uninit.cc | 436 const char* const access_str = in maybe_warn_read_write_only() local 442 argno + 1, access_str); in maybe_warn_read_write_only() 859 const char* const access_str = in maybe_warn_pass_by_reference() local 866 "attribute %<%s%> here", fndecl, access_str); in maybe_warn_pass_by_reference() 873 "attribute %<%s%>", fntype, access_str); in maybe_warn_pass_by_reference()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | sm-taint.cc | 435 unsigned size_argno, const char *access_str) in tainted_access_attrib_size() argument 438 m_size_argno (size_argno), m_access_str (access_str) in tainted_access_attrib_size() 961 const char* const access_str = in check_for_tainted_size_arg() local 968 access_str)); in check_for_tainted_size_arg()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-attribs.c | 4013 const char* const access_str = IDENTIFIER_POINTER (access_mode); in handle_access_attribute() local 4014 const char *ps = access_str; in handle_access_attribute() 4027 "%qs, %qs, or %qs", name, access_str, in handle_access_attribute() 4036 name, access_str); in handle_access_attribute() 4048 name, access_str); in handle_access_attribute() 4089 name, access_str, idxnodes[0], idxnodes[1], idxs[0] ? 2 : 1); in handle_access_attribute() 4092 name, access_str, idxnodes[0], idxs[0] ? 2 : 1); in handle_access_attribute() 4100 IDENTIFIER_POINTER (name), access_str, in handle_access_attribute() 4104 IDENTIFIER_POINTER (name), access_str, in handle_access_attribute() 4108 IDENTIFIER_POINTER (name), access_str); in handle_access_attribute()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-attribs.cc | 4918 const char* const access_str = IDENTIFIER_POINTER (access_mode); in handle_access_attribute() local 4919 const char *ps = access_str; in handle_access_attribute() 4941 "%qs, %qs, %qs, or %qs", name, access_str, in handle_access_attribute() 4953 name, access_str); in handle_access_attribute() 4965 name, access_str); in handle_access_attribute() 5006 name, access_str, idxnodes[0], idxnodes[1], idxs[0] ? 2 : 1); in handle_access_attribute() 5009 name, access_str, idxnodes[0], idxs[0] ? 2 : 1); in handle_access_attribute() 5017 IDENTIFIER_POINTER (name), access_str, in handle_access_attribute() 5021 IDENTIFIER_POINTER (name), access_str, in handle_access_attribute() 5025 IDENTIFIER_POINTER (name), access_str); in handle_access_attribute()
|