Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 54) sorted by relevance

123

/titanic_50/usr/src/cmd/expand/
H A Dunexpand.c124 int spaces = 0; /* spaces to convert to tab */ in tabify() local
134 spaces++; in tabify()
150 spaces = 0; in tabify()
163 if (spaces > 0) { in tabify()
164 (void) putchar(((spaces > 1) ? '\t' : ' ')); in tabify()
165 spaces = 0; in tabify()
171 while (spaces-- > 0) in tabify()
173 spaces = 0; in tabify()
202 spaces = 0; in tabify()
206 while (spaces-- > 0) in tabify()
[all …]
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DValid.java40 static String spaces = "\t "; field in Valid
136 return (validString(pn, badmetas + spaces + "/#:,")); in localPrinterName()
171 return (validString(pn, badmetas + spaces + "/#:,")); in remotePrinterName()
284 return (validString(d, baddestmetas + spaces)); in destination()
310 return (validString(s, badmetas + spaces + "#,:")); in serverName()
338 if (!validString(u[i], badmetas + spaces)) { in users()
369 if (!validString(u, badmetas + spaces)) { in user()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Ddist.c202 char ats[NCHARS + 1], spaces[NCHARS + 1]; in dist_print_bucket() local
217 (void) memset(spaces, ' ', NCHARS - nats); in dist_print_bucket()
218 spaces[NCHARS - nats] = 0; in dist_print_bucket()
224 mdb_printf("%*s |%s%s %lld\n", width, range, ats, spaces, count); in dist_print_bucket()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dslk_clear.c54 char * spaces = " "; in slk_clear() local
67 (long) spaces), 1); in slk_clear()
H A Dtermcap.ed122 /* pt: true if terminal has ^I tabs every 8 spaces */
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DScalarRecord.java263 s = (spaces(width - len) + s); in hexString()
269 spaces(int n) in spaces() method in ScalarRecord
313 String leftMargin = spaces(indent); in rawBytesString()
/titanic_50/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c160 static void spaces(int);
641 spaces(ch); in text()
650 spaces(ch); in text()
765 spaces(int ch) in spaces() function
H A DREADME52 2) Change the upper limit test near line 694 (procedure spaces()) in postprint.c
/titanic_50/usr/src/lib/libsqlite/src/
H A Dprintf.c222 static char spaces[] = " "; in vxprintf() local
223 #define etSPACESIZE (sizeof(spaces)-1) in vxprintf()
614 (*func)(arg,spaces,etSPACESIZE); in vxprintf()
617 if( nspace>0 ) (*func)(arg,spaces,nspace); in vxprintf()
630 (*func)(arg,spaces,etSPACESIZE); in vxprintf()
633 if( nspace>0 ) (*func)(arg,spaces,nspace); in vxprintf()
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h128 int spaces; /* number of space characters */ member
H A Ddpost.c2421 line[1].spaces = 0; in starttext()
2475 fprintf(tf, "(%s)%d %d", line[i].str, line[i].spaces, line[i].width); in endtext()
2545 line[textcount].spaces = 1; in endstring()
2548 line[textcount].spaces++; in endstring()
/titanic_50/usr/src/lib/libcmd/common/
H A Dwclib.c379 spaces: in wc_count()
437 goto spaces; in wc_count()
463 goto spaces; in wc_count()
H A Djoin.c140 int spaces; member
309 fp->spaces = 0; in getrec()
355 fp->spaces = 1; in getrec()
419 if (fp->spaces) in getrec()
487 if (cp && fp->spaces) in outfield()
/titanic_50/usr/src/cmd/sendmail/src/
H A Dheaders.c2013 int opos, omax, spaces; local
2037 spaces = 0;
2040 ++spaces;
2043 if (spaces > 0)
2053 if (spaces > sizeof(obuf) / 2)
2054 spaces = sizeof(obuf) / 2;
2055 (void) sm_snprintf(obp, SPACELEFT(obuf, obp), "%*s", spaces,
2057 opos += spaces;
2058 obp += spaces;
/titanic_50/usr/src/cmd/rpcinfo/
H A Drpcinfo.c88 static char *spaces();
1145 spaces((int)((TABSTOP * (1 + flen / TABSTOP))
1148 fieldbuf, spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1199 spaces((int)((TABSTOP * (1 + flen / TABSTOP))
1202 fieldbuf, spaces(cnt = ((TABSTOP * (1 + flen / TABSTOP))
1266 spaces((int)((TABSTOP * (1 + flen / TABSTOP))
1269 fieldbuf, spaces(cnt =
1821 spaces(howmany) in spaces() function
/titanic_50/usr/src/lib/libtecla/common/
H A Dcplmatch.c1153 static const char spaces[] = " "; in cpl_format_line() local
1154 static const int nspace = sizeof(spaces) - 1; in cpl_format_line()
1162 if(write_fn(data, spaces + nspace - n, n) != n) in cpl_format_line()
H A Dexpand.c1422 static const char spaces[] = " "; in ef_format_line() local
1423 static const int nspace = sizeof(spaces) - 1; in ef_format_line()
1431 if(write_fn(data, spaces + nspace - n, n) != n) in ef_format_line()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_consume.c589 const char *spaces = " "; in dt_print_quantline_utf8() local
618 return (dt_printf(dtp, fp, "%s %-9lld\n", spaces + i, in dt_print_quantline_utf8()
630 const char *spaces = " "; in dt_print_quantline() local
632 assert(strlen(ats) == len && strlen(spaces) == len); in dt_print_quantline()
652 spaces + depth, (long long)val / normal)); in dt_print_quantline()
659 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth, in dt_print_quantline()
672 spaces = &spaces[len]; in dt_print_quantline()
678 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth, in dt_print_quantline()
682 ats + len - depth, spaces + depth, in dt_print_quantline()
/titanic_50/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs60 # macro reference doesn't allow spaces in it, e.g. $(ENVCPPFLAGS4:-Y I,%=%).
/titanic_50/usr/src/cmd/bnu/
H A DDialers132 # o4=n\r\c set option 4 to 'n' (don't disconnect on rcvd spaces)
154 # o4=n, set option 4 to 'n' (don't disconnect on rcvd spaces)
203 # o4=n, set option 4 to 'n' (don't disconnect on rcvd spaces)
243 # o4=n, set option 4 to 'n' (don't disconnect on rcvd spaces)
/titanic_50/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java407 String spaces = SPACES.substring(len); in printDistributionLine() local
413 out.printf("%s%s|%s %-9d\n", spaces.substring(depth), in printDistributionLine()
418 spaces.substring(depth), val); in printDistributionLine()
/titanic_50/usr/src/lib/libsqlite/test/
H A Dtable.test276 # execsql {INSERT INTO 'spaces in this name!' VALUES(1)}
277 # set list [glob -nocomplain testdb/spaces*.tbl]
278 #} {testdb/spaces+in+this+name+.tbl}
/titanic_50/usr/src/uts/common/io/aac/
H A DREADME68 spaces for DMA transfers.
/titanic_50/usr/src/lib/libpp/common/
H A Dpp.tab145 SPACEOUT # output spaces in STANDALONE
/titanic_50/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME14 of spaces, tabs and new-lines).

123