Home
last modified time | relevance | path

Searched refs:statfields (Results 1 – 4 of 4) sorted by relevance

/dports/devel/p5-IPC-PerlSSH/IPC-PerlSSH-0.17/lib/IPC/PerlSSH/Library/
H A DFS.pm124 my %statfields = (
140 func( "stat_$_", "(stat(\$_[0]))[$statfields{$_}]" ) for keys %statfields;
/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_boxplot.c51 char *statfields, *tailmode, *nlocation, *taildet, *outlinedet, *barcolor, *textdet; in PLP_boxplot() local
64 …tdet = ""; taildet = ""; outlinedet = ""; selectex = ""; meansym = ""; statfields = ""; legendlabe… in PLP_boxplot()
96 else if( strcmp( attr, "statfields" )==0 ) statfields = lineval; in PLP_boxplot()
129 if( imeth == MEDIANBASED && statfields[0] == '\0' ) { in PLP_boxplot()
133 statfields = sfbuf; in PLP_boxplot()
136 else if( imeth == MEANBASED && statfields[0] == '\0' ) statfields = "n_obs mean sd min max"; in PLP_boxplot()
139 strcpy( buf, GL_getok( statfields, &ix )); in PLP_boxplot()
/dports/math/ploticus/pl240src/src/
H A Dproc_boxplot.c51 char *statfields, *tailmode, *nlocation, *taildet, *outlinedet, *barcolor, *textdet;
64 …tdet = ""; taildet = ""; outlinedet = ""; selectex = ""; meansym = ""; statfields = ""; legendlabe…
96 else if( strcmp( attr, "statfields" )==0 ) statfields = lineval;
129 if( imeth == MEDIANBASED && statfields[0] == '\0' ) {
133 statfields = sfbuf;
136 else if( imeth == MEANBASED && statfields[0] == '\0' ) statfields = "n_obs mean sd min max";
139 strcpy( buf, GL_getok( statfields, &ix ));
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dtiming.cpp164 static int statfields(pid_t t, ...) in statfields() function
203 statfields(gettid(), 13, "%lu", &utime, 14, "%lu", &stime, -1); in thread_seconds_user_sys()