Home
last modified time | relevance | path

Searched refs:mode_string (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c69 mode_string ((unsigned long) statp->st_mode, str);
119 mode_string (unsigned long mode, char *str) in mode_string() function
H A Dbucomm.h182 void mode_string (unsigned long, char *);
H A Dbucomm.c376 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
H A DChangeLog-91973782 (mode_string): Use POSIX definitions.
3788 * bucomm.h (mode_string): Declare.
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dbucomm.h211 void mode_string (unsigned long, char *);
H A Dfilemode.c107 mode_string (unsigned long mode, char *str) in mode_string() function
H A Dbucomm.c377 mode_string (buf.st_mode, modebuf); in print_arelt_descr()
H A DChangeLog-91973782 (mode_string): Use POSIX definitions.
3788 * bucomm.h (mode_string): Declare.
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dclient.c327 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 Dserver.c3638 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 DChangeLog-93951081 * client.c (update_entries): Fix memory leak; free mode_string and
H A DChangeLog-964140 mode_string, rather than going through a mode_t. Cleaner than