| /src/sys/arch/macppc/stand/bootxx/ |
| bootxx.c | 303 putstrn(const char *s, size_t n) function 308 #define putstr(x) putstrn((x),sizeof(x)-1) 309 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0) 349 putstrn(bootpath, i);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-file.c | 56 ui_file::putstrn (const char *str, int n, int quoter, bool async_safe) function in class:ui_file
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-file.c | 56 ui_file::putstrn (const char *str, int n, int quoter, bool async_safe) function in class:ui_file
|