Searched defs:with (Results 1 – 10 of 10) sorted by relevance
/freebsd/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 | 373 #define PAD(howmany, with) { \ in __vfprintf() argument 377 #define PRINTANDPAD(p, ep, len, with) { \ in __vfprintf() argument
|
H A D | xprintf_float.c | 70 #define PRINTANDPAD(p, ep, len, with) do { \ argument
|
H A D | vfwprintf.c | 447 #define PAD(howmany, with) { \ in __vfwprintf() argument 451 #define PRINTANDPAD(p, ep, len, with) { \ in __vfwprintf() argument
|
H A D | xprintf.c | 141 const char *with; in __printf_pad() local
|
/freebsd/contrib/bc/src/ |
H A D | bc_lex.c | 159 bc_lex_assign(BcLex* l, BcLexType with, BcLexType without) in bc_lex_assign()
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 752 sub with { subroutine
|
/freebsd/contrib/sendmail/libsm/ |
H A D | vfprintf.c | 232 #define PAD(howmany, with) do \ argument
|
/freebsd/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/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 295 std::string with; in isCompatible() local
|