/freebsd/share/examples/BSD_daemon/ |
H A D | beastie.svg | 4 …l 5 -11 l 4 -10 l 6 -11 l 6 -12 l 7 -12 l 8 -13 l 9 -12 l 8 -13 l 9 -12 l 10 -13 l 8 -9 l 8 -10 l … 5 …l 12 -1 l 12 0 l 13 -1 l 14 -1 l 13 0 l 14 -1 l 50 0 l 12 -1 l 109 0 l 10 -1 l 21 0 l 11 -1 l 11 -… 6 …l -1 0 l -3 -3 l -9 -7 l -15 -11 l -19 -14 l -21 -17 l -22 -16 l -21 -16 l -19 -15 l -17 -12 l -15… 7 …l 1 1 l 3 4 l 7 10 l 10 14 l 11 15 l 11 13 l 9 12 l 8 10 l 7 8 l 6 7 l 8 8 l 8 8 l 9 8 l 9 7 l 10 … 8 …l 1 0 l 4 3 l 10 6 l 16 10 l 19 11 l 20 12 l 18 11 l 17 9 l 14 8 l 13 7 l 10 5 l 11 5 l 22 10 l 11… 9 …l 3 5 l 4 5 l 5 5 l 4 5 l 5 4 l 5 4 l 12 6 l 7 3 l 7 2 l 7 2 l 7 1 l 7 1 l 16 2 l 7 1 l 7 1 l 7 0 … 10 …l 2 1 l 9 3 l 13 4 l 13 5 l 10 3 l 9 3 l 8 3 l 9 3 l 10 3 l 9 3 l 9 3 l 9 2 l 8 2 l 9 2 l 10 1 l 9… 11 …l -6 -7 l -6 -7 l -8 -7 l -8 -7 l -8 -8 l -9 -7 l -8 -7 l -7 -6 l -8 -6 l -9 -7 l -9 -6 l -9 -7 l … 12 …l -2 1 l -8 6 l -12 8 l -12 8 l -9 5 l -8 4 l -7 3 l -8 3 l -18 4 l -9 1 l -8 1 l -7 1 l -8 0 l -8… 13 …l -1 -1 l -7 -4 l -12 -8 l -15 -10 l -14 -9 l -12 -7 l -10 -6 l -10 -4 l -10 -4 l -10 -3 l -12 -3 … [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | version | 17 __cpp_lib_adaptor_iterator_pair_constructor 202106L <queue> <stack> 18 __cpp_lib_addressof_constexpr 201603L <memory> 19 __cpp_lib_allocate_at_least 202302L <memory> 20 __cpp_lib_allocator_traits_is_always_equal 201411L <deque> <forward_list> <list> 24 __cpp_lib_any 201606L <any> 25 __cpp_lib_apply 201603L <tuple> 26 __cpp_lib_array_constexpr 201811L <array> <iterator> 27 201603L // C++17 28 __cpp_lib_as_const 201510L <utility> 29 __cpp_lib_associative_heterogeneous_erasure 202110L <map> <set> <unordered_map> [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | obj_mac.h | 19 #define OBJ_undef 0L 24 #define OBJ_itu_t 0L 32 #define OBJ_iso 1L 37 #define OBJ_joint_iso_itu_t 2L 45 #define OBJ_member_body OBJ_iso,2L 49 #define OBJ_identified_organization OBJ_iso,3L 54 #define OBJ_gmac OBJ_iso,0L,9797L,3L,4L 59 #define OBJ_hmac_md5 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,1L 64 #define OBJ_hmac_sha1 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,2L 69 #define OBJ_x509ExtAdmission OBJ_identified_organization,36L,8L,3L,3L [all …]
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | grammar.dot | 12 …l $accept -> . program $end\l program -> . { $end }\l program -> . translation_unit\l translat… 13 …q1 [label="1:\l external_declaration -> error . T_MATCHRBRACE\l external_declaration -> error . … 14 …l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l declarator -> . pointer direct_declar… 15 …l type_qualifier -> . T_TYPE_QUALIFIER\l type_qualifier -> . T_DEFINE_NAME\l pointer -> '*' . o… 16 …q4 [label="4:\l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l identifier_or_ref -> '&… 17 …l any_id -> T_IDENTIFIER . { ')' '=' ',' ';' T_VA_DCL T_LBRACE T_BRACKETS T_TYPE_QUALIFIER T_Imag… 18 …l type_specifier -> T_TYPEDEF_NAME . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Imaginary T_Comp… 19 …l type_qualifier -> T_DEFINE_NAME . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Imaginary T_Compl… 20 …l storage_class -> T_AUTO . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Imaginary T_Complex T_Boo… 21 …l linkage_specification -> T_EXTERN . T_STRING_LITERAL braces\l linkage_specification -> T_EXTER… [all …]
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | grammar.dot | 12 …l $accept -> . program $end\l program -> . { $end }\l program -> . translation_unit\l translat… 13 …q1 [label="1:\l external_declaration -> error . T_MATCHRBRACE\l external_declaration -> error . … 14 …l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l declarator -> . pointer direct_declar… 15 …l type_qualifier -> . T_TYPE_QUALIFIER\l type_qualifier -> . T_DEFINE_NAME\l pointer -> '*' . o… 16 …q4 [label="4:\l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l identifier_or_ref -> '&… 17 …l any_id -> T_IDENTIFIER . { ')' '=' ',' ';' T_VA_DCL T_LBRACE T_BRACKETS T_TYPE_QUALIFIER T_Imag… 18 …l type_specifier -> T_TYPEDEF_NAME . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Imaginary T_Comp… 19 …l type_qualifier -> T_DEFINE_NAME . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Imaginary T_Compl… 20 …l storage_class -> T_AUTO . { ')' ',' ';' T_BRACKETS T_TYPE_QUALIFIER T_Imaginary T_Complex T_Boo… 21 …l linkage_specification -> T_EXTERN . T_STRING_LITERAL braces\l linkage_specification -> T_EXTER… [all …]
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lapi.c | 45 #define api_checkvalidindex(L, o) api_check(L, isvalid(o), "invalid index") argument 47 #define api_checkstackindex(L, i, o) \ argument 48 api_check(L, isstackindex(i, o), "index not in the stack") 51 static TValue *index2addr (lua_State *L, int idx) { in index2addr() argument 52 CallInfo *ci = L->ci; in index2addr() 55 api_check(L, idx <= ci->top - (ci->func + 1), "unacceptable index"); in index2addr() 56 if (o >= L->top) return NONVALIDVALUE; in index2addr() 60 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index"); in index2addr() 61 return L->top + idx; in index2addr() 64 return &G(L)->l_registry; in index2addr() [all …]
|
H A D | ldo.c | 98 #define LUAI_THROW(L,c) longjmp(&(c)->b) argument 99 #define LUAI_TRY(L,c,a) if (setjmp(&(c)->b) == 0) { a } argument 113 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument 114 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument 122 #define LUAI_THROW(L,c) throw(c) argument 123 #define LUAI_TRY(L,c,a) \ argument 129 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) argument 130 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a } argument 135 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument 136 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument [all …]
|
H A D | lbaselib.c | 29 static int luaB_tonumber (lua_State *L) { in luaB_tonumber() argument 30 if (lua_isnoneornil(L, 2)) { /* standard conversion */ in luaB_tonumber() 32 lua_Number n = lua_tonumberx(L, 1, &isnum); in luaB_tonumber() 34 lua_pushnumber(L, n); in luaB_tonumber() 37 luaL_checkany(L, 1); in luaB_tonumber() 40 size_t l; in luaB_tonumber() local 41 const char *s = luaL_checklstring(L, 1, &l); in luaB_tonumber() 42 const char *e = s + l; /* end point for 's' */ in luaB_tonumber() 43 int base = luaL_checkint(L, 2); in luaB_tonumber() 45 luaL_argcheck(L, 2 <= base && base <= 36, 2, "base out of range"); in luaB_tonumber() [all …]
|
H A D | ltablib.c | 17 #define aux_getn(L,n) (luaL_checktype(L, n, LUA_TTABLE), luaL_len(L, n)) argument 22 static int maxn (lua_State *L) { in maxn() argument 24 luaL_checktype(L, 1, LUA_TTABLE); in maxn() 25 lua_pushnil(L); /* first key */ in maxn() 26 while (lua_next(L, 1)) { in maxn() 27 lua_pop(L, 1); /* remove value */ in maxn() 28 if (lua_type(L, -1) == LUA_TNUMBER) { in maxn() 29 lua_Number v = lua_tonumber(L, -1); in maxn() 33 lua_pushnumber(L, max); in maxn() 39 static int tinsert (lua_State *L) { in tinsert() argument [all …]
|
H A D | lstate.c | 59 lua_State l; member 67 LX l; member 73 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) argument 85 static unsigned int makeseed (lua_State *L) { in makeseed() argument 89 addbuff(buff, p, L); /* heap variable */ in makeseed() 108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() argument 109 CallInfo *ci = luaM_new(L, CallInfo); in luaE_extendCI() 110 lua_assert(L->ci->next == NULL); in luaE_extendCI() 111 L->ci->next = ci; in luaE_extendCI() 112 ci->previous = L->ci; in luaE_extendCI() [all …]
|
H A D | lauxlib.c | 36 static int findfield (lua_State *L, int objidx, int level) { in findfield() argument 37 if (level == 0 || !lua_istable(L, -1)) in findfield() 39 lua_pushnil(L); /* start 'next' loop */ in findfield() 40 while (lua_next(L, -2)) { /* for each pair in table */ in findfield() 41 if (lua_type(L, -2) == LUA_TSTRING) { /* ignore non-string keys */ in findfield() 42 if (lua_rawequal(L, objidx, -1)) { /* found object? */ in findfield() 43 lua_pop(L, 1); /* remove value (but keep name) */ in findfield() 46 else if (findfield(L, objidx, level - 1)) { /* try recursively */ in findfield() 47 lua_remove(L, -2); /* remove table (but keep name) */ in findfield() 48 lua_pushliteral(L, "."); in findfield() [all …]
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse4-memcmp-slm.S | 37 #ifndef L 38 # define L(label) .L##label macro 88 ja L(79bytesormore) 91 je L(firstbyte) 95 BRANCH_TO_JMPTBL_ENTRY(L(table_64bytes), %rdx, 4) 99 L(firstbyte): 107 L(79bytesormore): 112 jnc L(16bytesin256) 121 jz L(2aligned) 124 ja L(128bytesormore) [all …]
|
H A D | sse2-strcpy-slm.S | 37 # ifndef L 38 # define L(label) .L##label macro 82 jz L(ExitZero) 92 jbe L(SourceStringAlignmentLess32) 112 jbe L(CopyFrom1To16BytesTailCase2OrCase3) 115 jnz L(CopyFrom1To16BytesTail) 122 jbe L(CopyFrom1To32BytesCase2OrCase3) 125 jnz L(CopyFrom1To32Bytes) 132 L(Unalign16Both): 146 jbe L(CopyFrom1To16BytesCase2OrCase3) [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lapi.c | 43 ** '!ttisnil(o)' implies 'o != &G(L)->nilvalue', so it is not needed. 46 #define isvalid(L, o) (!ttisnil(o) || o != &G(L)->nilvalue) argument 58 ** Non-valid indices return the special nil value 'G(L)->nilvalue'. 60 static TValue *index2value (lua_State *L, int idx) { in index2value() argument 61 CallInfo *ci = L->ci; in index2value() 64 api_check(L, idx <= ci->top.p - (ci->func.p + 1), "unacceptable index"); in index2value() 65 if (o >= L->top.p) return &G(L)->nilvalue; in index2value() 69 api_check(L, idx != 0 && -idx <= L->top.p - (ci->func.p + 1), in index2value() 71 return s2v(L->top.p + idx); in index2value() 74 return &G(L)->l_registry; in index2value() [all …]
|
H A D | lbaselib.c | 24 static int luaB_print (lua_State *L) { in luaB_print() argument 25 int n = lua_gettop(L); /* number of arguments */ in luaB_print() 28 size_t l; in luaB_print() local 29 const char *s = luaL_tolstring(L, i, &l); /* convert it to string */ in luaB_print() 32 lua_writestring(s, l); /* print it */ in luaB_print() 33 lua_pop(L, 1); /* pop result */ in luaB_print() 45 static int luaB_warn (lua_State *L) { in luaB_warn() argument 46 int n = lua_gettop(L); /* number of arguments */ in luaB_warn() 48 luaL_checkstring(L, 1); /* at least one argument */ in luaB_warn() 50 luaL_checkstring(L, i); /* make sure all arguments are strings */ in luaB_warn() [all …]
|
H A D | ldblib.c | 31 ** If L1 != L, L1 can be in any state, and therefore there are no 35 static void checkstack (lua_State *L, lua_State *L1, int n) { in checkstack() argument 36 if (l_unlikely(L != L1 && !lua_checkstack(L1, n))) in checkstack() 37 luaL_error(L, "stack overflow"); in checkstack() 41 static int db_getregistry (lua_State *L) { in db_getregistry() argument 42 lua_pushvalue(L, LUA_REGISTRYINDEX); in db_getregistry() 47 static int db_getmetatable (lua_State *L) { in db_getmetatable() argument 48 luaL_checkany(L, 1); in db_getmetatable() 49 if (!lua_getmetatable(L, 1)) { in db_getmetatable() 50 lua_pushnil(L); /* no metatable */ in db_getmetatable() [all …]
|
H A D | lstate.c | 37 lua_State l; member 45 LX l; member 51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) argument 71 static unsigned int luai_makeseed (lua_State *L) { in luai_makeseed() argument 75 addbuff(buff, p, L); /* heap variable */ in luai_makeseed() 99 LUA_API int lua_setcstacklimit (lua_State *L, unsigned int limit) { in lua_setcstacklimit() argument 100 UNUSED(L); UNUSED(limit); in lua_setcstacklimit() 105 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() argument 107 lua_assert(L->ci->next == NULL); in luaE_extendCI() 108 ci = luaM_new(L, CallInfo); in luaE_extendCI() [all …]
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | tgamma128.h | 9 static const long double max_x = 0x1.b6e3180cd66a5c4206f128ba77f4p+10L; 13 0x1.8535745aa79569579b9eec0f3bbcp+0L, 14 0x1.0378f83c6fb8f0e51269f2b4a973p-3L, 15 0x1.59f6a05094f69686c3380f4e2783p-8L, 16 -0x1.0b291dee952a82764a4859b081a6p-8L, 17 -0x1.6dd301b2205bf936b5a3eaad0dbbp-12L, 18 0x1.387a8b5f38dd77e7f139b1021e86p-10L, 19 0x1.bca46637f65b13750c728cc29e40p-14L, 20 -0x1.d80401c00aef998c9e303151a51cp-11L, 21 -0x1.49cb6bb09f935a2053ccc2cf3711p-14L, [all …]
|
/freebsd/sys/dev/bce/ |
H A D | if_bcereg.h | 1138 #define STATUS_ATTN_BITS_LINK_STATE (1L<<0) 1139 #define STATUS_ATTN_BITS_TX_SCHEDULER_ABORT (1L<<1) 1140 #define STATUS_ATTN_BITS_TX_BD_READ_ABORT (1L<<2) 1141 #define STATUS_ATTN_BITS_TX_BD_CACHE_ABORT (1L<<3) 1142 #define STATUS_ATTN_BITS_TX_PROCESSOR_ABORT (1L<<4) 1143 #define STATUS_ATTN_BITS_TX_DMA_ABORT (1L<<5) 1144 #define STATUS_ATTN_BITS_TX_PATCHUP_ABORT (1L<<6) 1145 #define STATUS_ATTN_BITS_TX_ASSEMBLER_ABORT (1L<<7) 1146 #define STATUS_ATTN_BITS_RX_PARSER_MAC_ABORT (1L<<8) 1147 #define STATUS_ATTN_BITS_RX_PARSER_CATCHUP_ABORT (1L<<9) [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/locale/ |
H A D | t_wcstod.c | 84 { L"IN", 0, 0, 0 }, 85 { L"+IN", 0, 0, 0 }, 86 { L"-IN", 0, 0, 0 }, 87 { L"INX", 0, 0, 0 }, 88 { L"+INX", 0, 0, 0 }, 89 { L"-INX", 0, 0, 0 }, 90 { L"INF", 3, ALT_HUGE_VAL, 0 }, 91 { L"+INF", 4, ALT_HUGE_VAL, 0 }, 92 { L"-INF", 4, ALT_MINUS_HUGE_VAL, 0 }, 93 { L"INFX", 3, ALT_HUGE_VAL, 0 }, [all …]
|
/freebsd/libexec/flua/modules/ |
H A D | lposix.c | 28 lua__exit(lua_State *L) in lua__exit() 32 narg = lua_gettop(L); in lua__exit() 33 luaL_argcheck(L, narg == 1, 1, "_exit takes exactly one argument"); in lua__exit() 35 code = luaL_checkinteger(L, 1); in lua__exit() 40 lua_basename(lua_State *L) in lua_basename() 45 narg = lua_gettop(L); in lua_basename() 46 luaL_argcheck(L, narg > 0, 1, "at least one argument required"); in lua_basename() 47 inpath = strdup(luaL_checkstring(L, 1)); in lua_basename() 49 lua_pushnil(L); in lua_basename() 50 lua_pushstring(L, strerro in lua_basename() 27 lua__exit(lua_State * L) lua__exit() argument 39 lua_basename(lua_State * L) lua_basename() argument 61 lua_chmod(lua_State * L) lua_chmod() argument 83 lua_chown(lua_State * L) lua_chown() argument 139 lua_pclose(lua_State * L) lua_pclose() argument 168 lua_uname(lua_State * L) lua_uname() argument 201 lua_dirname(lua_State * L) lua_dirname() argument 224 lua_fork(lua_State * L) lua_fork() argument 245 lua_getpid(lua_State * L) lua_getpid() argument 256 lua_pipe(lua_State * L) lua_pipe() argument 277 lua_read(lua_State * L) lua_read() argument 324 lua_realpath(lua_State * L) lua_realpath() argument 348 lua_wait(lua_State * L) lua_wait() argument 398 lua_write(lua_State * L) lua_write() argument 496 luaopen_posix_libgen(lua_State * L) luaopen_posix_libgen() argument 503 luaopen_posix_stdlib(lua_State * L) luaopen_posix_stdlib() argument 510 luaopen_posix_sys_stat(lua_State * L) luaopen_posix_sys_stat() argument 517 luaopen_posix_sys_wait(lua_State * L) luaopen_posix_sys_wait() argument 521 lua_pushflag(L,flag) luaopen_posix_sys_wait() argument 543 luaopen_posix_sys_utsname(lua_State * L) luaopen_posix_sys_utsname() argument 550 luaopen_posix_unistd(lua_State * L) luaopen_posix_unistd() argument [all...] |
/freebsd/share/doc/papers/diskperf/ |
H A D | results.ms | 53 l | l s | l s 54 l | l s | l s 55 l | l l | l l 56 l | c c | c c. 74 l | l s | l s 75 l | l s | l s 76 l | l l | l l 77 l | c c | c c. 111 l | l s | l s | l s 112 l | l s | l s | l s [all …]
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 77 static int ucl_object_lua_push_array (lua_State *L, const ucl_object_t *obj, int flags); 78 static int ucl_object_lua_push_scalar (lua_State *L, const ucl_object_t *obj, int flags); 79 static int ucl_object_push_lua_common (lua_State *L, const ucl_object_t *obj, int flags); 80 static ucl_object_t* ucl_object_lua_fromtable (lua_State *L, int idx, ucl_string_flags_t flags); 81 static ucl_object_t* ucl_object_lua_fromelt (lua_State *L, int idx, ucl_string_flags_t flags); 94 * @param L 99 ucl_object_lua_push_element (lua_State *L, const char *key, in ucl_object_lua_push_element() argument 102 lua_pushstring (L, key); in ucl_object_lua_push_element() 103 ucl_object_push_lua_common (L, obj, flags|LUA_UCL_ALLOW_ARRAY); in ucl_object_lua_push_element() 104 lua_settable (L, -3); in ucl_object_lua_push_element() [all …]
|
/freebsd/contrib/nvi/regex/ |
H A D | cname.h | 43 { L("NUL"), '\0' }, 44 { L("SOH"), '\001' }, 45 { L("STX"), '\002' }, 46 { L("ETX"), '\003' }, 47 { L("EOT"), '\004' }, 48 { L("ENQ"), '\005' }, 49 { L("ACK"), '\006' }, 50 { L("BEL"), '\007' }, 51 { L("alert"), '\007' }, 52 { L("BS"), '\010' }, [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 15 L<https://github.com/openssl/openssl/blob/master/CHANGES.md>. 17 L<crypto(7)>. 36 In previous versions, OpenSSL was licensed under the L<dual OpenSSL and SSLeay 39 L<Apache License v2|https://www.openssl.org/source/apache-license-2.0.txt>. 51 be accessed using the L</Low Level APIs>. 65 the application should verify the result of the L<EVP_EncryptInit(3)>, 66 L<EVP_EncryptInit_ex(3)>, and L<EVP_DigestInit(3)> functions. In case when 69 See also L</Legacy Algorithms> for information on the legacy provider. 71 See also L</Completin [all...] |