Home
last modified time | relevance | path

Searched defs:put (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Dgzwrite.c68 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; in gz_comp() local
175 z_size_t put = len; in gz_write() local
334 z_size_t len, put; in gzputs() local
H A Dinfback.c246 unsigned char FAR *put; /* next output */ in inflateBack() local
H A Dinflate.c593 unsigned char FAR *put; /* next output */ in inflate() local
H A Ddeflate.c725 int put; in deflatePrime() local
/freebsd/crypto/openssl/include/internal/
H A Dcore.h40 int (*put)(void *store, void *method, const OSSL_PROVIDER *prov, member
/freebsd/contrib/nvi/common/
H A Dput.c32 put(SCR *sp, CB *cbp, CHAR_T *namep, MARK *cp, MARK *rp, int append) in put() function
/freebsd/bin/stty/
H A Dprint.c83 #define put(n, f, d) \ in print() macro
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzwrite.c83 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
188 z_size_t put = len; local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h201 void put(CacheT *C, Callback Cb, Node *Ptr, uptr Size) { in put() function
/freebsd/usr.bin/mail/
H A Dnames.c687 put(struct name *list, struct name *node) in put() function
/freebsd/lib/libc/db/test/
H A Ddbtest.c393 put(dbp, kp, dp) in put() function
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c419 put(DB *dbp, DBT *kp, DBT *dp) in put() function
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h637 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::put(char_type __c) { in put() function
/freebsd/include/
H A Ddb.h101 int (*put)(const struct __db *, DBT *, const DBT *, unsigned int); member
/freebsd/usr.bin/tftp/
H A Dmain.c429 put(int argc, char *argv[]) in put() function
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c276 uintptr_t put; in sfxge_tx_qdpl_swizzle() local
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c376 put(int argc, char **argv) in put() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp994 void BT::put(RegisterRef RR, const RegisterCell &RC) { in put() function in BT
/freebsd/contrib/tnftp/src/
H A Dcmds.c410 put(int argc, char *argv[]) in put() function
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py140 def put(self, id, obj): member in Cache