Searched refs:mode_string (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.h60 void mode_string (unsigned long, char *);
H A Dfilemode.c109 mode_string (unsigned long mode, char *str)
108 mode_string (unsigned long mode, char *str) function
H A Dbucomm.c382 mode_string (buf.st_mode, modebuf);
/freebsd-11-stable/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));
2853 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), value, name);
2881 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name);
2904 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name);
2907 static char *mode_string(int mode) function

Completed in 102 milliseconds