HomeSort by: relevance | last modified time | path
    Searched defs:vprintf (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/lib/libsa/
subr_prf.c 144 vprintf(const char *fmt, va_list ap) function in typeref:typename:void
stand.h 80 #define vprintf libsa_vprintf macro
251 void vprintf(const char *, va_list)
  /src/sbin/restore/
restore.h 165 #define vprintf if (vflag) fprintf macro
  /src/sys/external/bsd/acpica/dist/utilities/
utprint.c 894 * FUNCTION: vprintf
906 vprintf ( function in typeref:typename:int
947 Length = vprintf (Format, Args);
  /src/sys/kern/
subr_prf.c 1093 * normal kernel printf functions: printf, vprintf, snprintf, vsnprintf
1110 * vprintf: print a message to the console and the log [already have
1115 vprintf(const char *fmt, va_list ap) function in typeref:typename:void

Completed in 14 milliseconds