Searched defs:minstr (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm12 @EXPORT_OK = qw(first min max minstr maxstr reduce sum shuffle);
57 sub minstr (@) { reduce { $a lt $b ? $a : $b } @_ } subroutine
93 use List::Util qw(first max maxstr min minstr reduce shuffle sum);
165 =item minstr LIST
171 $foo = minstr 'A'..'Z' # 'A'
172 $foo = minstr "hello","world" # "hello"
173 $foo = minstr @bar, @baz # whatever
192 $foo = reduce { $a lt $b ? $a : $b } 'aa'..'zz' # minstr
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdaent.c501 char *minstr = NULL, *maxstr = NULL; local
509 if ((minstr = kva_match(kvap, DAOPT_MINLABEL)) == NULL)
514 if ((minstr != NULL) && (maxstr != NULL))
530 if (minstr == NULL) {
H A Dlibdevalloc.c1802 char *minstr = NULL, *maxstr = NULL; local
1880 minstr = DA_DEFAULT_MIN;
1886 minstr = strdup(kval);
1902 strlen(minstr) + strlen(KV_TOKEN_DELIMIT) +
1907 DAOPT_MINLABEL, KV_ASSIGN, minstr, KV_TOKEN_DELIMIT,
1914 free(minstr);

Completed in 26 milliseconds