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

  /src/external/gpl3/gdb/dist/gnulib/import/
dirname-lgpl.c 74 bool append_dot = (length == 0 local
78 char *dir = malloc (length + append_dot + 1);
82 if (append_dot)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
dirname-lgpl.c 74 bool append_dot = (length == 0 local
78 char *dir = malloc (length + append_dot + 1);
82 if (append_dot)
  /src/external/gpl2/xcvs/dist/lib/
dirname.c 59 bool append_dot = (length == FILE_SYSTEM_PREFIX_LEN (file)); local
60 char *dir = xmalloc (length + append_dot + 1);
62 if (append_dot)
  /src/lib/libwrap/
socket.c 47 #ifdef APPEND_DOT
48 static const char *append_dot __P((const char *));
52 #ifdef APPEND_DOT
60 append_dot(name) function
189 #ifdef APPEND_DOT
190 if (getaddrinfo(append_dot(host->name), "0", &hints, &res0) == 0)
218 #ifdef APPEND_DOT
219 if (getaddrinfo(append_dot(host->name), "0", &hints, &res0) != 0)
  /src/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog 244 my $append_dot = 0;
259 'append-dot' => \$append_dot,
463 if ($append_dot)
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog 244 my $append_dot = 0;
259 'append-dot' => \$append_dot,
463 if ($append_dot)

Completed in 23 milliseconds