Home
last modified time | relevance | path

Searched refs:padchar (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/devel/ptypes/ptypes-2.1.1/src/
H A Dpstrconv.cxx84 if (padchar == 0) in _itobase2()
88 padchar = ' '; in _itobase2()
90 padchar = '.'; in _itobase2()
92 padchar = '0'; in _itobase2()
98 memset(pchar(pconst(result)) + neg, padchar, width); in _itobase2()
111 _itobase2(result, value, base, width, padchar, true); in itostring()
119 _itobase2(result, value, base, width, padchar, false); in itostring()
124 string ptdecl itostring(int value, int base, int width, char padchar) in itostring() argument
127 _itobase2(result, large(value), base, width, padchar, true); in itostring()
132 string ptdecl itostring(uint value, int base, int width, char padchar) in itostring() argument
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A Dpad_strn.m1 function S = pad_strn (strg,padchar,n,loc)
2 % S = PAD_STRN (strg,padchar,n,loc)
3 %This function pad the string 'strg' with 'padchar' characters
5 % if loc = 1 the 'padchar' are added to the left of 'strg'
6 % if loc = -1 the 'padchar' are added to the right of 'strg'
9 if (~ischar(strg) | ~ischar(padchar)),
19 S = sprintf ('%s%s',padchar,S);
21 S = sprintf ('%s%s',S,padchar);
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dpad-file.c32 char padchar = '\0'; in main() local
39 padchar = atoi(optarg); in main()
40 printf("Padding with value %i, character \"%c\"\n", (int)padchar, padchar); in main()
43 padchar = optarg[0]; in main()
44 printf("Padding with character \"%c\"\n", padchar); in main()
65 if (pad_file(infn, padtolen, padchar)) { in main()
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/docsrc/libref/
H A Dpad-string.sgm18 (pad-string string length padchar)
25 Returns <literal>string</literal>, padded in front with <literal>padchar</literal> to at least <lit…
27 <literal>padchar</literal> is not a <literal>(string?)</literal>, <literal>padchar</literal> is the…
45 <varlistentry><term><literal>padchar</literal></term>
48 The character (string, actually) to use as padding. If <literal>padchar</literal> is
67 (define (pad-string string length padchar)
70 (string? padchar)
71 (> (string-length padchar) 0))
75 (loop (string-append padchar s)
76 (- count (string-length padchar)))))
/dports/textproc/p5-String-Pad/String-Pad-0.021/lib/String/
H A DPad.pm19 my ($text0, $width, $which, $padchar, $is_trunc) = @_;
25 $padchar //= " ";
46 $text = ($padchar x ($width-$w)) . $text;
49 $text = ($padchar x $n) . $text . ($padchar x ($width-$w-$n));
52 $text .= ($padchar x ($width-$w));
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/docsrc/htmlpr/
H A Dlinenumber-padchar.sgm4 <?html-filename linenumber-padchar.html>
7 <RefEntryTitle>%linenumber-padchar%</RefEntryTitle>
12 <RefName>%linenumber-padchar%</RefName>
18 %linenumber-padchar%
25 Line numbers will be padded (on the left) with <literal>%linenumber-padchar%</literal>.</para>
32 (define %linenumber-padchar%
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/docsrc/printpr/
H A Dlinenumber-padchar.sgm4 <?html-filename linenumber-padchar.html>
7 <RefEntryTitle>%linenumber-padchar%</RefEntryTitle>
12 <RefName>%linenumber-padchar%</RefName>
18 %linenumber-padchar%
25 Line numbers will be padded (on the left) with <literal>%linenumber-padchar%</literal>.</para>
32 (define %linenumber-padchar%
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/unix-compat-0.5.2/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/unix-compat-0.5.2/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/unix-compat-0.5.2/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A Dgettemp.c49 static const unsigned char padchar[] = variable
88 r = arc4random_uniform((unsigned int)(sizeof(padchar) - 1)); in GETTEMP()
89 *trv-- = padchar[r]; in GETTEMP()
139 pad = strchr((const char *)padchar, *trv); in GETTEMP()
146 *trv = (*++pad == '\0') ? padchar[0] : *pad; in GETTEMP()
/dports/lang/elm/compiler-0.19.1/_cabal_deps/unix-compat-0.5.2/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/devel/stack/stack-2.7.3/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/unix-compat-0.5.3/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/unix-compat-0.5.2/cbits/
H A Dmktemp.c50 static const unsigned char padchar[] = variable
92 randidx = randval % (sizeof(padchar) - 1); in _gettemp()
93 *trv-- = padchar[randidx]; in _gettemp()
135 pad = strchr(padchar, *trv); in _gettemp()
142 *trv = (*++pad == '\0') ? padchar[0] : *pad; in _gettemp()
/dports/net/evans/evans-0.9.1/vendor/github.com/juju/ansiterm/
H A Dtabwriter.go14 func NewTabWriter(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Tab…
15 return new(TabWriter).Init(output, minwidth, tabwidth, padding, padchar, flags)
57 func (t *TabWriter) Init(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uin…
60 Writer: t.tw.Init(writer, minwidth, tabwidth, padding, padchar, flags),
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/juju/ansiterm/ansiterm-720a0952cc2a/
H A Dtabwriter.go14 func NewTabWriter(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uint) *Tab…
15 return new(TabWriter).Init(output, minwidth, tabwidth, padding, padchar, flags)
57 func (t *TabWriter) Init(output io.Writer, minwidth, tabwidth, padding int, padchar byte, flags uin…
60 Writer: t.tw.Init(writer, minwidth, tabwidth, padding, padchar, flags),

12345678910>>...14