Searched refs:tvptr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/apr/poll/unix/ |
| D | select.c | 39 struct timeval tv, *tvptr; in apr_poll() local 60 tvptr = NULL; in apr_poll() 65 tvptr = &tv; in apr_poll() 130 rv = pipe_select(maxfd + 1, &readset, &writeset, &exceptset, tvptr); in apr_poll() 135 rv = select(maxfd + 1, &readset, &writeset, &exceptset, tvptr); in apr_poll() 346 struct timeval tv, *tvptr; in impl_pollset_poll() local 366 tvptr = NULL; in impl_pollset_poll() 371 tvptr = &tv; in impl_pollset_poll() 381 tvptr); in impl_pollset_poll() 386 tvptr); in impl_pollset_poll()
|
| D | kqueue.c | 258 struct timespec tv, *tvptr; in impl_pollset_poll() local 263 tvptr = NULL; in impl_pollset_poll() 268 tvptr = &tv; in impl_pollset_poll() 272 pollset->p->setsize, tvptr); in impl_pollset_poll() 448 struct timespec tv, *tvptr; in impl_pollcb_poll() local 452 tvptr = NULL; in impl_pollcb_poll() 457 tvptr = &tv; in impl_pollcb_poll() 461 tvptr); in impl_pollcb_poll()
|
| D | port.c | 93 struct timespec tv, *tvptr; in call_port_getn() local 98 tvptr = NULL; in call_port_getn() 103 tvptr = &tv; in call_port_getn() 110 ret = port_getn(port, list, max, nget, tvptr); in call_port_getn()
|
| /freebsd-10-stable/bin/sh/ |
| D | miscbltin.c | 104 char *tvptr; in readcmd() local 124 tv.tv_sec = strtol(shoptarg, &tvptr, 0); in readcmd() 125 if (tvptr == shoptarg) in readcmd() 127 switch(*tvptr) { in readcmd()
|
| /freebsd-10-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-3 | 3276 Fgettimeofday,tvptr,tzptr 3288 tvptr and/or tzptr is an invalid pointer value.
|
| D | gdb.texinfo | 21382 Fgettimeofday,tvptr,tzptr 21395 tvptr and/or tzptr is an invalid pointer value.
|