Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dclient.h4 extern char *mode_to_string PROTO((mode_t));
H A Dclient.c290 mode_to_string (mode_t mode) in mode_to_string() function
292 mode_to_string (mode) in mode_to_string()
5038 mode_string = mode_to_string (sb.st_mode);
H A Dserver.c3650 mode_string = mode_to_string (sb.st_mode);
4206 mode_string = mode_to_string (mode);
H A DChangeLog-93952243 * client.c (mode_to_string): Changed to take mode_t instead of
2246 * client.h (mode_to_string): Updated declaration.
H A DChangeLog-961846 * client.c (mode_to_string, handle_m, handle_e,