HomeSort by: relevance | last modified time | path
    Searched refs:mode_string (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
bucomm.h 69 void mode_string (unsigned long, char *);
filemode.c 108 mode_string (unsigned long mode, char *str)
107 mode_string (unsigned long mode, char *str) function
bucomm.c 471 mode_string (buf.st_mode, modebuf);
windres.c 934 && (mode_string (statbuf.st_mode, modebuf), modebuf[0] == 'd'))
  /src/external/gpl3/binutils.old/dist/binutils/
bucomm.h 69 void mode_string (unsigned long, char *);
filemode.c 108 mode_string (unsigned long mode, char *str)
107 mode_string (unsigned long mode, char *str) function
bucomm.c 471 mode_string (buf.st_mode, modebuf);
windres.c 934 && (mode_string (statbuf.st_mode, modebuf), modebuf[0] == 'd'))
  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 2241 char *mode_string; local
2250 c = get_symbol_name (&mode_string);
2251 mode_string = xstrdup (mode_string);
2255 if (mode_string != NULL)
2260 for (p = mode_string; *p != 0; p++)
2263 if (strcmp (mode_string, "push") == 0)
2273 else if (strcmp (mode_string, "pop") == 0)
2282 if (strcmp (mode_string, "esa") == 0)
2284 else if (strcmp (mode_string, "zarch") == 0
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 2241 char *mode_string; local
2250 c = get_symbol_name (&mode_string);
2251 mode_string = xstrdup (mode_string);
2255 if (mode_string != NULL)
2260 for (p = mode_string; *p != 0; p++)
2263 if (strcmp (mode_string, "push") == 0)
2273 else if (strcmp (mode_string, "pop") == 0)
2282 if (strcmp (mode_string, "esa") == 0)
2284 else if (strcmp (mode_string, "zarch") == 0
    [all...]
  /src/external/gpl2/xcvs/dist/src/
client.c 257 * Change mode of FILENAME to MODE_STRING.
262 change_mode (const char *filename, const char *mode_string, int respect_umask)
273 p = mode_string;
306 p = mode_string;
1445 char *mode_string;
1452 read_line (&mode_string);
1538 free (mode_string);
1803 free (mode_string);
1812 int status = change_mode (filename, mode_string, 1);
1817 free (mode_string);
1444 char *mode_string; local
4294 char *mode_string; local
    [all...]
server.c 4506 char *mode_string; local
4518 mode_string = mode_to_string (sb.st_mode);
4519 buf_output0 (protocol, mode_string);
4521 free (mode_string);
5119 char *mode_string; local
5121 mode_string = mode_to_string (mode);
5122 buf_output0 (protocol, mode_string);
5124 free (mode_string);

Completed in 42 milliseconds