Searched refs:mode_string (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | bucomm.h | 66 void mode_string (unsigned long, char *);
|
H A D | filemode.c | 107 mode_string (unsigned long mode, char *str) in mode_string() function
|
H A D | bucomm.c | 439 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
|
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | client.c | 256 change_mode (const char *filename, const char *mode_string, int respect_umask) in change_mode() argument 267 p = mode_string; in change_mode() 300 p = mode_string; in change_mode() 1438 char *mode_string; in update_entries() local 1445 read_line (&mode_string); in update_entries() 1531 free (mode_string); in update_entries() 1796 free (mode_string); in update_entries() 1805 int status = change_mode (filename, mode_string, 1); in update_entries() 1810 free (mode_string); in update_entries() 4290 char *mode_string; in send_modified() local [all …]
|
H A D | server.c | 4494 char *mode_string; in checked_in_response() local 4506 mode_string = mode_to_string (sb.st_mode); in checked_in_response() 4507 buf_output0 (protocol, mode_string); in checked_in_response() 4509 free (mode_string); in checked_in_response() 5094 char *mode_string; in server_updated() local 5096 mode_string = mode_to_string (mode); in server_updated() 5097 buf_output0 (protocol, mode_string); in server_updated() 5099 free (mode_string); in server_updated()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | bucomm.h | 66 void mode_string (unsigned long, char *);
|
H A D | filemode.c | 107 mode_string (unsigned long mode, char *str) in mode_string() function
|
H A D | bucomm.c | 459 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
|