Searched refs:mode_string (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | bucomm.h | 59 void mode_string (unsigned long, char *);
|
| H A D | filemode.c | 108 mode_string (unsigned long mode, char *str) in mode_string() function
|
| H A D | bucomm.c | 378 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
|
| H A D | ChangeLog-9197 | 3782 (mode_string): Use POSIX definitions. 3788 * bucomm.h (mode_string): Declare.
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.c | 2728 static char *mode_string(int mode); 2832 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\"/>\n", name, mode_string(mode)); in ocs_mgmt_emit_property_name() 2853 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), value, name); in ocs_mgmt_emit_string() 2881 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name); in ocs_mgmt_emit_int() 2904 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name); in ocs_mgmt_emit_boolean() 2907 static char *mode_string(int mode) in mode_string() function
|