Searched refs:__mod (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_coroutine.lua | 294 __mod = function(a,b) coroutine.yield(nil, "mod"); return a.x % b.x end, function
|
| H A D | tst.lib_base.lua | 134 t.__mod = f("mod")
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | locale | 1587 …_b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm, char __fmt, char __mod = 0) 1589 return do_get(__b, __e, __iob, __err, __tm, __fmt, __mod); 1618 … iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm, char __fmt, char __mod) const; 2109 void __do_put(char* __nb, char*& __ne, const tm* __tm, char __fmt, char __mod) const; 2111 void __do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) const; 2128 …put(iter_type __s, ios_base& __iob, char_type __fl, const tm* __tm, char __fmt, char __mod = 0) co… 2129 return do_put(__s, __iob, __fl, __tm, __fmt, __mod); 2136 …ter_type do_put(iter_type __s, ios_base&, char_type, const tm* __tm, char __fmt, char __mod) const; 2157 char __mod = 0; 2165 __mod = __fmt; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 5040 void __time_put::__do_put(char* __nb, char*& __ne, const tm* __tm, char __fmt, char __mod) const { in __do_put() 5041 char fmt[] = {'%', __fmt, __mod, 0}; in __do_put() 5042 if (__mod != 0) in __do_put() 5049 void __time_put::__do_put(wchar_t* __wb, wchar_t*& __we, const tm* __tm, char __fmt, char __mod) co… in __do_put() 5052 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put()
|