Home
last modified time | relevance | path

Searched refs:off_name (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.c744 const char *off_name = NULL; in print_operand_address() local
749 off_name = "zdaoff"; in print_operand_address()
754 off_name = "sdaoff"; in print_operand_address()
759 off_name = "tdaoff"; in print_operand_address()
763 if (off_name) in print_operand_address()
764 fprintf (file, "%s(", off_name); in print_operand_address()
774 const char *off_name; in print_operand_address() local
779 off_name = "zdaoff"; in print_operand_address()
784 off_name = "sdaoff"; in print_operand_address()
789 off_name = "tdaoff"; in print_operand_address()
[all …]
/openbsd/games/fortune/fortune/
H A Dfortune.c129 char *off_name(char *);
414 offensive = off_name(path); in add_file()
420 file = off_name(file); in add_file()
443 file = off_name(file); in add_file()
534 off_name(char *file) in off_name() function
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.c640 const char *off_name; local
645 off_name = "zdaoff";
650 off_name = "sdaoff";
655 off_name = "tdaoff";
661 fprintf (file, "%s(", off_name);
672 const char *off_name; local
677 off_name = "zdaoff";
682 off_name = "sdaoff";
687 off_name = "tdaoff";
693 fprintf (file, "%s(", off_name);