Searched refs:fptr (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/lib/libc/stdlib/
H A Drandom.c170 * fptr and rptr are two pointers into the state info, a front and a rear
183 static uint32_t *fptr = &randtbl[SEP_3 + 1]; variable
249 fptr = &state[rand_sep];
285 fptr = &state[rand_sep];
395 fptr = &state[(rear + rand_sep) % rand_deg];
431 f = fptr; r = rptr;
442 fptr = f; rptr = r;
H A Datexit.c89 * Register the function described by 'fptr' to be called at application
94 atexit_register(struct atexit_fn *fptr) argument
121 p->fns[p->ind++] = *fptr;
/barrelfish-2018-10-04/lib/posixcompat/
H A Drandom.c188 * fptr and rptr are two pointers into the state info, a front and a rear
201 static uint32_t *fptr = &randtbl[SEP_3 + 1]; variable
276 fptr = &state[rand_sep];
324 fptr = &state[rand_sep];
449 fptr = &state[(rear + rand_sep) % rand_deg];
484 f = fptr; r = rptr;
495 fptr = f; rptr = r;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_conn.c597 int (**fptr)(const BIO *bio,int state,int xret);
599 fptr=(int (**)(const BIO *bio,int state,int xret))ptr;
600 *fptr=data->info_callback;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dbio_ssl.c470 void (**fptr)(const SSL *xssl,int type,int val);
472 fptr=(void (**)(const SSL *xssl,int type,int val))ptr;
473 *fptr=SSL_get_info_callback(ssl);
/barrelfish-2018-10-04/usr/replay/
H A Dslave.c278 dmsg("[R] op_id:%d er->fnumsize:%u, read:%d fname:%d pid:%d error:%d eof:%d pos:%ld\n", op_id, er->fnumsize, ret, fd2fname[er->fd], er->pid, ferror(fptr), feof(fptr), ftell(fptr));
319 //msg("[S] op_id:%d er->fnumsize:%u, seek:%d fname:%d pid:%d error:%d eof:%d pos:%ld\n", op_id, er->fnumsize, ret, fd2fname[er->fd], er->pid, ferror(fptr), feof(fptr), ftell(fptr));
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c5663 PCRE_PUCHAR fptr; local
5684 fptr = eptr - 1;
5685 if (!utf) c = *fptr; else
5687 BACKCHAR(fptr);
5688 GETCHAR(c, fptr);
5692 eptr = fptr;

Completed in 111 milliseconds