Home
last modified time | relevance | path

Searched refs:t_end (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Ddecode.c254 unsigned char *t_end; in expand_special_keys()
332 expand_special_keys(t->t_start, ptr_diff(t->t_end, t->t_start)); in init_cmds()
419 t->t_end = buf + len;
753 int taction = cmd_search(cmd, (char *) t->t_start, (char *) t->t_end, &tsp); in new_lesskey()
231 char *t_end; global() member
/freebsd/lib/libbluetooth/
H A Dhci.c220 time_t t_end; in bt_devreq() local
255 t_end = time(NULL) + to; in bt_devreq()
258 to = t_end - time(NULL); in bt_devreq()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1220 t_end = m_continue_c_tids.end(); in DoResume() local
1221 t_pos != t_end; ++t_pos) in DoResume()
1243 t_end = m_continue_s_tids.end(); in DoResume() local
1244 t_pos != t_end; ++t_pos) in DoResume()