Searched defs:with (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/lib/libc/stdio/ |
H A D | printfcommon.h | 115 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, in io_pad() 135 int len, const CHAR * __restrict with, locale_t locale) in io_printandpad()
|
H A D | vfprintf.c | 376 PAD(howmany,with) __vfprintf() argument 380 PRINTANDPAD(p,ep,len,with) __vfprintf() argument [all...] |
H A D | xprintf_float.c | 70 #define PRINTANDPAD(p, ep, len, with) do { \ argument
|
H A D | vfwprintf.c | 451 #define PRINTANDPAD(p, ep, len, with) { \ in __vfwprintf() argument 455 PRINTANDPAD(p,ep,len,with) __vfwprintf() argument [all...] |
H A D | xprintf.c | 141 const char *with; in __printf_pad() local
|
/freebsd-src/contrib/bc/src/ |
H A D | bc_lex.c | 157 bc_lex_assign(BcLex * l,BcLexType with,BcLexType without) bc_lex_assign() argument
|
/freebsd-src/crypto/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 752 sub with { subroutine
|
/freebsd-src/contrib/sendmail/libsm/ |
H A D | vfprintf.c | 232 #define PAD(howmany, with) do \ argument
|
/freebsd-src/contrib/libedit/ |
H A D | readline.c | 523 _rl_compat_sub(const char *str, const char *what, const char *with, in _rl_compat_sub() 752 char *with = el_realloc(*top, size * sizeof(*with)); in getto() local
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 284 error(toString(file) + " is incompatible with " + target); in isCompatible() local [all...] |