Searched defs:is_numeric (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh963 # is_numeric(): Tells if a string is numeric.
967 is_numeric() function
985 # not_numeric(): Reverses the return values of is_numeric. Useful
993 is_numeric $1
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh764 # is_numeric(): Tells is a string is numeric.
768 is_numeric() function
787 # not_numeric(): Reverses the return values of is_numeric. Useful
795 is_numeric $1
819 if is_numeric $1; then

Completed in 60 milliseconds