Searched refs:upat (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Dbundle.h102 time_t upat; /* When the link came up */ member in struct:bundle
H A Dbundle.c274 * If it's the first NCP, set our ``upat'' time
289 time(&bundle->upat);
308 * If it's our last NCP, clear our ``upat'' value.
325 bundle->upat = 0;
847 bundle.upat = 0;
1071 if (arg->bundle->upat) {
1182 if (bundle->cfg.idle.min_timeout > secs && bundle->upat) {
1183 unsigned up = now - bundle->upat;
2015 if (bundle->upat)
2016 return time(NULL) - bundle->upat;
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c5445 unsigned const char *upat = pattern;
5518 for (i = 0; upat[i] != OP_stop; i++)
5520 if (upat[i] >= OP_FIRST_OPTIONAL)
5532 switch (upat[i])
5967 as_fatal ("unhandled operand code %d", upat[i]);
5973 switch (upat[i])
6029 && upat[i+1] == OP_stop)
5442 unsigned const char *upat = pattern; local

Completed in 202 milliseconds