| /src/usr.bin/make/unit-tests/ |
| cond-late.exp | 1 make: cond-late.mk:29: Bad condition
|
| directive-ifmake.exp | 10 : late-target 14 make: stopped making "first second late-target !edge" in unit-tests
|
| cond-late.mk | 1 # $NetBSD: cond-late.mk,v 1.10 2025/06/30 21:44:39 rillig Exp $ 4 # expressions that are evaluated late, at expansion time.
|
| var-op-expand.mk | 43 REF= too late 65 REF= too late 95 REF= too late 111 REF3= too late 112 .if ${VAR} != "<too late>" 203 LATER= late-value 204 .if ${INDIRECT} != "late-replaced"
|
| directive-include-guard.exp | 43 Parse_PushInput: variable-assign-late.tmp:1 44 Skipping 'variable-assign-late.tmp' because 'VARIABLE_ASSIGN_LATE' is defined
|
| deptgt-posix.mk | 94 # makefile tries to switch to POSIX mode, that's too late.
|
| directive-include-guard.mk | 256 CASES+= variable-assign-late 257 LINES.variable-assign-late= \ 262 # expect: Parse_PushInput: variable-assign-late.tmp:1 263 # expect: Skipping 'variable-assign-late.tmp' because 'VARIABLE_ASSIGN_LATE' is defined
|
| varname-makeflags.mk | 106 # expanding it to a single '$', but it's already too late, as that
|
| Makefile | 90 TESTS+= cond-late
|
| /src/external/cddl/osnet/dev/profile/ |
| profile.c | 305 hrtime_t late; local 310 late = gethrtime() - pcpu->profc_expected; 312 late = sbt_to_nsec(sbinuptime() - pcpu->profc_expected); 330 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0); 374 hrtime_t late; local 377 late = gethrtime() - pcpu->profc_expected; 381 c->cpu_profile_upc, late, 0, 0);
|
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-watcher.c | 122 time_t late; member in struct:server 226 printf(", late@"); 227 timestamp( &servers[i].late ); 737 servers[i].late = servers[i].c_curr.time.tv_sec; 779 servers[i].late = servers[i].c_curr.time.tv_sec;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| tree.cc | 2310 cp_ref_qualifier rqual, tree raises, bool late) 2316 && TYPE_HAS_LATE_RETURN_TYPE (cand) == late 2326 bool late = TYPE_HAS_LATE_RETURN_TYPE (type); 2327 return build_cp_fntype_variant (type, rqual, raises, late); 2772 tree raises, bool late) 2776 if (cp_check_qualified_type (type, type, type_quals, rqual, raises, late)) 2781 if (cp_check_qualified_type (v, type, type_quals, rqual, raises, late)) 2790 TYPE_HAS_LATE_RETURN_TYPE (v) = late; 2812 else if (TYPE_CANONICAL (type) != type || cr != raises || late) 2890 bool late = TYPE_HAS_LATE_RETURN_TYPE (type) 2322 bool late = TYPE_HAS_LATE_RETURN_TYPE (type); local 2884 bool late = TYPE_HAS_LATE_RETURN_TYPE (type); local [all...] |
| /src/sys/arch/sparc/sparc/ |
| autoconf.c | 167 * Set machine_model[] to something useful. If late is set, then 169 * are complete with the first call with late=false out of bootstrap. 172 set_machine_model(bool late) 177 if (late) { 186 if (late)
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| tree.cc | 2325 cp_ref_qualifier rqual, tree raises, bool late) 2331 && TYPE_HAS_LATE_RETURN_TYPE (cand) == late 2341 bool late = TYPE_HAS_LATE_RETURN_TYPE (type); 2342 return build_cp_fntype_variant (type, rqual, raises, late); 2787 tree raises, bool late) 2791 if (cp_check_qualified_type (type, type, type_quals, rqual, raises, late)) 2796 if (cp_check_qualified_type (v, type, type_quals, rqual, raises, late)) 2805 TYPE_HAS_LATE_RETURN_TYPE (v) = late; 2827 else if (TYPE_CANONICAL (type) != type || cr != raises || late) 2905 bool late = TYPE_HAS_LATE_RETURN_TYPE (type) 2337 bool late = TYPE_HAS_LATE_RETURN_TYPE (type); local 2899 bool late = TYPE_HAS_LATE_RETURN_TYPE (type); local [all...] |
| module.cc | 2375 /* Late setting a binding name -- /then/ insert into hash! */ 9011 bool late = TYPE_HAS_LATE_RETURN_TYPE (type); 9016 || late != TYPE_HAS_LATE_RETURN_TYPE (root)) 9017 flags = rquals | (int (late) << 2) | (quals << 3); 9839 bool late = (flags >> 2) & 1; 9846 res = build_cp_fntype_variant (res, rqual, raises, late);
|
| /src/external/lgpl3/gmp/dist/mpn/x86/fat/ |
| fat_entry.asm | 214 C Return non-zero if the cpuid instruction is available, which means late
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| sslapitest.c | 4237 * Note: There is no test for inconsistent SNI with late client detection. 4322 /* Set inconsistent ALPN (late client detection) */ 8902 SSL_SESSION *late = NULL; local 8911 || !TEST_ptr(late = SSL_SESSION_new())) 8919 late->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; 8920 memset(late->session_id, 3, SSL3_SSL_SESSION_ID_LENGTH); 8924 || !TEST_int_eq(SSL_CTX_add_session(ctx, late), 1)) 8930 || !TEST_ptr(late->prev)) 8935 || !TEST_int_ne(SSL_SESSION_set_time(late, now + 10), 0)) 8940 || !TEST_int_ne(SSL_SESSION_set_timeout(late, TIMEOUT), 0) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| sslapitest.c | 4296 * Note: There is no test for inconsistent SNI with late client detection. 4381 /* Set inconsistent ALPN (late client detection) */ 9612 SSL_SESSION *late = NULL; local 9621 || !TEST_ptr(late = SSL_SESSION_new())) 9629 late->session_id_length = SSL3_SSL_SESSION_ID_LENGTH; 9630 memset(late->session_id, 3, SSL3_SSL_SESSION_ID_LENGTH); 9634 || !TEST_int_eq(SSL_CTX_add_session(ctx, late), 1)) 9640 || !TEST_ptr(late->prev)) 9645 || !TEST_time_t_ne(SSL_SESSION_set_time_ex(late, now + 10), 0)) 9650 || !TEST_int_ne(SSL_SESSION_set_timeout(late, TIMEOUT), 0) [all...] |
| /src/external/lgpl3/gmp/dist/doc/ |
| configuration | 148 iii) Generic tests for late in the testing can be added to
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| cvs_acls.in | 143 $CVSROOT existence is checked too late
|
| /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/ |
| aorsmul_1.asm | 46 dnl The stores can issue a cycle late so we have paired no-op's to 'catch'
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/zen/ |
| sbpi1_bdiv_r.asm | 50 C * Perhaps avoid late-in-loop jumps, e.g., lo0.
|
| /src/sys/arch/luna68k/stand/boot/ |
| locore.S | 607 tstb _ssir | too late?
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/ |
| mul_basecase.asm | 87 C Define this to $1 to use late loop index variable as zero, $2 to use an
|
| sqr_basecase.asm | 103 C Define this to $1 to use late loop index variable as zero, $2 to use an
|