OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:putstrn
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/macppc/stand/bootxx/
bootxx.c
303
putstrn
(const char *s, size_t n)
function in typeref:typename:void
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);
bootxx.c
303
putstrn
(const char *s, size_t n)
function in typeref:typename:void
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);
Completed in 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025