HomeSort by: relevance | last modified time | path
    Searched refs:strpct (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libutil/
t_strpct.c 84 const char *have = strpct(buf + 1, bufsiz, num, den, digits);
155 ATF_TC(strpct);
156 ATF_TC_HEAD(strpct, tc)
158 atf_tc_set_md_var(tc, "descr", "Checks strpct(3)");
160 ATF_TC_BODY(strpct, tc)
199 ATF_TP_ADD_TC(tp, strpct);
  /src/lib/libutil/
Makefile 24 strpct.c ttyaction.c ttymsg.c
35 snprintb.3 sockaddr_snprintf.3 stat_flags.3 strpct.3 ttyaction.3 \
104 MLINKS+=strpct.3 strspct.3
strpct.c 1 /* $NetBSD: strpct.c,v 1.6 2025/05/13 04:50:45 rillig Exp $ */
43 __RCSID("$NetBSD: strpct.c,v 1.6 2025/05/13 04:50:45 rillig Exp $");
70 (void)strpct(buf + sign, bufsiz - sign, imax_abs(numerator),
117 strpct(char *buf, size_t bufsiz, uintmax_t numerator, uintmax_t denominator, function in typeref:typename:char *
  /src/tests/bin/df/
t_df.sh 79 /dev/strpct 21474836476 10737418240 10737418236 50% /strpct
137 /dev/strpct 20T 10T 10T 50% /strpct
  /src/include/
util.h 137 char *strpct(char *, size_t, uintmax_t, uintmax_t, size_t);
  /src/bin/csh/
time.c 196 (void)fputs(strpct(pb, sizeof(pb),

Completed in 14 milliseconds