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

  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_mangle.sh 4 symbol_prefix=$2
22 echo "# define ${n} ${symbol_prefix}${n}"
29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
40 echo "# undef ${symbol_prefix}${n}"
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_mangle.sh 4 symbol_prefix=$2
22 echo "# define ${n} ${symbol_prefix}${n}"
29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
40 echo "# undef ${symbol_prefix}${n}"
  /src/external/bsd/byacc/dist/
output.c 132 fprintf(fp, "#define %-10s %s%s\n", name, symbol_prefix, name + 2);
142 if (symbol_prefix == NULL)
144 symbol_prefix = "yy";
190 fprintf(fp, "#define YYPREFIX \"%s\"\n", symbol_prefix);
238 int need = 34 - (int)(strlen(symbol_prefix) + strlen(name));
244 StaticOrR, symbol_prefix, name, need, value);
252 StaticOrR, symbol_prefix, name);
1218 fprintf(defines_file, "#ifndef _%s_defines_h_\n", symbol_prefix);
1219 fprintf(defines_file, "#define _%s_defines_h_\n\n", symbol_prefix);
1225 fprintf(defines_file, "\n#endif /* _%s_defines_h_ */\n", symbol_prefix);
    [all...]
main.c 55 const char *symbol_prefix; variable
261 { " -p symbol_prefix set symbol prefix (default \"yy\")" },
446 symbol_prefix = optarg;
519 symbol_prefix = s;
521 symbol_prefix = argv[i];

Completed in 60 milliseconds