Home
last modified time | relevance | path

Searched refs:mode_string (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Dbucomm.h59 void mode_string (unsigned long, char *);
H A Dfilemode.c108 mode_string (unsigned long mode, char *str) in mode_string() function
H A Dbucomm.c378 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
H A DChangeLog-91973782 (mode_string): Use POSIX definitions.
3788 * bucomm.h (mode_string): Declare.
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_mgmt.c2728 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