Searched refs:mode_string (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | filemode.c | 69 mode_string ((unsigned long) statp->st_mode, str); 119 mode_string (unsigned long mode, char *str) in mode_string() function
|
H A D | bucomm.h | 182 void mode_string (unsigned long, char *);
|
H A D | bucomm.c | 376 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
|
H A D | ChangeLog-9197 | 3782 (mode_string): Use POSIX definitions. 3788 * bucomm.h (mode_string): Declare.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | bucomm.h | 211 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 | 377 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
|
H A D | ChangeLog-9197 | 3782 (mode_string): Use POSIX definitions. 3788 * bucomm.h (mode_string): Declare.
|
/openbsd-src/gnu/usr.bin/cvs/src/ |
H A D | client.c | 327 change_mode (filename, mode_string, respect_umask) in change_mode() argument 329 char *mode_string; 341 p = mode_string; 374 p = mode_string; 1706 char *mode_string; local 1713 read_line (&mode_string); 1798 free (mode_string); 2064 free (mode_string); 2073 int status = change_mode (filename, mode_string, 1); 2078 free (mode_string); [all …]
|
H A D | server.c | 3638 char *mode_string; local 3650 mode_string = mode_to_string (sb.st_mode); 3651 buf_output0 (protocol, mode_string); 3653 free (mode_string); 4204 char *mode_string; local 4206 mode_string = mode_to_string (mode); 4207 buf_output0 (protocol, mode_string); 4209 free (mode_string);
|
H A D | ChangeLog-9395 | 1081 * client.c (update_entries): Fix memory leak; free mode_string and
|
H A D | ChangeLog-96 | 4140 mode_string, rather than going through a mode_t. Cleaner than
|