Searched refs:myrand (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Dmyrand.h6 /* myrand 3h
10 /* #include <myrand.h>
22 extern int myrand(void);
H A Dmyrand.c3 /* myrand 3
7 /* #include <myrand.h>
12 /* int myrand()
19 /* myrand() returns a pseudo-random number in the range [0, RAND_MAX].
44 #include <myrand.h>
56 /* myrand - pseudo-random number */
58 int myrand(void) function
H A Drand_sleep.c44 #include <myrand.h>
65 usec = (delay - variation / 2) + variation * (double) myrand() / RAND_MAX;
H A Dhtable.c378 #include <myrand.h>
405 r = myrand() % hash->used;
/macosx-10.10/postfix-255/postfix/src/dns/
H A Ddns_rr.c105 #include <myrand.h>
311 r = i + (myrand() % (len - i)); /* Victor&Son */
/macosx-10.10/postfix-255/postfix/src/smtpstone/
H A Dsmtp-sink.c289 #include <myrand.h>
469 state->id = myrand();
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddict_mysql.c203 #include "myrand.h"
443 1 + count * (double) myrand() / (1.0 + RAND_MAX) : 1;
H A Ddict_pgsql.c164 #include "myrand.h"
450 1 + count * (double) myrand() / (1.0 + RAND_MAX) : 1;
/macosx-10.10/postfix-255/postfix/src/postsuper/
H A Dpostsuper.c282 #include <myrand.h>

Completed in 86 milliseconds