/titanic_41/usr/src/cmd/expand/ |
H A D | unexpand.c | 124 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_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Valid.java | 40 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_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | dist.c | 202 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_41/usr/src/lib/libcurses/screen/ |
H A D | slk_clear.c | 54 char * spaces = " "; in slk_clear() local 67 (long) spaces), 1); in slk_clear()
|
H A D | termcap.ed | 122 /* pt: true if terminal has ^I tabs every 8 spaces */
|
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ScalarRecord.java | 263 s = (spaces(width - len) + s); in hexString() 269 spaces(int n) in spaces() method in ScalarRecord 313 String leftMargin = spaces(indent); in rawBytesString()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | postprint.c | 160 static void spaces(int); 641 spaces(ch); in text() 650 spaces(ch); in text() 765 spaces(int ch) in spaces() function
|
H A D | README | 52 2) Change the upper limit test near line 694 (procedure spaces()) in postprint.c
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 222 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_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.h | 128 int spaces; /* number of space characters */ member
|
H A D | dpost.c | 2421 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_41/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 379 spaces: in wc_count() 437 goto spaces; in wc_count() 463 goto spaces; in wc_count()
|
H A D | join.c | 140 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_41/usr/src/cmd/sendmail/src/ |
H A D | headers.c | 2013 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_41/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 88 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_41/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 1153 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 D | expand.c | 1422 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_41/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 589 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_41/usr/src/grub/grub-0.97/ |
H A D | Makefile.solaris.defs | 60 # macro reference doesn't allow spaces in it, e.g. $(ENVCPPFLAGS4:-Y I,%=%).
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Dialers | 132 # 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_41/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 407 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_41/usr/src/lib/libsqlite/test/ |
H A D | table.test | 276 # 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_41/usr/src/uts/common/io/aac/ |
H A D | README | 68 spaces for DMA transfers.
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | pp.tab | 145 SPACEOUT # output spaces in STANDALONE
|
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | README | 14 of spaces, tabs and new-lines).
|