Home
last modified time | relevance | path

Searched refs:aputs (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsedit.c937 aputs(keyval.string, out);
967 aputs(keyval.string, out);
984 aputs(keyval.string, out);
1001 case '\t': aputs("\\t", out); break;
1002 case '\n': aputs("\\n", out); break;
1003 case ' ': aputs("\\040", out); break;
1004 case KDELIM: aputs("\\044", out); break;
1005 case '\\': if (VERSION(5)<=RCSversion) {aputs("\\\\", out); break;}
1049 aputs(delta->author, out);
1052 aputs(date2str(date,datebuf), out);
[all …]
H A Drlog.c411 aputs(" ; strict" + (Locks?3:0), out);
413 aputs(accessListString, out); /* print access list */
421 aputs("\nsymbolic names:", out); /* print symbolic names */
426 aputs("\ncomment leader: \"", out);
458 aputs("description:\n", out);
471 aputs("=============================================================================\n",out);
606 aputs("\nbranches:", out);
H A Dmerger.c137 aputs(tostdout ? "1,$p\n" : "w\n", f);
H A Drcsgen.c455 aputs(">> ", stderr);
495 aputs(Kaccess, fout); in putadmin()
H A Drcsrev.c880 aputs("No input file\n",stderr);
896 aputs("\nEnter revision number or <return> or '.': ",stderr);
H A Drcssyn.c671 aputs("No input file\n",stderr);
H A Drcslex.c1444 aputs(s, iop) in aputs() function
1524 aputs("No input file\n",stderr);
H A Drcs.c1043aputs("State the reason for breaking the lock:\n(terminate with single '.' or end of file)\n>> ", …
1059 aputs(">> ", stderr);
H A Drcsbase.h581 void aputs P((char const*,FILE*));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc5729 #define aputs(x) fputs(x, asm_out_file) macro
5734 aputs ("\t.LEVEL 2.0w\n"); in pa_file_start_level()
5736 aputs ("\t.LEVEL 2.0\n"); in pa_file_start_level()
5738 aputs ("\t.LEVEL 1.1\n"); in pa_file_start_level()
5740 aputs ("\t.LEVEL 1.0\n"); in pa_file_start_level()
5746 aputs ("\t.SPACE $PRIVATE$"); in pa_file_start_space()
5748 aputs (",SORT=16"); in pa_file_start_space()
5749 aputs ("\n\t.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31"); in pa_file_start_space()
5751 aputs ("\n\t.SUBSPA $TM_CLONE_TABLE$,QUAD=1,ALIGN=8,ACCESS=31"); in pa_file_start_space()
5752 aputs ("\n\t.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82" in pa_file_start_space()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c5695 #define aputs(x) fputs(x, asm_out_file) macro
5700 aputs ("\t.LEVEL 2.0w\n"); in pa_file_start_level()
5702 aputs ("\t.LEVEL 2.0\n"); in pa_file_start_level()
5704 aputs ("\t.LEVEL 1.1\n"); in pa_file_start_level()
5706 aputs ("\t.LEVEL 1.0\n"); in pa_file_start_level()
5712 aputs ("\t.SPACE $PRIVATE$"); in pa_file_start_space()
5714 aputs (",SORT=16"); in pa_file_start_space()
5715 aputs ("\n\t.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31"); in pa_file_start_space()
5717 aputs ("\n\t.SUBSPA $TM_CLONE_TABLE$,QUAD=1,ALIGN=8,ACCESS=31"); in pa_file_start_space()
5718 aputs ("\n\t.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82" in pa_file_start_space()
[all …]