Searched refs:mode_string (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | bucomm.h | 59 void mode_string (unsigned long, char *);
|
| D | filemode.c | 108 mode_string (unsigned long mode, char *str) in mode_string() function
|
| D | bucomm.c | 378 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
|
| D | ChangeLog-9197 | 3782 (mode_string): Use POSIX definitions. 3788 * bucomm.h (mode_string): Declare.
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | client.c | 349 change_mode (filename, mode_string, respect_umask) in change_mode() argument 351 char *mode_string; 363 p = mode_string; 396 p = mode_string; 1821 char *mode_string; local 1829 read_line (&mode_string); 1916 free (mode_string); 2184 free (mode_string); 2193 int status = change_mode (filename, mode_string, 1); 2198 free (mode_string); [all …]
|
| D | server.c | 3743 char *mode_string; local 3755 mode_string = mode_to_string (sb.st_mode); 3756 buf_output0 (protocol, mode_string); 3758 free (mode_string); 4304 char *mode_string; local 4306 mode_string = mode_to_string (mode); 4307 buf_output0 (protocol, mode_string); 4309 free (mode_string);
|
| D | ChangeLog-9395 | 1081 * client.c (update_entries): Fix memory leak; free mode_string and
|
| D | ChangeLog-96 | 4140 mode_string, rather than going through a mode_t. Cleaner than
|