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

  /external/bison/src/
files.c 61 DIR_PREFIX is `dir/' and ALL_BUT_EXT and ALL_BUT_TAB_EXT are `dir/foo'.
63 If --output=dir/foo.tab.c was specified, DIR_PREFIX is `dir/',
72 If neither --output nor --file was specified, DIR_PREFIX is the
78 char *dir_prefix; variable
242 dir_prefix = xstrndup (spec_outfile, base - spec_outfile);
265 dir_prefix =
273 dir_prefix = xstrdup ("");
280 dir_prefix = xstrdup ("");
391 free (dir_prefix);
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 683 const char* dir_prefix = "dir_"; local
714 buffer << test_dir_name << '/' << dir_prefix << i;

Completed in 84 milliseconds