Searched refs:ljust (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/lsof-53/lsof/lib/
H A Dsnpf.c210 int base, int dosign, int ljust, int len,
215 int dosign, int ljust, int len, int zpad));
216 _PROTOTYPE(static void fmtstr,(char **bp, char *ep, char *value, int ljust,
296 int ljust; local
309 ljust = len = zpad = zxflag = maxwidth = 0;
320 ljust = 1;
365 (void) fmtllnum(&bp,ep,llvalue,10,0,ljust,len,zpad);
378 (void) fmtnum(&bp, ep, value, 10,0, ljust, len, zpad);
386 (void) fmtllnum(&bp,ep,llvalue,8,0,ljust,len,zpad);
399 (void) fmtnum(&bp, ep, value, 8,0, ljust, le
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A Dmetakit.py39 justs.append(string.ljust)
58 print '', string.ljust(props[c].name, widths[c]),
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_ansi.rb75 @prefix = (' ' * @indent) + bullet.ljust(bullet.length + 1)
H A Dto_markdown.rb90 @prefix = (' ' * @indent) + bullet.ljust(4)
H A Dto_rdoc.rb158 @prefix = (' ' * @indent) + bullet.ljust(bullet.length + 1)
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dbenchmark.rb176 print((labels.shift || t.label || "").ljust(label_width), t.format(format))
255 puts 'Rehearsal '.ljust(width+CAPTION.length,'-')
257 print label.ljust(width)
268 print label.ljust(width)
362 print label.to_s.ljust(@width)
H A Doptparse.rb414 l = l.to_s.ljust(width) + ' ' + r
421 l = l.to_s.ljust(width) + ' ' + r if r and !r.empty?
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dprintf.c539 int padlen, nc, ljust, i; local
555 ljust = fw = 0;
562 ljust = 1;
574 ljust = 1;
616 if (ljust)
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzconf.h145 int ljust; member in struct:zconf
H A Dzconf.c143 { "LeftJustify", first, last, CONF_BOOL, &def.ljust },
246 set_varptr ("leftjustify", &cp->ljust, cp2 ? &cp2->ljust: NULL);
H A Dzkt-ls.c135 ljustflag = config->ljust;
229 case 'L': /* ljust */
H A Ddnssec-zkt.c146 ljustflag = config->ljust;
265 case 'L': /* ljust */
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddjango.vim44 syn keyword djangoFilter contained linebreaks linebreaksbr linenumbers ljust
H A Ddtml.vim133 syn keyword dtmlMethod leave leave_another len lessThan lessThanEqualTo ljust log log10 contained
H A Dmush.vim45 syntax keyword mushFunction contained level lexits lflags link list lit ljust lmath
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_m17n_comb.rb608 t = s1.ljust(width)
613 assert_raise(ArgumentError) { s1.ljust(width, s2) }
617 assert_raise(Encoding::CompatibilityError) { s1.ljust(width, s2) }
620 t = enccall(s1, :ljust, width, s2)
H A Dtest_string.rb982 assert_equal(S("hello"), S("hello").ljust(4))
983 assert_equal(S("hello "), S("hello").ljust(11))
984 assert_equal(S("ababababab"), S("").ljust(10, "ab"), Bug2463)
985 assert_equal(S("abababababa"), S("").ljust(11, "ab"), Bug2463)
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dsmtp.rb806 buf = secret.ljust(CRAM_BUFSIZE, "\0")
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dbasic.tcl1261 ljust {anchor west}

Completed in 243 milliseconds