Searched refs:put (Results 1 - 25 of 152) sorted by relevance

1234567

/freebsd-11-stable/bin/stty/
H A Dprint.c91 #define put(n, f, d) \ macro
98 put("-icanon", ICANON, 1);
99 put("-isig", ISIG, 1);
100 put("-iexten", IEXTEN, 1);
101 put("-echo", ECHO, 1);
102 put("-echoe", ECHOE, 0);
103 put("-echok", ECHOK, 0);
104 put("-echoke", ECHOKE, 0);
105 put("-echonl", ECHONL, 0);
106 put("
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_pool.h61 * operation and pool condition full before a put operation.
91 U32 put; \
102 ((this_pool).get == (this_pool).put)
106 * the pool is full the user should not perform any put operation.
109 (SCI_POOL_INCREMENT(this_pool, (this_pool).put) == (this_pool).get)
114 * get and put pointers can be written simultaneously by different
132 (this_pool).get > (this_pool).put \
133 ? ((this_pool).size - (this_pool).get + (this_pool).put) \
134 : ((this_pool).put - (this_pool).get) \
146 (this_pool).put
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dsftp-batch.sh12 put ${COPY} ${COPY}.1
14 -put ${COPY} ${COPY}.2
26 put ${COPY} ${COPY}.3
29 put ${COPY}.3 ${COPY}.4
H A Dsftp.sh4 tid="basic sftp put/get"
10 put $DATA ${COPY}.2
27 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dssh-com-sftp.sh4 tid="basic sftp put/get with ssh.com server"
11 put $DATA ${COPY}.2
59 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp771 void put(char c);
772 void put(unsigned char c);
773 void put(int i);
774 void put(unsigned int i);
775 void put(const char *s);
817 inline void troff_output_file::put(char c) function in class:troff_output_file
822 inline void troff_output_file::put(unsigned char c) function in class:troff_output_file
827 inline void troff_output_file::put(const char *s) function in class:troff_output_file
832 inline void troff_output_file::put(int i) function in class:troff_output_file
837 inline void troff_output_file::put(unsigne function in class:troff_output_file
4021 void suppress_node::put(troff_output_file *out, const char *s) function in class:suppress_node
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A Dstrstream.cc86 strstreambuf::strstreambuf(char* get, streamsize n, char* put) argument
89 { _M_setup(get, put, n); }
91 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) argument
94 { _M_setup(reinterpret_cast<char*>(get), reinterpret_cast<char*>(put), n); }
97 unsigned char* put)
100 { _M_setup(reinterpret_cast<char*>(get), reinterpret_cast<char*>(put), n); }
323 strstreambuf::_M_setup(char* get, char* put, streamsize n) argument
329 if (put)
331 setg(get, get, put);
332 setp(put, pu
96 strstreambuf(unsigned char* get, streamsize n, unsigned char* put) argument
[all...]
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_put.c49 if (put(sp, NULL,
80 if (put(sp, NULL,
94 * after the last one put. For example, `"4p.' would put buffer #4
98 * contents of the default buffer after each put, so after `"4p' the
104 * the buffer increment gets done regardless of the success of the put.
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_put.c43 if (put(sp, NULL,
/freebsd-11-stable/contrib/dtc/scripts/
H A Dkup-dtc25 kup put --tar --prefix="$PREFIX" "$REMOTE_GIT" "$TAG" "$SIG" "$REMOTE_PATH/$TAR.gz"
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dmiscellaneous-table.c69 BDB_ERR(miscellaneous->put
104 bfd->miscellaneous->put(bfd->miscellaneous,
H A Dchecksum-reps-table.c64 BDB_ERR(checksum_reps->put(checksum_reps, 0,
142 svn_fs_base__trail_debug(trail, "checksum-reps", "put");
144 bfd->checksum_reps->put(bfd->checksum_reps, trail->db_txn,
201 svn_fs_base__trail_debug(trail, "checksum_reps", "put");
202 db_err = bfd->checksum_reps->put(bfd->checksum_reps, trail->db_txn,
H A Dcopies-table.c61 BDB_ERR(copies->put(copies, 0,
91 svn_fs_base__trail_debug(trail, "copies", "put");
93 bfd->copies->put(bfd->copies, trail->db_txn,
127 svn_fs_base__trail_debug(trail, "copies", "put");
128 db_err = bfd->copies->put(bfd->copies, trail->db_txn,
H A Dreps-table.c62 BDB_ERR(reps->put
129 svn_fs_base__trail_debug(trail, "representations", "put");
131 bfd->representations->put
172 svn_fs_base__trail_debug(trail, "representations", "put");
173 db_err = bfd->representations->put
H A Duuids-table.c90 BDB_ERR(uuids->put(uuids, 0, &key, &value, DB_APPEND));
147 svn_fs_base__trail_debug(trail, "uuids", "put");
149 uuids->put(uuids, trail->db_txn, &key, &value, 0));
/freebsd-11-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c355 if ((dp->put)(dp, &key, &data, 0) == -1)
356 error("put");
357 if ((sdp->put)(sdp, &key, &data, 0) == -1)
358 error("put");
419 if ((dp->put)(dp, &key, &data, method) == -1)
420 error("put");
427 if ((dp->put)(dp, &key, &data, method) == -1)
428 error("put");
435 if ((dp->put)(dp, &key, &data, methoduid) == -1)
436 error("put");
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dmem.h235 void (*put)(isc_mempool_t *mpctx, void *mem _ISC_MEM_FLARG); member in struct:isc_mempoolmethods
280 ISCMEMFUNC(put)((c), (p), (s) _ISC_MEM_FILELINE); \
295 ISCMEMPOOLFUNC(put)((c), (p) _ISC_MEM_FILELINE); \
299 #define isc_mem_put(c, p, s) ISCMEMFUNC(put)((c), (p), (s) _ISC_MEM_FILELINE)
303 #define isc_mempool_put(c, p) ISCMEMPOOLFUNC(put)((c), (p) _ISC_MEM_FILELINE)
589 *\li The pool has no un"put" allocations outstanding
707 ISCMEMFUNC(put)(isc_mem_t *, void *, size_t _ISC_MEM_FLARG);
719 ISCMEMPOOLFUNC(put)(isc_mempool_t *, void * _ISC_MEM_FLARG);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmdtab.c120 { "append", appendhelp, 1, 1, 1, put },
162 { "put", sendhelp, 1, 1, 1, put },
175 { "send", sendhelp, 1, 1, 1, put },
H A Dextern.h106 void put (int, char **);
/freebsd-11-stable/sys/contrib/zlib/
H A Dinfback.c130 put = strm->next_out; \
141 strm->next_out = put; \
213 put = state->window; \
216 if (out(out_desc, put, left)) { \
259 unsigned char FAR *put; /* next output */ local
286 put = state->window;
347 zmemcpy(put, next, copy);
351 put += copy;
517 *put++ = (unsigned char)(state->length);
590 from = put
[all...]
/freebsd-11-stable/libexec/ypxfr/
H A Dyp_dbwrite.c95 if ((rval = (dbp->put)(dbp,key,data, allow_overwrite ? 0 :
/freebsd-11-stable/lib/libc/db/db/
H A Ddb.c95 dbp->put = (int (*)(const struct __db *, DBT *, const DBT *, u_int))__dberr;
/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c99 if ((db->put)(db, &key, &content, R_NOOVERWRITE)) {
H A Dtcreat3.c86 * put info in structure, and structure in the item
94 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmisc.mk5 # do not put any dirs in this list which exist on some

Completed in 178 milliseconds

1234567