Searched refs:ends (Results 26 - 50 of 135) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc/dist/include/
H A Dxregex2.h506 regoff_t *ends);
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dxregex2.h506 regoff_t *ends);
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dxregex2.h506 regoff_t *ends);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dxregex2.h506 regoff_t *ends);
/netbsd-current/usr.bin/make/unit-tests/
H A Dcomment.mk42 # This comment ends with 2 backslashes. An even number of backslashes does
H A Dvarmod-assign.mk15 # FIRST ends up with the value 1.
22 # operator '=' overwrites the previous value, therefore the variable LAST ends
31 # APPENDED ends up with the value "1 2 3".
H A Descape.mk66 VAR1BSsc= 111\ # This is a comment. Value ends with <backslash><space>
80 VAR2BSsc= 222\\ # This is a comment. Value ends with <backslash><backslash>
H A Dvarmod-match.mk186 # ] ends a character list for matching 1 character
190 # ) while parsing the pattern, ends a nesting level
192 # } while parsing the pattern, ends a nesting level
H A Dvarmisc.mk105 # If the expanded variable name ends in a +, this still does not influence
H A Ddeptgt-makeflags.mk59 # Instead, the \n ends up as a line that is then interpreted as a variable
H A Dvarname-dot-suffixes.mk93 # convention for these iteration variables is to have dots at both ends, so
H A Dvarmod-subst.mk90 # The :S modifier with the '^' and '$' anchors does not match a word that ends
97 # pattern ends with the word but is longer than the word.
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfnmatch_loop.c33 struct STRUCT *ends, size_t alloca_used);
41 bool no_leading_period, int flags, struct STRUCT *ends, size_t alloca_used)
100 else if (ends != NULL)
102 ends->pattern = p - 1;
103 ends->string = n;
104 ends->no_leading_period = no_leading_period;
40 FCT(const CHAR *pattern, const CHAR *string, const CHAR *string_end, bool no_leading_period, int flags, struct STRUCT *ends, size_t alloca_used) argument
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfnmatch_loop.c33 struct STRUCT *ends, size_t alloca_used);
41 bool no_leading_period, int flags, struct STRUCT *ends, size_t alloca_used)
100 else if (ends != NULL)
102 ends->pattern = p - 1;
103 ends->string = n;
104 ends->no_leading_period = no_leading_period;
40 FCT(const CHAR *pattern, const CHAR *string, const CHAR *string_end, bool no_leading_period, int flags, struct STRUCT *ends, size_t alloca_used) argument
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dmdb.c904 lp->ends = MIN_TIME;
1328 comp->ends = lease->ends;
1566 lease -> tstp = lease -> ends;
1631 lease -> tstp = lease -> ends;
1697 lt -> ends = lease -> ends;
1799 lease -> ends = cur_time;
1800 /* Lower layers of muckery set tstp to ->ends. But we send
1853 lt->ends
[all...]
H A Ddhcpleasequery.c92 if (p->ends > newest->ends) {
452 lease_duration = lease->ends - lease->starts;
490 if (lease->ends > cur_time) {
491 time_expiry = htonl(lease->ends - cur_time);
H A Ddhcp.c196 if (lease -> ends < cur_time)
441 if (lease -> ends < cur_time && lease -> scope)
447 if (when < lease -> ends)
448 when = lease -> ends;
925 if (lease && lease -> ends > cur_time) {
2242 if (lease->ends <= cur_time && offer != DHCPOFFER) {
2793 if (lease->ends - cur_time > adaptive_time)
2794 adaptive_time = lease->ends - cur_time;
2809 (int)(lease->ends - cur_time),
2965 lt -> ends
[all...]
/netbsd-current/external/gpl2/diffutils/dist/lib/posix/
H A Dregex.h515 unsigned num_regs, regoff_t *starts, regoff_t *ends));
/netbsd-current/external/gpl2/grep/dist/lib/posix/
H A Dregex.h519 unsigned num_regs, regoff_t *starts, regoff_t *ends));
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S166 #; 4 (when the high part of the shifted down dividend ends up being exactly
178 #; down dividend ends up being exactly half the shifted down divisor, we
183 #; The routine ends with comparing the resulting remainder with the
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_util.c1131 const char *ends = "BKMGTPEZ"; local
1136 for (i = 0; i < strlen(ends); i++) {
1137 if (toupper(buf[0]) == ends[i])
1140 if (i == strlen(ends)) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcodegen-diff103 (Use C<lli -debug> to find out where the function starts and ends in memory.)
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S166 #; 4 (when the high part of the shifted down dividend ends up being exactly
178 #; down dividend ends up being exactly half the shifted down divisor, we
183 #; The routine ends with comparing the resulting remainder with the
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dread.c130 Out: 1 if this character ends a line.
1317 char *ends;
1333 ends = strstr (s, "#NO_APP\n");
1335 if (!ends)
1355 ends = strstr (buffer, "#NO_APP\n");
1356 if (ends)
1357 num = ends - buffer;
1365 while (!ends);
1367 input_line_pointer = ends ? ends
1314 char *ends; local
[all...]
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DFileUtils.pm66 # If it starts with white space, prepend './', if it ends with
90 If the file is flagged as optional (ends with C<?>), then return undef

Completed in 162 milliseconds

123456