Home
last modified time | relevance | path

Searched refs:command_geterr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/ia64/stand/common/
H A Dinterp.c142 printf("%s: %s\n", argv[0], command_geterr()); in interact()
294 printf("%s: %s\n", argv[0], command_geterr()); in include()
H A Dbootstrap.h55 const char *command_geterr(void);
H A Dcommands.c52 command_geterr(void) in command_geterr() function