Searched defs:maxstr (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);
59 sub maxstr (@) { reduce { $a gt $b ? $a : $b } @_ } subroutine
93 use List::Util qw(first max maxstr min minstr reduce shuffle sum);
138 =item maxstr LIST
144 $foo = maxstr 'A'..'Z' # 'Z'
145 $foo = maxstr "hello","world" # "world"
146 $foo = maxstr @bar, @baz # whatever
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdaent.c501 char *minstr = NULL, *maxstr = NULL; local
511 if ((maxstr = kva_match(kvap, DAOPT_MAXLABEL)) == NULL)
514 if ((minstr != NULL) && (maxstr != NULL))
536 if (maxstr == NULL) {
H A Dlibdevalloc.c1802 char *minstr = NULL, *maxstr = NULL; local
1881 maxstr = DA_DEFAULT_MAX;
1890 maxstr = strdup(kval);
1903 strlen(DAOPT_MAXLABEL) + strlen(KV_ASSIGN) + strlen(maxstr)
1908 DAOPT_MAXLABEL, KV_ASSIGN, maxstr);
1916 free(maxstr);

Completed in 31 milliseconds