/freebsd/contrib/libxo/libxo/ |
H A D | xo_emit_f.3 | 46 calls, the retained 72 The retained information is kept as thread-specific data. 78 to clear the retained information, clearing the retained information 92 In this example, the caller desires to clear the retained information.
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | escape.exp | 57 second line spaces should be retained': 59 second line spaces should be retained: 87 second line spaces should be retained': 89 second line spaces should be retained:
|
H A D | escape.mk | 188 # Backslash-newline in a command is retained. 202 second line spaces should be retained': 220 # Both backslashes are retained, but the newline is not escaped. 234 # Triple-backslash-newline in a command is retained. 243 second line spaces should be retained':
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransUnbridgedCasts.cpp | 127 castToObjCObject(E, /*retained=*/false); in transformNonObjCToObjCCast() 132 // try to figure out whether it should be cast as retained or unretained. in transformNonObjCToObjCCast() 137 castToObjCObject(E, /*retained=*/true); in transformNonObjCToObjCCast() 141 castToObjCObject(E, /*retained=*/false); in transformNonObjCToObjCCast() 166 castToObjCObject(E, /*retained=*/true); in transformNonObjCToObjCCast() 171 castToObjCObject(E, /*retained=*/false); in transformNonObjCToObjCCast() 187 castToObjCObject(E, /*retained=*/false); in transformNonObjCToObjCCast() 194 void castToObjCObject(CastExpr *E, bool retained) { in castToObjCObject() argument 195 rewriteToBridgedCast(E, retained ? OBC_BridgeTransfer : OBC_Bridge); in castToObjCObject()
|
/freebsd/sys/cddl/dev/dtrace/ |
H A D | dtrace_anon.c | 43 * that there should be no other retained enablings at this time: in dtrace_anon_init() 44 * the only retained enablings at this time should be the anonymous in dtrace_anon_init() 58 * retained anonymous enabling. in dtrace_anon_init()
|
/freebsd/contrib/unifdef/ |
H A D | ifdef-how.pl | 11 given line being retained after preprocessing. There is no output 12 if the line is always retained. Conditionals that must be true are
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | arena_stats.h | 87 /* Number of bytes currently mapped, excluding retained memory. */ 91 * Number of unused virtual memory bytes currently retained. Retained 95 atomic_zu_t retained; /* Derived. */ member
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | RSTP-MIB.txt | 82 The value of this object MUST be retained across 97 The value of this object MUST be retained across 175 The value of this object MUST be retained across 221 The value of this object MUST be retained across 265 The value of this object MUST be retained across
|
/freebsd/share/doc/smm/04.quotas/ |
H A D | quotas.ms | 221 are first enabled for a filesystem), the records retained 269 In most cases this information will be retained in core, 275 and filesystem, and retained in an LRU chain so recently 278 recently terminated is also retained in this way.
|
/freebsd/usr.bin/mail/ |
H A D | cmd2.c | 411 * Add the given header fields to the retained list. 412 * If no arguments, print the current list of retained fields. 419 return (ignore1(list, ignore + 1, "retained")); in retfield() 439 return (ignore1(list, saveignore + 1, "retained")); in saveretfield() 477 * Print out all currently retained fields.
|
H A D | glob.h | 67 extern struct ignoretab ignore[2]; /* ignored and retained fields 69 extern struct ignoretab saveignore[2]; /* ignored and retained fields
|
/freebsd/contrib/jemalloc/doc/ |
H A D | jemalloc.3 | 867 stats\&.retained 1309 Maximum size to grow retained region (only relevant when 1413 …e, and available for future use, in which case it will be automatically retained for later reuse\&. 1434 \fIarena_ind\fR\&. This function may be called to destroy retained extents during arena destruction… 1483 …ed and available for future use, in which case it will be automatically retained for later reuse\&. 1745 stats\&.retained (\fBsize_t\fR) r\- [\fB\-\-enable\-stats\fR] 1747 Total number of bytes in virtual memory mappings that were retained rather than being returned to t… 1749 or similar\&. Retained virtual memory is typically untouched, decommitted, or purged, so it has no … 1751 for details)\&. Retained memory is excluded from mapped memory statistics, e\&.g\&. 1895 stats\&.arenas\&.<i>\&.retained (\fBsize_t\fR) r\- [\fB\-\-enable\-stats\fR] [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set1_host.pod | 34 SSL_set1_host() or SSL_add1_host() are retained, no change is made 81 and must be copied by the application if it is to be retained beyond
|
H A D | SSL_CTX_set_tmp_dh_callback.pod | 83 ownership of the B<DH> object is retained by the application. Applications 101 retained by the application and should later be freed.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | Markup.h | 59 /// reference the input string, so it must be retained by the caller until the 97 // Contents of a multi-line element that has finished being parsed. Retained
|
/freebsd/contrib/jemalloc/src/ |
H A D | stats.c | 563 COL_HDR(row, retained, NULL, right, 13, size) in stats_arena_extents_print() 666 size_t page, pactive, pdirty, pmuzzy, mapped, retained; in stats_arena_print() local 960 GET_AND_EMIT_MEM_STAT(retained) in stats_arena_print() 1240 retained; in stats_print_helper() local 1250 CTL_GET("stats.retained", &retained, size_t); in stats_print_helper() 1274 emitter_json_kv(emitter, "retained", emitter_type_size, &retained); in stats_print_helper() 1278 "retained: %zu\n", allocated, active, metadata, metadata_thp, in stats_print_helper() 1279 resident, mapped, retained); in stats_print_helper()
|
/freebsd/usr.bin/su/ |
H A D | su.1 | 81 are also normally retained unless the target login has a user ID of 0. 179 Provides terminal type which may be retained for the substituted
|
/freebsd/lib/libc/gen/ |
H A D | drand48.c | 7 * following conditions are retained.
|
H A D | nrand48.c | 7 * following conditions are retained.
|
H A D | lrand48.c | 7 * following conditions are retained.
|
H A D | jrand48.c | 7 * following conditions are retained.
|
H A D | mrand48.c | 7 * following conditions are retained.
|
H A D | erand48.c | 7 * following conditions are retained.
|
/freebsd/lib/libmd/ |
H A D | md4.copyright | 18 These notices must be retained in any copies of any part of this
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | data.h | 48 // TODO: Should be "malformed" or at least "malformatted". Retained for 222 // TODO: The name is inconsistent with CBOR_ERR_NOTENOUGHDATA. Retained for
|