Home
last modified time | relevance | path

Searched defs:puts (Results 1 – 10 of 10) sorted by last modified time

/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h284 #define puts win32_puts macro
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_print.h79 void (*puts)(struct drm_printer *p, const char *str); member
/openbsd/sys/arch/i386/stand/biosboot/
H A Dbiosboot.S135 #define puts(s) movw $s, %si; call Lmessage macro
/openbsd/sys/arch/amd64/stand/biosboot/
H A Dbiosboot.S135 #define puts(s) movw $s, %si; call Lmessage macro
/openbsd/sys/arch/alpha/stand/
H A Dputs.c7 puts(s) in puts() function
/openbsd/sys/arch/i386/stand/mbr/
H A Dmbr.S86 #define puts(s) movw $s, %si; call Lmessage macro
/openbsd/sys/arch/amd64/stand/mbr/
H A Dmbr.S86 #define puts(s) movw $s, %si; call Lmessage macro
/openbsd/sys/kern/
H A Dsubr_prf.c1094 puts(const char *str) in puts() function
/openbsd/lib/libc/stdio/
H A Dputs.c43 puts(const char *s) in puts() function
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c954 WRAPPER2(int, puts, const char *s) in WRAPPER2() argument