Searched refs:argstr (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.bin/nl/
H A Dnl.c320 parse_numbering(const char *argstr, int section) argument
325 switch (argstr[0]) {
344 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
351 &argstr[1]);
357 numbering_properties[section].name, argstr);
/openbsd-current/regress/lib/libc/printf/
H A Dfp.c211 _testfmt(const char *result, int line, const char *argstr, const char *fmt,...) argument
222 line, fmt, argstr, s, result);
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dinfodoc.c941 char *argstr = NULL;
1000 argstr = (char *)xmalloc (p - argrep + 21);
1001 strncpy (argstr, argrep, p - argrep);
1002 sprintf (argstr + (p - argrep), "%d", arg);
1010 replen = (argstr ? strlen (argstr) : 0) + strlen (rep) + 1;
1013 if (argstr)
1015 strcat(repstr, argstr);
1017 free (argstr);
940 char *argstr = NULL; local
/openbsd-current/regress/lib/libc/wprintf/
H A Dwfp.c204 _testfmt(const wchar_t *result, int line, const char *argstr, argument
225 line, f, argstr, s, r);
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm137 my $argstr = do {
147 exists $cache_L->{$argstr} ? (
148 @{$cache_L->{$argstr}}
151 $cache_L->{$argstr} = \@q;
156 exists $cache_S->{$argstr} ? (
157 $merged ? $cache_S->{$argstr}[0] : $cache_S->{$argstr}
160 $cache_S->{$argstr} = $merged ? [$val] : $val;
/openbsd-current/libexec/ftpd/
H A Dftpd.c231 char *argstr = "AdDhnlm:MSt:T:u:PUvW46"; variable
259 while ((ch = getopt(argc, argv, argstr)) != -1) {
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregcharclass.pl1491 my $argstr= join ",", @args;
1492 my $def_fmt="$pfx$self->{op}$ext%s($argstr)";

Completed in 106 milliseconds