Searched refs:frandom (Results 1 – 2 of 2) sorted by relevance
60 static FILE *frandom; in readentropy() local65 if (frandom == NULL) { in readentropy()66 frandom = fopen(rndfile, "rb"); in readentropy()67 if (frandom == NULL) { in readentropy()71 setbuf(frandom, NULL); in readentropy()73 if (fread(out, 1, outsize, frandom) != outsize) { in readentropy()76 feof(frandom) ? "EOF" : strerror(errno)); in readentropy()
1090 def frandom_seed_EQ : Joined<["-"], "frandom-seed=">, Group<clang_ignored_f_Group>;