Home
last modified time | relevance | path

Searched refs:past (Results 1 – 25 of 84) sorted by relevance

1234

/dragonfly/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c376 int elapsed(struct timeval *past, struct timeval *now) in elapsed() argument
380 el = now->tv_sec - past->tv_sec; in elapsed()
383 el = now->tv_usec - past->tv_usec; in elapsed()
386 el += 1000*1000-past->tv_usec; in elapsed()
H A Dw00t.h54 int elapsed(struct timeval *past, struct timeval *now);
/dragonfly/contrib/zlib-1.2/
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
405 state->past = 0;
528 return state->mode == GZ_READ ? state->past : 0;
568 state->past = 0;
H A Dgzread.c332 state->past = 1; /* tried to read past end */
516 state->past = 0;
538 state->past = 0;
580 state->past = 1; /* read past end */
H A Dgzguts.h189 int past; /* true if read requested past end */ member
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dinitializer_list77 // One past the last element.
93 * @brief Return an iterator pointing to one past the last element
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dinitializer_list77 // One past the last element.
93 * @brief Return an iterator pointing to one past the last element
/dragonfly/share/zoneinfo/
H A DNEWS19 Changes to past timestamps
166 Changes to past timestamps
375 Changes to past timestamps
481 Changes to past timestamps
543 Changes to past timestamps
618 Changes to past timestamps
700 Changes to past timestamps
788 Changes to past timestamps
872 Change to past timestamps
965 Changes to past timestamps
[all …]
H A DREADME31 in the past and thus may be expected in the future.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dregex512 * @param last one-past-the-end of the character sequence.
544 * @param last one-past-the-end of the character sequence.
562 * @param last one-past-the-end of the collation element name.
580 * @param last one-past-the-end of the character sequence.
2118 * @param last One-past-the-end of the character sequence to match.
2144 * @param last One-past-the-end of the character sequence to match.
2259 * @param last [IN] One-past-the-end of the string to search.
2283 * @param last [IN] One-past-the-end of the string to search.
2461 * one-past-the-end of a range.
2470 * @param b [IN] One-past-the-end of the text range to search.
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dregex509 * @param last one-past-the-end of the character sequence.
541 * @param last one-past-the-end of the character sequence.
559 * @param last one-past-the-end of the collation element name.
577 * @param last one-past-the-end of the character sequence.
2115 * @param last One-past-the-end of the character sequence to match.
2141 * @param last One-past-the-end of the character sequence to match.
2256 * @param last [IN] One-past-the-end of the string to search.
2280 * @param last [IN] One-past-the-end of the string to search.
2458 * one-past-the-end of a range.
2467 * @param b [IN] One-past-the-end of the text range to search.
[all …]
/dragonfly/contrib/tcsh-6/
H A Dsh.func.c920 goto past; in histgetword()
944 goto past; in histgetword()
971 past: in histgetword()
1021 goto past; in getword()
1041 goto past; in getword()
1074 past: in getword()
/dragonfly/test/stress/fsstress/
H A DREADME43 with it in the past.
/dragonfly/usr.bin/calendar/calendars/
H A Dcalendar.space31 06/13 Pioneer 10 flies past Neptune's orbit, and becomes the first human
/dragonfly/usr.bin/col/
H A DREADME35 - can back up past first line (as far as you want) so you
/dragonfly/contrib/tcp_wrappers/
H A DREADME.IRIX3 In the past few months I received several messages with questions from
/dragonfly/lib/libc/db/
H A Dchangelog45 Create fixed-length intermediate records past "end" of DB
/dragonfly/usr.sbin/makefs/
H A Dcd9660.c1007 int past) in cd9660_handle_collisions() argument
1012 int temp_past = past; in cd9660_handle_collisions()
1031 temp_past = past; in cd9660_handle_collisions()
1041 skip += past; in cd9660_handle_collisions()
/dragonfly/games/hunt/
H A DREADME.protocol182 If the cursor goes past the rightmost column of the screen,
184 The cursor should never be advanced past the bottom row.
/dragonfly/lib/libc/nls/
H A Dnl_NL.ISO8859-1.msg89 41 Protocol past niet bij dit contactpunt
/dragonfly/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2285 int elapsedd(struct timeval *past, struct timeval *now) in elapsedd() argument
2289 el = now->tv_sec - past->tv_sec; in elapsedd()
2292 el = now->tv_usec - past->tv_usec; in elapsedd()
2295 el += 1000*1000-past->tv_usec; in elapsedd()
/dragonfly/games/fortune/datfiles/
H A Ddragonfly-funny144 past hacks staring back at me
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind.inc70 /* Don't let us unwind past the handler context. */
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind.inc72 /* Don't let us unwind past the handler context. */
/dragonfly/contrib/file/
H A DChangeLog811 * Don't treat magic as an error if offset was past EOF (Christoph Biedl)
1002 * Fix read past allocated memory caused by double-incrementing
1184 - file_showstr could move one past the end of the array
1442 Fix variable precision bug: be sure to step past '*'.
1782 * Don't try to read past the end of the buffer (Mike Frysinger)
1980 * Don't lookup past the end of the buffer

1234