Searched refs:initial (Results 76 - 97 of 97) sorted by relevance

1234

/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql33 -- to ensure that the initial contents of the database (the table layout as
H A Dschema_v2.sql33 -- to ensure that the initial contents of the database (the table layout as
/freebsd-current/contrib/tnftp/src/
H A Dcmds.c1665 * Turn argv[1..argc) into a space-separated string, then prepend initial text.
1669 quote1(const char *initial, int argc, char *argv[]) argument
1674 (void)strlcpy(buf, initial, sizeof(buf));
/freebsd-current/crypto/heimdal/kdc/
H A Dkerberos5.c825 if(!is_as_req && server->flags.initial) {
1501 et.flags.initial = 1;
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm236 || SUB B0,2,B1 ; N-2, initial ILC
H A Darmv8-mont.pl1126 mov $topmost,xzr // initial top-most carry
/freebsd-current/stand/lua/
H A Dmenu.lua438 -- should process as our initial input.
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-short.mk20 # Since the initial commit on 1993-03-21, the manual page has been saying that
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp866 const uint32_t initial = sc_list.GetSize(); local
887 return sc_list.GetSize() - initial;
/freebsd-current/crypto/heimdal/kpasswd/
H A Dkpasswdd.c535 if (!(*ticket)->ticket.flags.initial) {
536 krb5_warnx (context, "initial flag not set");
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dcache.c1612 * Get the lifetime of the initial ticket in the cache
1614 * Get the lifetime of the initial ticket in the cache, if the initial
1619 * @param t the relative lifetime of the initial ticket
1642 if (cred.flags.b.initial) {
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dhdb-mitdb.c239 entry->flags.initial = !!(u32 & KRB5_KDB_DISALLOW_TGT_BASED);
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_nat6.c3889 /* initial(I) - flag indicating if it is the first call for */
3897 /* To distinguish between these, the "initial" parameter is used. If it is */
3906 int initial, void *ifp)
3944 if (initial)
3961 if (initial && (na->na_atype == FRI_NORMAL)) {
3905 ipf_nat6_nextaddrinit(ipf_main_softc_t *softc, char *base, nat_addr_t *na, int initial, void *ifp) argument
H A Dip_nat.c291 /* Allocate the initial soft context structure for NAT and populate it with */
7441 /* initial(I) - flag indicating if it is the first call for */
7449 /* To distinguish between these, the "initial" parameter is used. If it is */
7458 int initial, void *ifp)
7497 if (initial)
7514 if (initial && (na->na_atype == FRI_NORMAL)) {
7457 ipf_nat_nextaddrinit(ipf_main_softc_t *softc, char *base, nat_addr_t *na, int initial, void *ifp) argument
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl36 # given same initial conditions coefficient varies from 3x to 9x.
477 std $two0,[$ctx+8*0] ! initial hash value, biased 0
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm121 C<setup> is used for initial setup, and it is mandatory that it's used.
/freebsd-current/crypto/openssh/
H A Dsftp-client.c188 get_msg_extended(struct sftp_conn *conn, struct sshbuf *m, int initial) argument
208 do_log2(initial ? SYSLOG_LEVEL_ERROR : SYSLOG_LEVEL_FATAL,
/freebsd-current/contrib/sendmail/src/
H A Dmilter.c113 # define MILTER_CHECK_ERROR(initial, action) \
114 if (!initial && tTd(71, 100)) \
/freebsd-current/sys/amd64/vmm/intel/
H A Dvmx.c1013 vmx_setup_cr_shadow(int which, struct vmcs *vmcs, uint32_t initial) argument
1035 error = vmcs_setreg(vmcs, 0, VMCS_IDENT(shadow_ident), initial);
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl309 ld1 { $ctr0b}, [$counter] @ special case vector load initial counter so we can start first AES block as quickly as possible
1174 ld1 { $ctr0b}, [$counter] @ special case vector load initial counter so we can start first AES block as quickly as possible
2147 ld1 { $ctr0b}, [$counter] @ special case vector load initial counter so we can start first AES block as quickly as possible
3064 ld1 { $ctr0b}, [$counter] @ special case vector load initial counter so we can start first AES block as quickly as possible
4074 ld1 { $ctr0b}, [$counter] @ special case vector load initial counter so we can start first AES block as quickly as possible
5083 ld1 { $ctr0b}, [$counter] @ special case vector load initial counter so we can start first AES block as quickly as possible
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp4510 // Provide some default initial state for the default constructor
8472 auto initial = m_pos == 0 && m_stringIndex == 0 ? m_column.m_initialIndent : std::string::npos;
8473 return initial == std::string::npos ? m_column.m_indent : initial;
13535 m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c2236 ** does an initial bulk allocation for page cache memory
2239 ** page cache memory is needed beyond what is provided by the initial
2469 ** ability is deactivated. Any other initial value for the integer leaves the
2474 ** if its initial value.
5060 ** In other words, the initial ":" or "$" or "@" or "?"
5268 ** machine back to its initial state.
5427 ** [SQLITE_INTEGER | datatype code] for the initial data type
5524 ** <li> The initial content is a BLOB and sqlite3_column_text() or
5527 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
5530 ** <li> The initial conten
[all...]

Completed in 990 milliseconds

1234