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

  /src/external/gpl3/gdb/dist/gdb/
ser-uds.c 26 #ifndef UNIX_PATH_MAX
27 #define UNIX_PATH_MAX sizeof(((struct sockaddr_un *) NULL)->sun_path)
37 if (strlen (name) > UNIX_PATH_MAX - 1)
39 pulongest (UNIX_PATH_MAX - 1L));
43 strncpy (addr.sun_path, name, UNIX_PATH_MAX - 1);
  /src/external/gpl3/gdb.old/dist/gdb/
ser-uds.c 26 #ifndef UNIX_PATH_MAX
27 #define UNIX_PATH_MAX sizeof(((struct sockaddr_un *) NULL)->sun_path)
37 if (strlen (name) > UNIX_PATH_MAX - 1)
39 pulongest (UNIX_PATH_MAX - 1L));
43 strncpy (addr.sun_path, name, UNIX_PATH_MAX - 1);
  /src/external/gpl3/gdb/dist/gdbsupport/
agent.cc 127 #ifndef UNIX_PATH_MAX
128 #define UNIX_PATH_MAX sizeof(((struct sockaddr_un *) NULL)->sun_path)
142 char path[UNIX_PATH_MAX];
144 res = xsnprintf (path, UNIX_PATH_MAX, "%s/gdb_ust%d", P_tmpdir, pid);
145 if (res >= UNIX_PATH_MAX)
157 res = xsnprintf (addr.sun_path, UNIX_PATH_MAX, "%s", path);
158 if (res >= UNIX_PATH_MAX)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
agent.cc 127 #ifndef UNIX_PATH_MAX
128 #define UNIX_PATH_MAX sizeof(((struct sockaddr_un *) NULL)->sun_path)
142 char path[UNIX_PATH_MAX];
144 res = xsnprintf (path, UNIX_PATH_MAX, "%s/gdb_ust%d", P_tmpdir, pid);
145 if (res >= UNIX_PATH_MAX)
157 res = xsnprintf (addr.sun_path, UNIX_PATH_MAX, "%s", path);
158 if (res >= UNIX_PATH_MAX)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
un.d 47 enum UNIX_PATH_MAX = 108;
52 byte[UNIX_PATH_MAX] sun_path;
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
sockets.h 78 # ifndef UNIX_PATH_MAX
79 # define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path)
  /src/crypto/external/apache2/openssl/dist/include/internal/
sockets.h 104 #ifndef UNIX_PATH_MAX
105 #define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path)
  /src/crypto/external/bsd/openssl/dist/include/internal/
sockets.h 82 # ifndef UNIX_PATH_MAX
83 # define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path)
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 6827 #ifndef UNIX_PATH_MAX
6828 #define UNIX_PATH_MAX sizeof(((struct sockaddr_un *) NULL)->sun_path)
6896 static char agent_socket_name[UNIX_PATH_MAX];
6903 result = snprintf (agent_socket_name, UNIX_PATH_MAX, "%s/gdb_ust%d",
6905 if (result >= UNIX_PATH_MAX)
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 6827 #ifndef UNIX_PATH_MAX
6828 #define UNIX_PATH_MAX sizeof(((struct sockaddr_un *) NULL)->sun_path)
6896 static char agent_socket_name[UNIX_PATH_MAX];
6903 result = snprintf (agent_socket_name, UNIX_PATH_MAX, "%s/gdb_ust%d",
6905 if (result >= UNIX_PATH_MAX)

Completed in 39 milliseconds