| /freebsd-13.1/bin/stty/ |
| H A D | print.c | 91 #define put(n, f, d) \ in print() macro 99 put("-isig", ISIG, 1); in print() 101 put("-echo", ECHO, 1); in print() 102 put("-echoe", ECHOE, 0); in print() 103 put("-echok", ECHOK, 0); in print() 120 put("-icrnl", ICRNL, 1); in print() 121 put("-inlcr", INLCR, 0); in print() 122 put("-igncr", IGNCR, 0); in print() 123 put("-ixon", IXON, 1); in print() 124 put("-ixoff", IXOFF, 0); in print() [all …]
|
| /freebsd-13.1/sys/dev/isci/scil/ |
| H A D | sci_pool.h | 93 U32 put; \ 104 ((this_pool).get == (this_pool).put) 111 (SCI_POOL_INCREMENT(this_pool, (this_pool).put) == (this_pool).get) 134 (this_pool).get > (this_pool).put \ 135 ? ((this_pool).size - (this_pool).get + (this_pool).put) \ 136 : ((this_pool).put - (this_pool).get) \ 148 (this_pool).put = 0; \ 167 (this_pool).array[(this_pool).put] = (the_value); \ 168 (this_pool).put = SCI_POOL_INCREMENT((this_pool), (this_pool).put); \
|
| /freebsd-13.1/contrib/gdtoa/ |
| H A D | printf.c0 | 715 put(c) 796 put(c) 799 put(conv) 888 put('0') 893 put('0') 972 put(' ') 1058 put(c) 1069 put(c) 1195 put(c) 1277 put('0') [all …]
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | directive-if.exp | 10 make: "directive-if.mk" line 72: Don't do this, always put a space after a directive. 11 make: "directive-if.mk" line 76: Don't do this, always put a space after a directive. 12 make: "directive-if.mk" line 82: Don't do this, always put a space around comparison operators. 13 make: "directive-if.mk" line 88: Don't do this, always put a space after a directive. 14 make: "directive-if.mk" line 92: Don't do this, always put a space after a directive.
|
| H A D | directive-if.mk | 76 . info Don't do this, always put a space after a directive. 88 . info Don't do this, always put a space after a directive.
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | sftp-batch.sh | 12 put ${COPY} ${COPY}.1 14 -put ${COPY} ${COPY}.2 26 put ${COPY} ${COPY}.3 29 put ${COPY}.3 ${COPY}.4
|
| H A D | sftp-uri.sh | 40 put ${DATA} copy 54 put ${DATA} copy
|
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | infback.c | 130 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; 591 from = put + copy; 595 from = put - state->offset; [all …]
|
| H A D | gzwrite.c | 81 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local 91 put = strm->avail_in > max ? max : strm->avail_in; 92 writ = write(state->fd, strm->next_in, put); 120 put = strm->next_out - state->x.next > (int)max ? max : 122 writ = write(state->fd, state->x.next, put); 195 z_size_t put = len; local 254 return put; 368 z_size_t len, put; local 386 put = gz_write(state, s, len); 387 return put < len ? -1 : (int)len;
|
| /freebsd-13.1/usr.sbin/pwd_mkdb/ |
| H A D | pwd_mkdb.c | 346 if ((dp->put)(dp, &key, &data, 0) == -1) in main() 348 if ((sdp->put)(sdp, &key, &data, 0) == -1) in main() 410 if ((dp->put)(dp, &key, &data, method) == -1) in main() 418 if ((dp->put)(dp, &key, &data, method) == -1) in main() 426 if ((dp->put)(dp, &key, &data, methoduid) == -1) in main() 434 if ((sdp->put)(sdp, &key, &sdata, method) == -1) in main() 442 if ((sdp->put)(sdp, &key, &sdata, method) == -1) in main() 459 if ((dp->put)(dp, &key, &data, method) == -1) in main() 461 if ((sdp->put)(sdp, &key, &sdata, method) == -1) in main() 489 if ((dp->put)(dp, &key, &data, method) == -1) in main() [all …]
|
| /freebsd-13.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | mem.h | 235 void (*put)(isc_mempool_t *mpctx, void *mem _ISC_MEM_FLARG); member 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) 707 ISCMEMFUNC(put)(isc_mem_t *, void *, size_t _ISC_MEM_FLARG); 719 ISCMEMPOOLFUNC(put)(isc_mempool_t *, void * _ISC_MEM_FLARG);
|
| /freebsd-13.1/share/termcap/ |
| H A D | README | 10 probably put your own terminal in it. 16 in that order, the effect will be to put the most common at the front of 26 Try to keep the source as is whenever possible, and put mungings into 30 if you aren't a super user change the cp command to put it where you can. 46 files, eg /usr/local/etc/termcap, and encourage people to put
|
| /freebsd-13.1/sys/contrib/device-tree/src/powerpc/ |
| H A D | ps3.dts | 22 * so we'll put a null entry here. 34 * we'll put a null entries here. These will be initialized after 38 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one
|
| /freebsd-13.1/crypto/heimdal/appl/ftp/ftp/ |
| H A D | cmdtab.c | 120 { "append", appendhelp, 1, 1, 1, put }, 162 { "put", sendhelp, 1, 1, 1, put }, 175 { "send", sendhelp, 1, 1, 1, put },
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | DependencyDirectivesSourceMinimizer.cpp | 79 Minimizer &put(char Byte) { in put() function 421 put(' '); in printToNewline() 505 put(*First++).put('\n'); in printAtImportBody() 522 put('\n'); in printDirectiveBody() 579 put(*First++); in printMacroArgs() 586 put(*First++); in printMacroArgs() 716 put(' '); in lexDefine() 785 put('#').append(Directive).put(' '); in lexDefault()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | ostream | 62 basic_ostream& put(char_type c); 220 basic_ostream& put(char_type __c); 372 if (__f.put(*this, *this, this->fill(), __n).failed()) 399 if (__f.put(*this, *this, this->fill(), 455 if (__f.put(*this, *this, this->fill(), 510 if (__f.put(*this, *this, this->fill(), __n).failed()) 536 if (__f.put(*this, *this, this->fill(), __n).failed()) 562 if (__f.put(*this, *this, this->fill(), __n).failed()) 878 basic_ostream<_CharT, _Traits>::put(char_type __c) 994 __os.put(__os.widen('\n')); [all …]
|
| /freebsd-13.1/contrib/libpcap/doc/ |
| H A D | README.tru64 | 35 applications to put the interface on that network into "local copy" 37 running as well as packets received by that host, and to put the 44 or allow application to put any interface into "local copy" or
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/bdb/ |
| H A D | reps-table.c | 61 BDB_ERR(reps->put in svn_fs_bdb__open_reps_table() 129 bfd->representations->put in svn_fs_bdb__write_rep() 171 db_err = bfd->representations->put in svn_fs_bdb__write_new_rep()
|
| H A D | copies-table.c | 61 BDB_ERR(copies->put(copies, 0, in svn_fs_bdb__open_copies_table() 93 bfd->copies->put(bfd->copies, trail->db_txn, in put_copy() 128 db_err = bfd->copies->put(bfd->copies, trail->db_txn, in svn_fs_bdb__reserve_copy_id()
|
| H A D | checksum-reps-table.c | 63 BDB_ERR(checksum_reps->put(checksum_reps, 0, in svn_fs_bdb__open_checksum_reps_table() 143 bfd->checksum_reps->put(bfd->checksum_reps, trail->db_txn, in svn_fs_bdb__set_checksum_rep() 201 db_err = bfd->checksum_reps->put(bfd->checksum_reps, trail->db_txn, in svn_fs_bdb__reserve_rep_reuse_id()
|
| H A D | nodes-table.c | 69 BDB_ERR(nodes->put(nodes, 0, in svn_fs_bdb__open_nodes_table() 116 db_err = bfd->nodes->put(bfd->nodes, trail->db_txn, in svn_fs_bdb__new_node_id() 254 bfd->nodes->put(bfd->nodes, db_txn, in svn_fs_bdb__put_node_revision()
|
| H A D | miscellaneous-table.c | 69 BDB_ERR(miscellaneous->put in svn_fs_bdb__open_miscellaneous_table() 104 bfd->miscellaneous->put(bfd->miscellaneous, in svn_fs_bdb__miscellaneous_set()
|
| /freebsd-13.1/contrib/nvi/vi/ |
| H A D | v_put.c | 45 if (put(sp, NULL, in v_Put() 76 if (put(sp, NULL, in v_put()
|
| /freebsd-13.1/contrib/apr-util/dbm/ |
| H A D | NWGNUmakefile | 152 # If there is an NLM target, put it here 165 # If there is an LIB target, put it here 192 # If the nlm has a msg file, put it's path here 197 # If the nlm has a hlp file put it's path here
|
| /freebsd-13.1/lib/libc/db/test/btree.tests/ |
| H A D | main.c | 289 status = (db->put)(db, &key, &data, R_APPEND); 459 status = (db->put)(db, &key, &data, R_IAFTER); 489 status = (db->put)(db, &key, &data, R_IBEFORE); 518 status = (*db->put)(db, &key, &data, R_CURSOR); 547 status = (*db->put)(db, &key, &data, R_NOOVERWRITE); 641 status = (*db->put)(db, &key, &data, R_NOOVERWRITE);
|