Searched refs:nest (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dnested.c320 new_val = AGALOC(sz, "empty nest");
763 res_val = AGALOC(sizeof(*res_val) + nm_len + 1, "nest args");
770 tArgList * arg_list = AGALOC(sizeof(*arg_list), "nest arg l");
/freebsd-13-stable/contrib/less/
H A Dbrac.c34 int nest; local
83 nest = 0;
87 nest++;
88 else if (c == cbrac && --nest < 0)
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c117 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); local
119 if (!nest)
124 nla_nest_end(msg, nest);
706 struct nlattr *nest; local
717 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
718 if (!nest)
724 nla_nest_end(msg, nest);
770 struct nlattr *nest; local
779 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
780 if (!nest)
896 struct nlattr *nest; local
955 struct nlattr *nest; local
994 struct nlattr *nest; local
1213 struct nlattr *nest; local
1268 struct nlattr *nest; local
1304 struct nlattr *nest; local
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-edge.exp5 make: "varmod-edge.mk" line 166: ok M-nest-mix
6 make: "varmod-edge.mk" line 166: ok M-nest-brk
H A Dvarmod-edge.mk47 # The final brace in the output comes from the end of M.nest-mix.
50 TESTS+= M-nest-mix
51 INP.M-nest-mix= (parentheses)
52 MOD.M-nest-mix= ${INP.M-nest-mix:M${:U*)}}
53 EXP.M-nest-mix= (parentheses)}
61 TESTS+= M-nest-brk
62 INP.M-nest-brk= [ [[ [[[
63 MOD.M-nest-brk= ${INP.M-nest
[all...]
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h906 #define KMP_BIND_USER_LOCK_TEMPLATE(nest, kind, suffix) \
908 __kmp_acquire##nest##user_lock_with_checks_ = (int (*)( \
909 kmp_user_lock_p, kmp_int32))__kmp_acquire##nest##kind##_##suffix; \
910 __kmp_release##nest##user_lock_with_checks_ = (int (*)( \
911 kmp_user_lock_p, kmp_int32))__kmp_release##nest##kind##_##suffix; \
912 __kmp_test##nest##user_lock_with_checks_ = (int (*)( \
913 kmp_user_lock_p, kmp_int32))__kmp_test##nest##kind##_##suffix; \
914 __kmp_init##nest##user_lock_with_checks_ = \
915 (void (*)(kmp_user_lock_p))__kmp_init##nest##kind##_##suffix; \
916 __kmp_destroy##nest##user_lock_with_checks
[all...]
/freebsd-13-stable/contrib/bmake/
H A Ddir.c695 int nest = 0; local
697 if (*p == '}' && nest == 0)
700 nest++;
702 nest--;
715 int nest = 0; local
717 if ((*p == '}' || *p == ',') && nest == 0)
720 nest++;
722 nest--;
H A Dvar.c2679 int nest = 0; local
2681 for (p = mod + 1; *p != '\0' && !(*p == ':' && nest == 0); p++) {
2692 nest++;
2694 nest--;
2695 if (nest < 0)
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c262 static void nest(void);
608 static void Fdrop (void) { nest(); Dfalse(); }
609 static void Fpass (void) { nest(); Pelif(); }
610 static void Ftrue (void) { nest(); Strue(); }
611 static void Ffalse(void) { nest(); Sfalse(); }
696 nest(void) function
/freebsd-13-stable/sys/netipsec/
H A Dipsec_input.c502 int error, nest; local
643 nest = 0;
647 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) {
/freebsd-13-stable/sys/netinet6/
H A Dip6_input.c486 int nest; local
497 nest = 0;
502 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) {
541 int off = sizeof(struct ip6_hdr), nest; local
904 nest = 0;
907 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) {
/freebsd-13-stable/sys/dev/hid/
H A Dhidbus.c84 int nest; /* Child attach nesting lvl */ member in struct:hidbus_softc
251 sc->nest++;
253 sc->nest--;
254 if (sc->nest != 0)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp651 KEYWORD(nest);

Completed in 117 milliseconds