HomeSort by relevance Sort by last modified time
    Searched refs:append_dot (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
dirname-lgpl.c 74 bool append_dot = (length == 0 local
78 char *dir = malloc (length + append_dot + 1);
82 if (append_dot)
  /ndk/sources/host-tools/sed-4.2.1/lib/
dirname.c 74 bool append_dot = (length == 0 local
78 char *dir = xmalloc (length + append_dot + 1);
80 if (append_dot)

Completed in 257 milliseconds