Searched refs:spaces (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-13-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c1170 int len, spaces; local
1176 spaces = lastlen - len;
1177 if (spaces < 1)
1178 spaces = 1;
1180 fprintf(stderr, " [%s]%*.*s\r", str, spaces, spaces, " ");
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_txt.c1650 size_t cno, len, new, old, scno, spaces, tab_after_sp, tabs; local
1680 spaces = tab_after_sp = 0; len-- && isblank(*p); ++p)
1682 if (spaces)
1686 ++spaces;
1691 * If there are no spaces, or no tabs after spaces and less than
1692 * ts spaces, it's already minimal.
1695 if ((!spaces || (!tab_after_sp && spaces < ts)) &&
1699 /* Count up spaces/tab
1868 size_t cno, current, spaces, target, tabs; local
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dheaders.c1360 /* skip over leading spaces but preserve them */
1501 /* back up over the ':' and any spaces */
1580 /* back up over the '<' and any spaces */
2042 int opos, omax, spaces; local
2066 spaces = 0;
2069 ++spaces;
2072 if (spaces > 0)
2077 ** Restrict number of spaces to half the length of buffer
2082 if (spaces > sizeof(obuf) / 2)
2083 spaces
[all...]
/freebsd-13-stable/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c122 static const char spaces[] = " \t\r\n"; variable
483 FILL(spaces, EI_SPACE);
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c157 static char *spaces(int);
1063 spaces((TABSTOP * (1 + flen / TABSTOP))
1066 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1116 spaces((TABSTOP * (1 + flen / TABSTOP))
1119 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1181 spaces((TABSTOP * (1 + flen / TABSTOP))
1184 spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1666 spaces(int howmany) function
1668 static char space_array[] = /* 64 spaces */
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c599 const char *spaces = " "; local
628 return (dt_printf(dtp, fp, "%s %-9lld\n", spaces + i,
640 const char *spaces = " "; local
642 assert(strlen(ats) == len && strlen(spaces) == len);
662 spaces + depth, (long long)val / normal));
669 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth,
682 spaces = &spaces[len];
688 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth,
692 ats + len - depth, spaces
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmodword.mk131 # As of 2020-11-01, it is possible to have spaces before the numbers
H A Dvarmod-sysv.mk71 # The replacement string can contain spaces, thereby changing the number
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java402 String spaces = SPACES.substring(len);
408 out.printf("%s%s|%s %-9d\n", spaces.substring(depth),
413 spaces.substring(depth), val);
/freebsd-13-stable/sys/dev/pccard/
H A Dpccard.c484 int i, rid, spaces; local
508 spaces = 0;
531 spaces++;
557 spaces++;
559 if (spaces == 0) {

Completed in 213 milliseconds

12