/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | md5.c | 56 static UINT4 initstate[4] = variable 147 memcpy ((char *) state, (char *) initstate, sizeof (initstate)); in md5_init() 244 memcpy ((char *) state, (char *) initstate, sizeof (initstate)); in md5_password() 260 memcpy ((char *) state, (char *) initstate, sizeof (initstate)); in md5_password() 329 memcpy ((char *) state, (char *) initstate, sizeof (initstate)); in md5()
|
/titanic_52/usr/src/cmd/initpkg/ |
H A D | shutdown.sh | 39 echo "Usage: $0 [ -y ] [ -g<grace> ] [ -i<initstate> ] [ message ]" 93 initstate=s 112 initstate=$OPTARG 119 echo "$0: $OPTARG is not a valid initstate" 224 # Go to the requested initstate. 227 echo "Changing to init state $initstate - please wait" 234 /sbin/init ${initstate}
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | random.c | 44 #define initstate ______initstate macro 54 #undef initstate 69 interface. The initstate() routine is called with a seed, an array of 75 with initstate(). By default, the package runs with 128 bytes of state 150 initstate(1, randtbl, 128); 174 initstate(1, randtbl, 128); 233 value of the rear pointer; this is so successive calls to initstate won't 236 setstate so that it doesn't matter when initstate is called. in initstate() function 238 extern char* initstate(unsigned int seed, char* arg_state, size_t n) in initstate()
|
/titanic_52/usr/src/boot/include/ |
H A D | stdlib.h | 208 char *initstate(unsigned long /* XSI requires u_int */, char *, long);
|
/titanic_52/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 139 const blf_ctx initstate = local 411 *c = initstate;
|
/titanic_52/usr/src/head/ |
H A D | stdlib.h | 225 extern char *initstate(unsigned, char *, size_t);
|
/titanic_52/usr/src/lib/libbc/libc/gen/common/ |
H A D | random.c | 36 * interface. The initstate() routine is called with a seed, an array of 41 * setstate() routine with the same array as was initiallized with initstate(). 122 * initstate(1, randtbl, 128) 145 * initstate(1, &randtbl, 128); 227 * initstate: 235 * successive calls to initstate() won't lose this information and will 238 * setstate() so that it doesn't matter when initstate is called. 248 initstate(unsigned seed, char *arg_state, int n) in initstate() function 262 "initstate: state array too small, ignored; minimum size is %d bytes\n", in initstate()
|
/titanic_52/usr/src/lib/libc/port/gen/ |
H A D | random.c | 53 * interface. The initstate() routine is called with a seed, an array of 58 * setstate() routine with the same array as was initiallized with initstate(). 139 * initstate( 1, randtbl, 128 ) 162 * initstate( 1, &randtbl, 128 ); 206 * initstate: 214 * successive calls to initstate() won't lose this information and will 217 * setstate() so that it doesn't matter when initstate is called. 222 initstate( in initstate() function
|
/titanic_52/usr/src/man/man3c/ |
H A D | Makefile | 878 initstate.3c \ 2168 initstate.3c := LINKSRC = random.3c
|
/titanic_52/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1677 initstate;
|
H A D | llib-lc | 799 char *initstate(unsigned seed, char *arg_state, size_t n);
|
/titanic_52/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 878 link path=usr/share/man/man3c/initstate.3c target=random.3c
|
/titanic_52/ |
H A D | .gitignore | 4969 usr/src/man/man3c/initstate.3c
|