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

  /src/usr.bin/xlint/lint1/
emit1.c 103 outchar('c');
105 outchar('v');
107 outchar(ss[ts]);
108 outchar(tt[ts]);
130 outchar('E');
158 outchar('.');
160 outchar('.');
189 outchar('d'); /* declaration */
191 outchar('.');
197 outchar('d'); /* defined *
    [all...]
mem1.c 142 outchar('s');
144 outchar('\n');
  /src/usr.bin/xlint/lint2/
emit2.c 58 outchar('c');
60 outchar('v');
62 outchar(ss[ts]);
64 outchar('f');
66 outchar(tt[ts]);
80 outchar('.');
82 outchar('.');
96 outchar('E');
108 outchar('d'); /* definition */
110 outchar('.')
    [all...]
  /src/usr.bin/xlint/common/
emit.c 69 outchar(char c) function
84 outchar(*s++);
111 outchar('S');
113 outchar('\n');
externs.h 64 void outchar(char);
  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fphex.c 37 #define outchar(ch) \
52 outchar (*wptr++); \
55 outchar (*ptr++); \
218 outchar ('-');
220 outchar ('+');
222 outchar (' ');
441 outchar ('-');
443 outchar ('+');
445 outchar (' ');
447 outchar ('0')
36 #define outchar macro
    [all...]
printf_fp.c 50 #define outchar(ch) \
82 outchar (*wptr++); \
85 outchar (*ptr++); \
422 outchar ('-');
424 outchar ('+');
426 outchar (' ');
1146 outchar ('-');
1148 outchar ('+');
1150 outchar (' ');
49 #define outchar macro
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fphex.c 37 #define outchar(ch) \
52 outchar (*wptr++); \
55 outchar (*ptr++); \
218 outchar ('-');
220 outchar ('+');
222 outchar (' ');
441 outchar ('-');
443 outchar ('+');
445 outchar (' ');
447 outchar ('0')
36 #define outchar macro
    [all...]
printf_fp.c 50 #define outchar(ch) \
82 outchar (*wptr++); \
85 outchar (*ptr++); \
422 outchar ('-');
424 outchar ('+');
426 outchar (' ');
1146 outchar ('-');
1148 outchar ('+');
1150 outchar (' ');
49 #define outchar macro
  /src/usr.bin/ul/
ul.c 87 static int outchar(int);
95 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)
412 outchar(int c) function

Completed in 42 milliseconds