Searched refs:end (Results 1 - 25 of 4991) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/gen/
H A Ddirname.c32 char *end; local
41 /* Find end of last pathname component. */
42 end = path + strlen(path);
43 while (end > path + 1 && *(end - 1) == '/')
44 --end;
47 while (end > path && *(end - 1) != '/')
48 --end;
54 if (end
[all...]
/freebsd-current/sbin/nvmecontrol/
H A Dnc_util.c35 char *end = buf + buflen - 1; local
37 *end-- = '\0';
39 *end-- = '0';
40 while (u && end >= buf) {
41 *end-- = u % 10 + '0';
44 end++;
48 return end;
/freebsd-current/sys/libkern/
H A Dscanc.c38 const u_char *end; local
42 for (end = &cp[size]; cp < end; ++cp) {
46 return (end - cp);
/freebsd-current/contrib/wpa/src/utils/
H A Dconfig.c41 char *pos, *end, *sstart; local
70 end = os_strchr(sstart, '#');
71 while (end) {
73 if (!sstart || sstart > end)
79 if (sstart > end)
80 end = os_strchr(sstart, '#');
83 if (end)
84 *end-- = '\0';
86 end = pos + os_strlen(pos) - 1;
89 while (end > po
[all...]
/freebsd-current/contrib/mandoc/
H A Dmandoc.c95 mandoc_escape(const char **end, const char **start, int *sz) argument
117 if (**end == 'E')
118 ++*end;
127 *start = ++*end;
143 ++*end;
152 *start = ++*end;
222 *start = ++*end;
229 *start = ++*end;
272 *start = ++*end;
288 ++*end;
[all...]
H A Dcompat_mkstemps.c32 char *start, *end, *cp; local
36 end = strchr(path, '\0');
37 if (suffixlen < 0 || suffixlen > end - path - 6) {
41 end -= suffixlen;
42 for (start = end; start > path; start--)
46 backup = *end;
48 *end = '\0';
50 *end = backup;
56 for (cp = start; cp < end; cp++)
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-makefile.exp1 : In the end, MAKEFILE is /dev/null.
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_sqrt.c33 goto end;
51 goto end;
70 goto end;
75 goto end;
79 goto end;
97 goto end;
100 goto end;
102 goto end;
138 goto end;
142 goto end;
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dioport.h37 .end = (_start) + (_size) - 1, \
42 resource_size_t end; member in struct:resource
48 return (r->end - r->start + 1);
54 return (a->start <= b->start && a->end >= b->end);
H A Dbitmap.h53 const unsigned int end = BIT_WORD(size); local
57 for (i = 0; i != end; i++) {
65 if ((addr[end] & mask) != mask)
74 const unsigned int end = BIT_WORD(size); local
78 for (i = 0; i != end; i++) {
86 if ((addr[end] & mask) != 0)
145 unsigned int end; local
153 end = index + nr;
154 if (end > size)
155 return (end);
178 int end; local
207 const unsigned int end = BIT_WORD(size); local
227 const unsigned int end = BIT_WORD(size); local
249 const unsigned end = BIT_WORD(size); local
271 const unsigned end = BIT_WORD(size); local
292 const unsigned int end = BITS_TO_LONGS(size); local
303 const unsigned int end = BITS_TO_LONGS(size); local
313 const unsigned int end = howmany(size, 32); local
334 const unsigned int end = BIT_WORD(size); local
357 const unsigned int end = BITS_TO_LONGS(size); local
368 const unsigned int end = BITS_TO_LONGS(size); local
379 const unsigned int end = BITS_TO_LONGS(size); local
390 const unsigned int end = BITS_TO_LONGS(size); local
401 const unsigned int end = BITS_TO_LONGS(size); local
[all...]
/freebsd-current/crypto/openssl/test/
H A Dssl_ctx_test.c40 goto end;
44 goto end;
47 goto end;
49 goto end;
51 goto end;
53 goto end;
56 goto end;
58 goto end;
60 goto end;
62 goto end;
[all...]
H A Dlhash_test.c99 goto end;
105 goto end;
110 goto end;
116 goto end;
121 goto end;
125 goto end;
130 goto end;
132 goto end;
134 goto end;
142 goto end;
[all...]
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_hline_set.c56 int end = start + n - 1; local
58 if (end > win->_maxx)
59 end = win->_maxx;
61 CHANGED_RANGE(line, start, end);
69 while (end >= start) {
70 line->text[end] = wch;
71 end--;
H A Dlib_vline_set.c56 int end = row + n - 1; local
58 if (end > win->_maxy)
59 end = win->_maxy;
67 while (end >= row) {
68 struct ldat *line = &(win->_line[end]);
71 end--;
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh174 atf_set "descr" "Tests for various end markers of here documents"
179 for end in EOF 1 \! '$$$' "string " a\\\ a\\\ \ '&' '' ' ' ' ' \
183 # check unquoted end markers
184 case "${end}" in
187 'x=$(cat << '"${end}${nl}text${nl}${end}${nl}"'); printf %s "$x"' 'text' 0
191 # and quoted end markers
193 'x=$(cat <<'"'${end}'${nl}text${nl}${end}${nl}"'); printf %s "$x"' 'text' 0
195 # and see what happens if we encounter "almost" an end marke
[all...]
/freebsd-current/stand/kboot/kboot/
H A Dseg.c51 add_avail(uint64_t start, uint64_t end, uint64_t type) argument
58 segs[nr_seg - 1].end + 1 == start &&
60 segs[nr_seg - 1].end = end;
65 * Otherwise we need to add a new range at the end, but don't need to
66 * adjust the current end.
70 segs[nr_seg].end = end;
81 remove_avail(uint64_t start, uint64_t end, uint64_t type) argument
90 if (s->end
227 uint64_t start, end; local
283 uint64_t start, end; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_hline.c59 int end = start + n - 1; local
61 if (end > win->_maxx)
62 end = win->_maxx;
64 CHANGED_RANGE(line, start, end);
76 if (end < win->_maxx && isWidecExt(line->text[end + 1])) {
77 SetChar2(line->text[end + 1], ' ');
80 while (end >= start) {
81 line->text[end] = wch;
82 end
[all...]
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_sfp_tables.tpl.h55 end
72 end
73 end
74 end
94 end
95 end
111 end
112 end
125 end
126 end
[all...]
/freebsd-current/crypto/openssl/demos/signature/
H A Drsa_pss_hash.c49 goto end;
56 goto end;
67 goto end;
76 goto end;
82 goto end;
89 goto end;
95 goto end;
99 end:
127 goto end;
134 goto end;
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_sack.c166 if (SEQ_LEQ(tp->sackblks[0].end, tp->rcv_nxt))
180 tcp_seq start, end; local
189 (tp->sackblks[0].end == tp->rcv_nxt))) {
191 saved_blks[0].end = rcv_end;
193 saved_blks[0].start = saved_blks[0].end = 0;
196 head_blk.start = head_blk.end = 0;
198 mid_blk.end = rcv_end;
203 end = tp->sackblks[i].end;
208 if (SEQ_GT(rcv_start, end)) {
307 tcp_seq end = tp->sackblks[i].end; local
423 tcp_seq end = tp->sackblks[i].end; local
465 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) argument
509 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, struct sackhole *after) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.h23 uptr end; member in struct:__sanitizer::Range
27 return lhs.begin == rhs.begin && lhs.end == rhs.end;
/freebsd-current/usr.bin/mkcsmapper/
H A Dldef.h35 u_int32_t end; member in struct:__anon6476
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua40 end
41 end
54 end
56 end
79 local function foo (i) return coroutine.yield(i) end
83 end
85 end)
86 for i=1,10 do _G.x = i; assert(f(i) == i) end
93 end
100 end
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_event_queue.c69 uint8_t begin, end, gap, idx; local
78 idx = evq->end[evb];
86 end = pt_evq_inc(idx);
87 gap = pt_evq_inc(end);
93 evq->end[evb] = end;
101 uint8_t begin, end; local
110 end = evq->end[evb];
115 if (evq_max <= end)
142 uint8_t begin, end; local
177 uint8_t begin, end; local
[all...]
/freebsd-current/sys/dev/qat/include/common/
H A Dqat_freebsd.h94 char *end; local
96 *res = strtoul(cp, &end, base);
99 if (*end == '\n')
100 end++;
101 if (*cp == 0 || *end != 0)
109 char *end; local
112 *res = temp = strtoul(cp, &end, base);
115 if (*end == '\n')
116 end++;
117 if (*cp == 0 || *end !
127 char *end; local
[all...]

Completed in 318 milliseconds

1234567891011>>