Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dclient.h18 char *mode_to_string (mode_t);
H A Dclient.c228 mode_to_string (mode_t mode) in mode_to_string() function
4304 mode_string = mode_to_string (sb.st_mode); in send_modified()
H A Dserver.c4518 mode_string = mode_to_string (sb.st_mode); in checked_in_response()
5121 mode_string = mode_to_string (mode); in server_updated()
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,
H A DChangeLog1131 * client.c (mode_to_string): Use Xasprintf.