Searched refs:put (Results 51 - 75 of 126) sorted by relevance

123456

/freebsd-current/contrib/bmake/mk/
H A Dldorder.mk92 # feel free to put more suitable version in local.ldorder.mk if needed
97 # finally in Makefile after include of *.mk put
H A Dcython.mk20 # which may not be where we want to put ours (prefix)
H A Dwarnings.mk28 # Modest defaults - put more elaborate sets in warnings-sets.mk
/freebsd-current/usr.bin/mail/
H A Dextern.h39 struct name *put(struct name *, struct name *);
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h201 __facet.put(
213 __facet.put(
242 __facet.put(
295 __facet.put(
311 __facet.put(
322 __facet.put(
/freebsd-current/contrib/nvi/common/
H A Dlog.c163 * put out the ending cursor record.
195 if (ep->log->put(ep->log, &key, &data, 0) == -1)
273 if (ep->log->put(ep->log, &key, &data, 0) == -1)
309 * aren't any operations that just put out a log record -- this
341 if (ep->log->put(ep->log, &key, &data, 0) == -1)
645 msgq(sp, M_SYSERR, "015|%s/%d: log put error", basename(file), line);
/freebsd-current/contrib/sendmail/libsmdb/
H A Dsmdb1.c83 ** SMDB_PUT_FLAGS_TO_DB1_FLAGS -- Translates smdb put flags to db1 put flags.
268 return db->put(db, &dbkey, &dbdata,
382 return db->put(db, &dbkey, &dbdata, R_CURSOR);
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx1.s71 ; 1st time (AX=0) it requests an address where to put the packet
/freebsd-current/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c204 ret = D(db)->put(D(db),
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c194 switch (rv = (*db->put)(db, &k, &v, 0)) {
/freebsd-current/usr.bin/vi/
H A DMakefile50 options_f.c put.c recover.c screen.c search.c seq.c util.c
/freebsd-current/lib/libc/db/recno/
H A Drec_open.c185 dbp->put = __rec_put;
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm141 This can also be used to put quotes around the executable of a command.
/freebsd-current/crypto/openssh/contrib/
H A Dssh-copy-id307 put $L_KEYS "$AUTH_KEY_FILE"
/freebsd-current/lib/libifconfig/
H A Dsfp.lua31 -- Try to put the template.lua library in the package search path.
/freebsd-current/share/mk/
H A Dsuite.test.mk89 # report bogus results unless the new binaries are put in place.
/freebsd-current/sys/contrib/zlib/
H A Ddeflate.c725 int put; local
739 put = Buf_size - s->bi_valid;
740 if (put > bits)
741 put = bits;
742 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
743 s->bi_valid += put;
745 value >>= put; local
746 bits -= put;
900 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
1418 * necessary to put mor
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc165 // at free'd data. Take away the path and put it back when done.
/freebsd-current/crypto/heimdal/lib/hdb/
H A Ddb.c219 code = (*d->put)(d, &k, &v, replace ? 0 : R_NOOVERWRITE);
223 krb5_set_error_message(context, code, "Database %s put error: %s",
249 krb5_set_error_message(context, code, "Database %s put error: %s",
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl493 vst1.32 {$Bi},[sp,:64] @ put aside smashed b[8*i+0]
515 vst1.32 {$Ni},[$bnptr,:64]! @ put aside smashed m[8*i+$i]
530 vst1.32 {$Bi},[$bnptr,:64]! @ put aside smashed b[8*i+$i]
551 vst1.32 {$Ni},[$bnptr,:64] @ put aside smashed m[8*i+$i]
/freebsd-current/usr.bin/finger/
H A Dutil.c176 if ((*db->put)(db, &key, &data, 0))
177 err(1, "db put");
/freebsd-current/usr.bin/tsort/
H A Dtsort.c269 if ((*db->put)(db, &key, &data, 0))
/freebsd-current/lib/libc/db/btree/
H A Dbt_open.c176 dbp->put = __bt_put;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h182 // is zero (it allows us to perform just one atomic read per put() call).
201 void put(CacheT *C, Callback Cb, Node *Ptr, uptr Size) { function in class:scudo::GlobalQuarantine
/freebsd-current/usr.bin/tftp/
H A Dmain.c86 static void put(int, char **);
127 { "put", put, "send file" },
429 put(int argc, char *argv[]) function

Completed in 210 milliseconds

123456