pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-07-25
2016-07-25 20:37:28 by Martin Nilsson <nilsson@fastmail.com>
e911d6c62c97b81723d14a4d44995f0846ec8213 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Even more specific types of crypt in documentation.
3192:
push_int(ret.tv_sec); }
-
/*! @decl string(
0
..
127
) crypt(string password)
-
*! @decl int(0..1) crypt(string
typed
_password, string crypted_password)
+
/*! @decl string(
46
..
122
) crypt(string
(1..255)
password)
+
*! @decl int(0..1) crypt(string
(1..255)
input
_password,
@
+
*!
string
(46..122)
crypted_password)
*! *! This function crypts and verifies a short string (only the first *! 8 characters are significant).