HomeSort by: relevance | last modified time | path
    Searched defs:make_label (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tmux/dist/
tmux.c 47 static char *make_label(const char *, char **);
187 make_label(const char *label, char **cause) function
526 if ((path = make_label(label, &cause)) == NULL) {
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 2301 make_label (const char *prefix, const char *name)
4099 head_label = make_label ("_head_", imp_name_lab);
4123 head_label = make_label ("__tailMerge_", imp_name_lab);
2300 make_label (const char *prefix, const char *name) function
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 2300 make_label (const char *prefix, const char *name)
4098 head_label = make_label ("_head_", imp_name_lab);
4122 head_label = make_label ("__tailMerge_", imp_name_lab);
2299 make_label (const char *prefix, const char *name) function
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 4026 make_label (location_t location, tree name, bool defining,
4076 label = make_label (input_location, name, false, &label_vars);
4186 label = make_label (input_location, name, false, &label_vars);
4302 label = make_label (location, name, true, &label_vars);
4010 make_label (location_t location, tree name, bool defining, function
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 3841 make_label (location_t location, tree name, bool defining,
3891 label = make_label (input_location, name, false, &label_vars);
3995 label = make_label (input_location, name, false, &label_vars);
4110 label = make_label (location, name, true, &label_vars);
3825 make_label (location_t location, tree name, bool defining, function

Completed in 32 milliseconds