Home
last modified time | relevance | path

Searched defs:with (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dprintfcommon.h115 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 Dvfprintf.c373 #define PAD(howmany, with) { \ in __vfprintf() argument
377 #define PRINTANDPAD(p, ep, len, with) { \ in __vfprintf() argument
H A Dxprintf_float.c70 #define PRINTANDPAD(p, ep, len, with) do { \ argument
H A Dvfwprintf.c447 #define PAD(howmany, with) { \ in __vfwprintf() argument
451 #define PRINTANDPAD(p, ep, len, with) { \ in __vfwprintf() argument
H A Dxprintf.c141 const char *with; in __printf_pad() local
/freebsd/contrib/bc/src/
H A Dbc_lex.c159 bc_lex_assign(BcLex* l, BcLexType with, BcLexType without) in bc_lex_assign()
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm752 sub with { subroutine
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c232 #define PAD(howmany, with) do \ argument
/freebsd/contrib/libedit/
H A Dreadline.c523 _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 DInputFiles.cpp295 std::string with; in isCompatible() local