Searched defs:spaces (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dslk_clear.c54 char * spaces = " "; local
67 (long) spaces), 1);
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DScalarRecord.java263 s = (spaces(width - len) + s);
269 spaces(int n) method in class:ScalarRecord
301 * @param indent number of spaces to indent each line of the
313 String leftMargin = spaces(indent);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c474 int spaces = 0;
479 /* Count the number of spaces that have to be escaped. XXX:
480 More than just spaces have to be escaped. */
483 spaces++;
485 ret = grub_malloc (match_len - current_len + grub_strlen (suffix) + spaces + 1);
473 int spaces = 0; local
/osnet-11/usr/src/lib/libcmd/common/
H A Djoin.c36 "output. By default, a field is delimited by one or more spaces "
37 "and tabs with leading spaces and/or tabs ignored. The \b-t\b option "
140 int spaces; member in struct:File_s
309 fp->spaces = 0;
355 fp->spaces = 1;
418 /* eliminate leading spaces */
419 if (fp->spaces)
487 if (cp && fp->spaces)
491 /*eliminate leading spaces */
H A Dpr.c47 "[i:replace?Replace spaces with \achar\as to tab \awidth\a.]:?"
55 "[o:indent|margin|offset?Indent each line with \aindent\a spaces.]#[indent:=0]"
245 static int outspaces(register Pr_t* pp,register int spaces, register int col) argument
250 /* changes spaces <pp->otab> */
251 while(spaces >= col)
256 spaces -= col;
260 if(spaces>0)
261 if(sfnputc(pp->outfile,' ',spaces) < 0)
263 return n+=spaces;
269 * <spaces> giv
272 outcol(register Pr_t *pp,char *buff, register int size, int spaces) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dheaders.c1333 /* skip over leading spaces but preserve them */
1474 /* back up over the ':' and any spaces */
1553 /* back up over the '<' and any spaces */
2013 int opos, omax, spaces; local
2037 spaces = 0;
2040 ++spaces;
2043 if (spaces > 0)
2048 ** Restrict number of spaces to half the length of buffer
2053 if (spaces > sizeof(obuf) / 2)
2054 spaces
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dprintf.c222 static char spaces[] = " "; local
223 #define etSPACESIZE (sizeof(spaces)-1)
614 (*func)(arg,spaces,etSPACESIZE);
617 if( nspace>0 ) (*func)(arg,spaces,nspace);
630 (*func)(arg,spaces,etSPACESIZE);
633 if( nspace>0 ) (*func)(arg,spaces,nspace);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c496 const char *spaces = " "; local
498 assert(strlen(ats) == len && strlen(spaces) == len);
513 spaces + depth, (long long)val / normal));
520 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth,
533 spaces = &spaces[len];
539 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth,
543 ats + len - depth, spaces + depth,

Completed in 30 milliseconds