| /freebsd-12.1/contrib/apr/strings/ |
| H A D | apr_cpystrn.c | 93 char *cleaned, *dirty; in apr_tokenize_to_argv() local 135 #define REMOVE_ESCAPE_CHARS(cleaned, dirty, escaped) \ in apr_tokenize_to_argv() argument 143 *cleaned++ = *dirty; \ in apr_tokenize_to_argv() 147 *cleaned = 0; /* last line of macro... */ in apr_tokenize_to_argv() 180 cleaned = dirty = (*argv_out)[argnum]; in apr_tokenize_to_argv() 181 REMOVE_ESCAPE_CHARS(cleaned, dirty, escaped); in apr_tokenize_to_argv()
|
| /freebsd-12.1/sys/fs/nandfs/ |
| H A D | bmap.c | 302 int *cleaned, struct nandfs_indir *ap, struct nandfs_indir *fp, in bmap_truncate_indirect() argument 383 *cleaned = 1; in bmap_truncate_indirect() 410 int cleaned, i; in bmap_truncate_mapping() local 452 cleaned = 0; in bmap_truncate_mapping() 464 &cleaned, ap, f, copy); in bmap_truncate_mapping() 473 if (cleaned) { in bmap_truncate_mapping()
|
| /freebsd-12.1/tools/tools/locale/tools/ |
| H A D | cldr2def.pl | 269 my @cleaned; 274 push @cleaned, $_; 276 return join(";",@cleaned); 291 my @cleaned; 299 push @cleaned, $_; 301 return join(";",@cleaned);
|
| /freebsd-12.1/sys/dev/cxgb/ |
| H A D | cxgb_adapter.h | 234 uint32_t cleaned; member 544 #define desc_reclaimable(q) ((int)((q)->processed - (q)->cleaned - TX_MAX_DESC))
|
| H A D | cxgb_sge.c | 384 q->cleaned += reclaim; in reclaim_completed_tx() 411 unsigned int r = q->processed - q->cleaned; in should_restart_tx() 983 reclaim_ofl = txq[TXQ_OFLD].processed - txq[TXQ_OFLD].cleaned; in sge_timer_cb() 1879 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx_imm() 1882 q->cleaned += reclaim; in reclaim_completed_tx_imm() 2342 int cleaned; in restart_offloadq() local 2345 again: cleaned = reclaim_completed_tx(qs, 16, TXQ_OFLD); in restart_offloadq() 3559 CTLFLAG_RD, &txq->cleaned, in t3_add_configured_sysctls()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | EVP_VerifyInit.pod | 60 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
|
| H A D | EVP_DigestInit.pod | 130 automatically cleaned up. 297 If digest contexts are not cleaned up after use,
|
| H A D | EVP_SignInit.pod | 79 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
|
| H A D | EVP_DigestVerifyInit.pod | 88 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
|
| H A D | EVP_MD_meth_new.pod | 133 cleanup before the method's private data structure is cleaned out and
|
| H A D | EVP_DigestSignInit.pod | 137 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
|
| H A D | EVP_CIPHER_meth_new.pod | 199 extra cleanup before the method's private data structure is cleaned
|
| H A D | ASYNC_start_job.pod | 41 user code exits per-thread resources need to be cleaned up. This will normally
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdb-events.sh | 525 in-progress queue where it can, later, be cleaned up if
|
| /freebsd-12.1/contrib/googletest/googlemock/ |
| H A D | CHANGES | 78 * Significantly cleaned up compiler warnings.
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-nice-strict.h.pump | 99 // constructors as public. These tests would need to be cleaned up first.
|
| /freebsd-12.1/lib/libc/regex/ |
| H A D | WHATSNEW | 15 makefile has generally been cleaned up some. Fixes have been made
|
| /freebsd-12.1/contrib/nvi/regex/ |
| H A D | WHATSNEW | 15 makefile has generally been cleaned up some. Fixes have been made
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | README | 5 garbage lying around that will be cleaned up in time. Documentation
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_en/ |
| H A D | en.h | 350 u64 cleaned; member
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | NEWS | 230 Portability has been substantially cleaned up, and an automatic
|
| /freebsd-12.1/contrib/gdb/ |
| H A D | src-release | 23 # This stuff really ought to be cleaned up and turned into something other
|
| /freebsd-12.1/contrib/one-true-awk/ |
| H A D | FIXES | 594 cleaned up some declarations so gcc -Wall is now almost silent. 704 cleaned up some error messages; "out of space" now means 1005 Error reporting slightly cleaned up.
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | NEWS | 963 Lastly, libmdoc and libman have been cleaned up and reduced in size 974 * cleaned up handling of error conditions. 1050 * cleaned up exiting when invoked as -Tlint or over multiple files 1128 * Longsoon architecture also noted and Makefile cleaned up.
|
| /freebsd-12.1/contrib/atf/ |
| H A D | NEWS | 18 any stale files left behind by ATF will be automatically cleaned up. 696 documented and cleaned up. These include those grammars that define how
|