Searched refs:init_key (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dspawn_command.c120 static void get_spawn_args(struct spawn_args * args, int init_key, va_list ap) argument
143 for (key = init_key; key != SPAWN_CMD_END; key = va_arg(ap, int)) {
/macosx-10.9.5/ruby-104/ruby/
H A Drandom.c24 or init_by_array(mt, init_key, key_length).
131 /* init_key is the array for initializing keys */
135 init_by_array(struct MT *mt, unsigned int init_key[], int key_length) argument
143 + init_key[j] + j; /* non linear */

Completed in 126 milliseconds