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

  /src/external/gpl2/rcs/dist/src/
merger.c 137 aputs(tostdout ? "1,$p\n" : "w\n", f);
rcsedit.c 937 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...]
rlog.c 411 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);
rcsgen.c 455 aputs(">> ", stderr);
495 aputs(Kaccess, fout);
rcsrev.c 880 aputs("No input file\n",stderr);
896 aputs("\nEnter revision number or <return> or '.': ",stderr);
rcssyn.c 671 aputs("No input file\n",stderr);
rcs.c 1043 aputs("State the reason for breaking the lock:\n(terminate with single '.' or end of file)\n>> ", stderr);
1059 aputs(">> ", stderr);
rcslex.c 1444 aputs(s, iop) function
1524 aputs("No input file\n",stderr);
rcsbase.h 581 void aputs P((char const*,FILE*));
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 5894 #define aputs(x) fputs(x, asm_out_file)
5899 aputs ("\t.LEVEL 2.0w\n");
5901 aputs ("\t.LEVEL 2.0\n");
5903 aputs ("\t.LEVEL 1.1\n");
5905 aputs ("\t.LEVEL 1.0\n");
5911 aputs ("\t.SPACE $PRIVATE$");
5913 aputs (",SORT=16");
5914 aputs ("\n\t.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31");
5916 aputs ("\n\t.SUBSPA $TM_CLONE_TABLE$,QUAD=1,ALIGN=8,ACCESS=31");
5917 aputs ("\n\t.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
5882 #define aputs macro
5977 #undef aputs macro
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 5746 #define aputs(x) fputs(x, asm_out_file)
5751 aputs ("\t.LEVEL 2.0w\n");
5753 aputs ("\t.LEVEL 2.0\n");
5755 aputs ("\t.LEVEL 1.1\n");
5757 aputs ("\t.LEVEL 1.0\n");
5763 aputs ("\t.SPACE $PRIVATE$");
5765 aputs (",SORT=16");
5766 aputs ("\n\t.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31");
5768 aputs ("\n\t.SUBSPA $TM_CLONE_TABLE$,QUAD=1,ALIGN=8,ACCESS=31");
5769 aputs ("\n\t.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
5734 #define aputs macro
5829 #undef aputs macro
    [all...]

Completed in 35 milliseconds