Searched refs:p_count (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Drename_dir.c75 int p_count = 0; local
77 p_count++;
79 p_count++;
80 if (p_count)
81 (void) fprintf(stderr, "p_count: %d", p_count);
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Drename_dir.c76 int p_count = 0; local
78 p_count++;
80 p_count++;
81 if (p_count) {
82 (void) strlcat(buf, "p_count: %d,", 256);
84 (void) fprintf(stderr, buf, p_count);
/freebsd-current/sys/dev/mlxfw/
H A Dmlxfw_mfa2.h51 u32 *p_count);
H A Dmlxfw_mfa2_tlv_multi.h59 u16 *p_count);
H A Dmlxfw_mfa2_tlv_multi.c107 u16 *p_count)
122 *p_count = count;
104 mlxfw_mfa2_tlv_multi_child_count(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv_multi *multi, enum mlxfw_mfa2_tlv_type type, u16 *p_count) argument
H A Dmlxfw_mfa2.c398 u32 *p_count)
414 *p_count = count;
396 mlxfw_mfa2_file_component_count(const struct mlxfw_mfa2_file *mfa2_file, const char *psid, u32 psid_size, u32 *p_count) argument
/freebsd-current/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk217 class_add_prop(SromOpBind, p_count, "count")
229 class_add_prop(Array, p_count, "count")
289 class_add_prop(ArrayType, p_count, "count")
1120 set(_obj, p_count, 1)
1150 _count = get(bind, p_count)
1193 set(bind, p_count, _count + 1)
1205 if (get(bind, p_count) != 1)
1284 _count = get(bind, p_count)
1316 _count = get(bind, p_count)
2251 set(_obj, p_count,
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c211 static int p_count(struct parse *);
579 count = p_count(p);
582 count2 = p_count(p);
750 count = p_count(p);
753 count2 = p_count(p);
773 - p_count - parse a repetition count
776 p_count(struct parse *p) function
/freebsd-current/contrib/nvi/regex/
H A Dregcomp.c86 static int p_count(struct parse *p);
452 count = p_count(p);
455 count2 = p_count(p);
639 count = p_count(p);
642 count2 = p_count(p);
662 - p_count - parse a repetition count
665 p_count(struct parse *p) function
/freebsd-current/lib/libc/regex/
H A Dregcomp.c123 static int p_count(struct parse *p);
597 count = p_count(p);
600 count2 = p_count(p);
974 count = p_count(p);
977 count2 = p_count(p);
997 - p_count - parse a repetition count
998 == static int p_count(struct parse *p);
1001 p_count(struct parse *p) function
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1149 int p_count = 0; // This is for parenthesis matching
1152 ++p_count;
1154 if (p_count == 1)
1156 --p_count;

Completed in 298 milliseconds