Home
last modified time | relevance | path

Searched refs:addchar (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/arch/m68k/m68k/
H A Ddb_disasm.c280 addchar('@'); in opcode_bitmanip()
281 addchar('('); in opcode_bitmanip()
285 addchar(')'); in opcode_bitmanip()
310 addchar(','); in opcode_bitmanip()
332 addchar(','); in opcode_bitmanip()
350 addchar(':'); in opcode_bitmanip()
352 addchar(','); in opcode_bitmanip()
355 addchar(':'); in opcode_bitmanip()
554 addchar(','); in opcode_move()
921 addchar(ch); in opcode_addsub()
[all …]
/netbsd/usr.bin/m4/
H A Dgnum4.c232 addchar(int c) in addchar() function
247 addchar('\0'); in getstring()
299 addchar(p[1]); in add_replace()
407 addchar(*p); in twiddle()
411 addchar('\\'); in twiddle()
442 addchar('\\'); in twiddle()
444 addchar(*p); in twiddle()
472 addchar(*s); in checkempty()
578 addchar('%'); in doformat()
636 addchar(' '); in doformat()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dregsub.c71 addchar(struct str *s, int c) in addchar() function
132 addchar(&s, c); in regsub1()
139 addchar(&s, '\0'); in regsub1()
/netbsd/lib/libc/regex/
H A Dregsub.c73 addchar(struct str *s, int c) in addchar() function
134 addchar(&s, c); in regsub1()
141 addchar(&s, '\0'); in regsub1()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dregsub.c71 addchar(struct str *s, int c) in addchar() function
132 addchar(&s, c); in regsub1()
139 addchar(&s, '\0'); in regsub1()
/netbsd/usr.bin/stat/
H A Dstat.c196 #define addchar(s, c, nl) \ macro
391 addchar(stdout, *statfmt, &nl); in output()
408 addchar(stdout, '\n', &nl); in output()
412 addchar(stdout, '\t', &nl); in output()
416 addchar(stdout, '%', &nl); in output()
424 addchar(stdout, *p, &nl); in output()
552 addchar(stdout, buf[i], &nl); in output()