Searched refs:full (Results 101 - 125 of 166) sorted by relevance

1234567

/freebsd-13-stable/sys/netgraph/
H A Dng_lmi.c149 static void nglmi_inquire(sc_p sc, int full);
311 nglmi_inquire(sc_p sc, int full) argument
358 if (full)
359 *cptr++ = 0x00; /* full */
634 * full status, invalidate a few DLCIs just to see
744 int resptype_seen = 0; /* 0 , 1 (partial) or 2 (full) */
862 * full (type 0) check we just asked for a type
863 * full. */
869 goto reject; /* need full */
873 case 0:/* full */
[all...]
/freebsd-13-stable/usr.sbin/etcupdate/
H A Detcupdate.sh891 echo -n "Select: (p) postpone, (df) diff-full, (e) edit,"
908 (df) diff-full - show all changes made to merged file
911 (mf) mine-full - accept local version of entire file (ignore new changes)
912 (tf) theirs-full - accept new version of entire file (lose local changes)
917 # For mine-full, just delete the
946 # For theirs-full, install the new
1864 # tree as-is so it is still present for a full etcupdate run after the
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1751 size_t match_len, int full)
1763 if (match_len > len || (full && match_len != len))
1774 return 1; /* full label match completes suffix match */
1997 size_t match_len, int full)
2007 full ? "": "suffix ", match);
2021 match, match_len, full) == 1) {
2023 full ? "Match" : "Suffix match");
2053 match, match_len, full) == 1) {
2055 full ? "Match" : "Suffix match");
2061 full
1750 domain_suffix_match(const u8 *val, size_t len, const char *match, size_t match_len, int full) argument
1996 tls_match_suffix_helper(X509 *cert, const char *match, size_t match_len, int full) argument
2067 tls_match_suffix(X509 *cert, const char *match, int full) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql251 This table contains full node descriptions for nodes in either the BASE
331 have full information. In the 'WORKING' tree it's an added or
332 copied node for which we have full information.
343 we do not have full information. Only the name is guaranteed;
346 do not have the full information. This state is generally
/freebsd-13-stable/sys/netpfil/pf/
H A Dif_pfsync.c1470 /* Request a full state table update. */
1976 bool ref = true, full = false; local
1986 return (full);
2012 full = true;
2016 return (full);
2194 goto full;
2204 full:
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c61 * with the full complement of members. All references to the memberless
62 * enum need to be redirected to the full definition. During the first
65 * memberless enum, we use the hash to locate the full definition. All
802 * need to wait until the second pass when they can be matched with their full
890 tdesc_t *full = NULL; local
895 (void) hash_find_iter(dw->dw_enumhash, tdp, die_enum_match, &full);
901 if (full == NULL) {
907 tdesc_name(tdp), full->t_id);
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c202 bool full; member in struct:netfront_txq
1335 if (txq->full &&
1337 txq->full = false;
1789 * a full re-init means reloading the firmware and
2140 txq->full = true;
/freebsd-13-stable/usr.sbin/ppp/
H A Dexec.c249 if (*p->name.full == '!') {
H A Ddatalink.c283 dl->physical->name.full);
313 dl->physical->name.full);
322 dl->physical->name.full, timeout);
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c804 dictptr->full = dict.full;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk112 @echo ${:U1 2 3:S.2.two.:Q} full stop
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm103 je @dump ;; yes, queue is full
/freebsd-13-stable/contrib/bc/
H A DMakefile.in154 VALGRIND_ARGS = --error-exitcode=100 --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c103 boolean_t full, boolean_t indx0);
106 ib_net64_t guid, boolean_t full,
362 && strncmp(val, "full", strlen(val))))
365 "flag \'defmember\' requires valid value (limited or full or both)"
368 if (!strncmp(val, "full", strlen(val)))
464 if (!strncmp(flag, "full", strlen(flag)))
/freebsd-13-stable/sys/i386/i386/
H A Dvm86.c623 goto full; /* XXX grow map? */
637 full:
/freebsd-13-stable/share/mk/
H A Dbsd.obj.mk55 # Handle special case where SRCS is full-pathed and requires
H A Dlocal.dirdeps.mk182 # This only works for DPADD with full OBJ/SRC paths, which is mostly just
H A Dmeta2deps.py644 psyco.full()
/freebsd-13-stable/contrib/sendmail/src/
H A Dmain.c100 char *FullName; /* sender's full name */
885 case 'F': /* set full name */
1121 else if (sm_strcasecmp(optarg, "full") != 0)
1687 "daemon invoked without full pathname; kill -1 won't work");
1706 char *full = NULL; local
1708 /* full names can't have newlines */
1711 full = newstr(denlstring(FullName, true, true));
1712 FullName = full;
1719 ** Quote a full name with special characters
1725 if (full !
[all...]
H A Dqueue.c1921 bool full, more; local
2151 (void) gatherq(qgrp, qdir, false, &full, &more, &h);
2165 if (full)
2492 ** full -- (optional) to be set 'true' if WorkList is full
2518 gatherq(qgrp, qdir, doall, full, more, pnentries)
2522 bool *full;
2597 if (full != NULL)
2598 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0;
2957 if (full !
[all...]
H A Dheaders.c369 ** This is to make MH (which doesn't always give a full name)
370 ** insert the full name information in all circumstances.
797 ** full -- if set, do full processing (e.g., compute
812 eatheader(e, full, log)
814 bool full;
833 /* full name of from person */
834 p = hvalue("full-name", e->e_header);
840 ** Quote a full name with special characters
956 if (full)
[all...]
/freebsd-13-stable/contrib/ee/
H A Dee.c4860 char *full, *sub; local
4864 for (full = string; (full != NULL) && (*full != '\0');
4865 full++)
4867 if (*sub == *full)
4868 return(full);
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta2deps.py643 psyco.full()
/freebsd-13-stable/stand/lua/
H A Dconfig.lua237 -- a full-line comment. The second is for 'exec' handling. Both have a single
238 -- capture group, but the difference is that the full-line comment pattern will
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c1340 int tmp, page_bad, full; local
1343 full = FALSE;
1431 full = TRUE;
1451 if (full)
2434 * XXX force a full drop of the fpu. The above only drops it if we
2437 * XXX I don't much like fpugetuserregs()'s semantics of doing a full

Completed in 274 milliseconds

1234567