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

123456

/freebsd-current/bin/stty/
H A Dprint.c83 #define put(n, f, d) \ macro
90 put("-icanon", ICANON, 1);
91 put("-isig", ISIG, 1);
92 put("-iexten", IEXTEN, 1);
93 put("-echo", ECHO, 1);
94 put("-echoe", ECHOE, 0);
95 put("-echok", ECHOK, 0);
96 put("-echoke", ECHOKE, 0);
97 put("-echonl", ECHONL, 0);
98 put("
[all...]
/freebsd-current/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-current/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 Dsftp-uri.sh35 verbose "$tid: put to remote directory (trailing slash)"
40 put ${DATA} copy
49 verbose "$tid: put to remote directory (no slash)"
54 put ${DATA} copy
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-current/contrib/bmake/unit-tests/
H A Ddirective-if.exp10 make: "directive-if.mk" line 76: Don't do this, always put a space after a directive.
11 make: "directive-if.mk" line 81: Don't do this, always put a space after a directive.
12 make: "directive-if.mk" line 88: Don't do this, always put a space around comparison operators.
13 make: "directive-if.mk" line 95: Don't do this, always put a space after a directive.
14 make: "directive-if.mk" line 100: Don't do this, always put a space after a directive.
/freebsd-current/contrib/nvi/vi/
H A Dv_put.c45 if (put(sp, NULL,
76 if (put(sp, NULL,
90 * after the last one put. For example, `"4p.' would put buffer #4
94 * contents of the default buffer after each put, so after `"4p' the
100 * the buffer increment gets done regardless of the success of the put.
/freebsd-current/contrib/nvi/ex/
H A Dex_put.c39 if (put(sp, NULL,
/freebsd-current/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-current/sys/contrib/zlib/
H A Dinfback.c122 put = strm->next_out; \
133 strm->next_out = put; \
205 put = state->window; \
208 if (out(out_desc, put, left)) { \
246 unsigned char FAR *put; /* next output */ local
273 put = state->window;
334 zmemcpy(put, next, copy);
338 put += copy;
505 *put++ = (unsigned char)(state->length);
578 from = put
[all...]
H A Dgzwrite.c68 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
78 put = strm->avail_in > max ? max : strm->avail_in;
79 writ = write(state->fd, strm->next_in, put);
107 put = strm->next_out - state->x.next > (int)max ? max :
109 writ = write(state->fd, state->x.next, put);
175 z_size_t put = len; local
234 return put;
334 z_size_t len, put; local
352 put = gz_write(state, s, len);
353 return put < le
[all...]
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c332 if ((dp->put)(dp, &key, &data, 0) == -1)
333 error("put");
334 if ((sdp->put)(sdp, &key, &data, 0) == -1)
335 error("put");
396 if ((dp->put)(dp, &key, &data, method) == -1)
397 error("put");
404 if ((dp->put)(dp, &key, &data, method) == -1)
405 error("put");
412 if ((dp->put)(dp, &key, &data, methoduid) == -1)
413 error("put");
[all...]
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dbasic.t18 We will put value of \$v (which is "abc") here -> {\$v}
46 We will put value of \$v (which is "abc") here -> abc
51 We will put value of \$v (which is "abc") here -> ABC
86 'We will put value of $v (which is "abc") here -> {$v}', "\n",
/freebsd-current/crypto/openssl/include/internal/
H A Dcore.h40 int (*put)(void *store, void *method, const OSSL_PROVIDER *prov, member in struct:ossl_method_construct_method_st
/freebsd-current/libexec/ypxfr/
H A Dyp_dbwrite.c95 if ((rval = (dbp->put)(dbp,key,data, allow_overwrite ? 0 :
/freebsd-current/lib/libc/db/test/hash.tests/
H A Dtdel.c78 * put info in structure, and structure in the item
86 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
H A Ddriver2.c89 if ((db->put)(db, &key, &content, R_NOOVERWRITE)) {
H A Dtcreat3.c76 * put info in structure, and structure in the item
84 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
H A Dthash4.c81 * put info in structure, and structure in the item
89 if ((dbp->put)(dbp, &key, &item, R_NOOVERWRITE) != NULL) {
/freebsd-current/lib/libc/db/db/
H A Ddb.c97 dbp->put = (int (*)(const struct __db *, DBT *, const DBT *, u_int))__dberr;
/freebsd-current/contrib/one-true-awk/testdir/
H A Dchem.awk211 put[i] = dbl[i] = ""
221 } else if ($cf == "put") {
263 if (put[i] != "") {
266 printf("\t%s at V%d\n", put[i], i)
272 if (put[j] != "")
281 if (put[i] == "")
285 if (put[j] == "")
326 function putring(v) { # collect "put Mol at n"
334 put[$cf] = m ":" atom(mol)
/freebsd-current/usr.bin/cap_mkdb/
H A Dcap_mkdb.c193 switch(capdbp->put(capdbp, &key, &data, R_NOOVERWRITE)) {
195 err(1, "put");
220 switch(capdbp->put(capdbp,
223 err(1, "put");
/freebsd-current/usr.sbin/sa/
H A Dextern.h106 ((*(db)->put)((db), (key), (data), (flags)))

Completed in 208 milliseconds

123456