Searched refs:_add (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/tzcode/ |
| H A D | strftime.c | 163 static char * _add(const char *, char *, const char *); 234 pt = _add((t->tm_wday < 0 || in _fmt() 240 pt = _add((t->tm_wday < 0 || in _fmt() 246 pt = _add((t->tm_mon < 0 || in _fmt() 253 pt = _add((t->tm_mon < 0 || in _fmt() 333 pt = _add("kitchen sink", pt, ptlim); in _fmt() 357 pt = _add("\n", pt, ptlim); in _fmt() 360 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt() 405 pt = _add(buf, pt, ptlim); in _fmt() 412 pt = _add("\t", pt, ptlim); in _fmt() [all …]
|
| /freebsd/lib/libc/stdtime/ |
| H A D | strftime.c | 35 static char * _add(const char *, char *, const char *); 134 pt = _add((t->tm_wday < 0 || in _fmt() 140 pt = _add((t->tm_wday < 0 || in _fmt() 146 pt = _add((t->tm_mon < 0 || in _fmt() 154 pt = _add((t->tm_mon < 0 || in _fmt() 253 pt = _add("kitchen sink", pt, ptlim); in _fmt() 281 pt = _add("\n", pt, ptlim); in _fmt() 284 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt() 313 pt = _add(buf, pt, ptlim); in _fmt() 320 pt = _add("\t", pt, ptlim); in _fmt() [all …]
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | helper.py | 36 def _add(d): function 44 _add(FUZZER + "-seed")
|
| /freebsd/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | rpc_compat.h | 53 (*(msg)->base->member##_add)(msg, ## args)
|
| H A D | rpc.h | 132 (*(msg)->base->member##_add)((msg), (value)) 137 (*(msg)->base->member##_add)(msg)
|
| /freebsd/contrib/libevent/include/event2/ |
| H A D | rpc_compat.h | 53 (*(msg)->base->member##_add)(msg, ## args)
|
| H A D | rpc.h | 132 (*(msg)->base->member##_add)((msg), (value)) 137 (*(msg)->base->member##_add)(msg)
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | average.h | 72 ewma_ ## _name ## _add(struct ewma_ ## _name *ewma, unsigned long x) \
|
| /freebsd/sys/ddb/ |
| H A D | ddb.h | 154 db##_table##_##_name##_add(void *arg __unused) \ 160 db##_table##_##_name##_add, NULL); \
|
| /freebsd/crypto/krb5/src/util/ |
| H A D | t_bimap.pm | 104 <NAME>_add (<NAME> *m, <LEFT> l, <RIGHT> r)
|
| /freebsd/contrib/elftoolchain/elfcopy/ |
| H A D | elfcopy.h | 315 const char *_name, int _add);
|
| /freebsd/sys/dev/hptrr/ |
| H A D | ldm.h | 328 prefix ## _add, \
|
| /freebsd/crypto/openssl/ |
| H A D | Configure | 3128 sub _add { subroutine 3169 sub { _add($separator, @x, @_) }; 3178 sub { _add($separator, @_, @x) };
|
| /freebsd/sys/dev/hpt27xx/ |
| H A D | ldm.h | 334 prefix ## _add, \
|
| /freebsd/sys/dev/hptnr/ |
| H A D | ldm.h | 333 prefix ## _add, \
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 771 def shl#I#_add : PatFrag <
|