Home
last modified time | relevance | path

Searched defs:MINNUM (Results 1 – 5 of 5) sorted by relevance

/dports/security/p5-String-MkPasswd/String-MkPasswd-0.04/bin/
H A Dmkpasswd.pl13 use constant MINNUM => 2; constant
/dports/security/p5-String-MkPasswd/String-MkPasswd-0.04/lib/String/
H A DMkPasswd.pm11 use constant MINNUM => 2; constant
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_niftiread.c427 #define MINNUM(a,b) ( (a) < (b) ? (a):(b)) in THD_open_nifti() macro
H A Dthd_coords.c712 #define MINNUM(a,b) ( (a) < (b) ? (a):(b)) macro
/dports/lang/gravity/gravity-0.8.5/src/shared/
H A Dgravity_value.h141 #define MINNUM(a,b) ((a) < (b) ? a : b) macro