/illumos-gate/usr/src/cmd/expand/ |
H A D | unexpand.c | 122 int spaces = 0; /* spaces to convert to tab */ in tabify() local 132 spaces++; in tabify() 148 spaces = 0; in tabify() 161 if (spaces > 0) { in tabify() 162 (void) putchar(((spaces > 1) ? '\t' : ' ')); in tabify() 163 spaces = 0; in tabify() 169 while (spaces-- > 0) in tabify() 171 spaces = 0; in tabify() 200 spaces = 0; in tabify() 204 while (spaces-- > 0) in tabify() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | dist.c | 200 char ats[NCHARS + 1], spaces[NCHARS + 1]; in dist_print_bucket() local 215 (void) memset(spaces, ' ', NCHARS - nats); in dist_print_bucket() 216 spaces[NCHARS - nats] = 0; in dist_print_bucket() 222 mdb_printf("%*s |%s%s %lld\n", width, range, ats, spaces, count); in dist_print_bucket()
|
/illumos-gate/usr/src/test/os-tests/tests/definit/ |
H A D | init.data | 4 # comment indented with spaces 6 # comment indented with both spaces and tabs 7 # comment indented with alternating spaces and tabs 10 # lines consisting of only spaces follow
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | softcore.fr | 21 : spaces ( n -- ) 0 ?do space loop ; 66 drop else spaces 73 drop else spaces 83 drop else spaces 91 -rot <# #s #> rot over - dup 0< if drop else spaces then type space ; 154 IF 3 spaces ELSE dup c@ 0 <# # # #> type space THEN 242 get-order 0 ?do 3 spaces list-wid loop cr
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | slk_clear.c | 52 char * spaces = " "; in slk_clear() local 65 (long) spaces), 1); in slk_clear()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | postprint.c | 159 static void spaces(int); 640 spaces(ch); in text() 649 spaces(ch); in text() 764 spaces(int ch) in spaces() function
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 219 static char spaces[] = " "; in vxprintf() local 220 #define etSPACESIZE (sizeof(spaces)-1) in vxprintf() 611 (*func)(arg,spaces,etSPACESIZE); in vxprintf() 614 if( nspace>0 ) (*func)(arg,spaces,nspace); in vxprintf() 627 (*func)(arg,spaces,etSPACESIZE); in vxprintf() 630 if( nspace>0 ) (*func)(arg,spaces,nspace); in vxprintf()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | check-password.4th | 63 2 spaces 68 1 spaces 111 3 spaces \ Erase the twiddle 115 3 spaces read-start @ sr at-xy \ Erase the twiddle 120 0= if 3 spaces read-start @ sr at-xy then \ Twiddle
|
H A D | menu.4th | 571 drop 40 spaces \ erase message 678 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 679 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 680 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 681 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 682 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 683 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces
|
H A D | beadm.4th | 88 ." BE" dup 2 - spaces ." Type Device" cr 96 dup value_buffer .len @ - spaces 101 name_buffer strget s" bootfs" compare 0= if 2 spaces then 102 name_buffer strget s" chain" compare 0= if 3 spaces then
|
H A D | support.4th | 543 \ <line> ::= <spaces><name><spaces>'='<spaces><value><spaces>[<comment>] | 544 \ <spaces>[<comment>] 552 \ <line> ::= <spaces>setprop<spaces><name><spaces><value><spaces>[<comment>] | 553 \ <spaces>[<comment>] 1966 \ compute the length of the buffer including the spaces between words
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.multiaggs.d.out | 2 spaces
|
/illumos-gate/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 | 2419 line[1].spaces = 0; in starttext() 2473 fprintf(tf, "(%s)%d %d", line[i].str, line[i].spaces, line[i].width); in endtext() 2543 line[textcount].spaces = 1; in endstring() 2546 line[textcount].spaces++; in endstring()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | wclib.c | 385 spaces: in wc_count() 455 goto spaces; in wc_count() 481 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() 477 if (cp && fp->spaces) in outfield()
|
/illumos-gate/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;
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 1151 static const char spaces[] = " "; in cpl_format_line() local 1152 static const int nspace = sizeof(spaces) - 1; in cpl_format_line() 1160 if(write_fn(data, spaces + nspace - n, n) != n) in cpl_format_line()
|
H A D | expand.c | 1421 static const char spaces[] = " "; in ef_format_line() local 1422 static const int nspace = sizeof(spaces) - 1; in ef_format_line() 1430 if(write_fn(data, spaces + nspace - n, n) != n) in ef_format_line()
|
/illumos-gate/ |
H A D | CODE_OF_CONDUCT.md | 48 This Code of Conduct applies within all project spaces, including but not 59 or its community in public spaces. Examples of representing a project or
|
H A D | README.md | 30 Participation in our community spaces, and in the project in general, are
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 591 const char *spaces = " "; in dt_print_quantline_utf8() local 620 return (dt_printf(dtp, fp, "%s %-9lld\n", spaces + i, in dt_print_quantline_utf8() 632 const char *spaces = " "; in dt_print_quantline() local 634 assert(strlen(ats) == len && strlen(spaces) == len); in dt_print_quantline() 654 spaces + depth, (long long)val / normal)); in dt_print_quantline() 661 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth, in dt_print_quantline() 674 spaces = &spaces[len]; in dt_print_quantline() 680 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth, in dt_print_quantline() 684 ats + len - depth, spaces + depth, in dt_print_quantline()
|
/illumos-gate/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)
|