Searched defs:with (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/usr.bin/tmux/ |
H A D | regsub.c | 37 regsub_expand(char **buf, ssize_t *len, const char *with, const char *text, in regsub_expand() 61 regsub(const char *pattern, const char *with, const char *text, int flags) in regsub()
|
H A D | format.c | 3969 format_sub(struct format_modifier * fm,const char * text,const char * pattern,const char * with) format_sub() argument [all...] |
/openbsd-src/lib/libc/stdio/ |
H A D | vfwprintf.c | 361 #define PAD(howmany, with) do { \ in __vfwprintf() argument 370 #define PRINTANDPAD(p, ep, len, with) do { \ in __vfwprintf() argument
|
H A D | vfprintf.c | 378 #define PAD(howmany, with) do { \ in __vfprintf() argument 387 #define PRINTANDPAD(p, ep, len, with) do { \ in __vfprintf() argument
|
/openbsd-src/lib/libedit/ |
H A D | readline.c | 462 _rl_compat_sub(const char *str, const char *what, const char *with, in _rl_compat_sub() 776 char *what, *with, delim; in _history_expand_command() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | regmove.c | 62 int with[MAX_RECOG_OPERANDS]; member
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | regmove.c | 66 int with[MAX_RECOG_OPERANDS]; member
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | InputFiles.cpp | 259 std::string with; in isCompatible() local
|