Searched refs:name_temp (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c454 const char *name_temp; local
556 name_temp = (const char *) sqlite3_column_text(stmt, 1);
560 if ((slash_ptr = strrchr(name_temp, '/')) != NULL)
561 name_temp = slash_ptr + 1;
565 name_temp);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dprintcmd.c647 char *name_temp = "";
687 name_temp = SYMBOL_PRINT_NAME (symbol);
689 name_temp = SYMBOL_LINKAGE_NAME (symbol);
701 name_temp = SYMBOL_PRINT_NAME (msymbol);
703 name_temp = SYMBOL_LINKAGE_NAME (msymbol);
722 *name = xstrdup (name_temp);
645 char *name_temp = ""; local

Completed in 233 milliseconds