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

1234567891011>>

/freebsd-13-stable/lib/libc/gen/
H A Ddirname.c35 char *end; local
44 /* Find end of last pathname component. */
45 end = path + strlen(path);
46 while (end > path + 1 && *(end - 1) == '/')
47 --end;
50 while (end > path && *(end - 1) != '/')
51 --end;
57 if (end
[all...]
/freebsd-13-stable/sys/powerpc/include/
H A Dstack.h34 extern int end[];
/freebsd-13-stable/sbin/nvmecontrol/
H A Dnc_util.c37 char *end = buf + buflen - 1; local
39 *end-- = '\0';
41 *end-- = '0';
42 while (u && end >= buf) {
43 *end-- = u % 10 + '0';
46 end++;
50 return end;
/freebsd-13-stable/sys/libkern/
H A Dscanc.c42 const u_char *end; local
46 for (end = &cp[size]; cp < end; ++cp) {
50 return (end - cp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DStringConvert.cpp19 char *end = nullptr; local
20 const long sval = ::strtol(s, &end, base);
21 if (*end == '\0') {
35 char *end = nullptr; local
36 const unsigned long uval = ::strtoul(s, &end, base);
37 if (*end == '\0') {
51 char *end = nullptr; local
52 int64_t uval = ::strtoll(s, &end, base);
53 if (*end == '\0') {
67 char *end local
82 char *end = nullptr; local
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-makefile.exp1 : In the end, MAKEFILE is /dev/null.
H A Dsuff-lookup.exp6 Adding suffix ".dead-end"
8 inserting ".ccc" (3) at end of list
9 inserting ".cc" (2) at end of list
12 inserting ".c" (1) at end of list
13 inserting ".ccc" (3) at end of list
16 inserting ".short" (4) at end of list
17 inserting ".c" (1) at end of list
20 inserting ".sho" (5) at end of list
21 inserting ".c" (1) at end of list
23 defining transformation from `.dead-end' t
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_sqrt.c31 goto end;
49 goto end;
67 goto end;
72 goto end;
76 goto end;
94 goto end;
97 goto end;
99 goto end;
135 goto end;
139 goto end;
[all...]
H A Dbn_kron.c39 goto end;
43 goto end;
46 goto end;
58 goto end;
65 goto end;
74 goto end;
104 goto end;
113 goto end;
128 goto end;
134 end
[all...]
/freebsd-13-stable/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-13-stable/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-13-stable/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;
211 *start = ++*end;
218 *start = ++*end;
245 *start = ++*end;
268 *start = ++*end;
[all...]
/freebsd-13-stable/lib/libifconfig/
H A Dlibifconfig_sfp_tables.tpl.h57 end
74 end
75 end
76 end
96 end
97 end
113 end
114 end
127 end
128 end
[all...]
/freebsd-13-stable/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-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h55 const unsigned int end = BIT_WORD(size); local
59 for (i = 0; i != end; i++) {
67 if ((addr[end] & mask) != mask)
76 const unsigned int end = BIT_WORD(size); local
80 for (i = 0; i != end; i++) {
88 if ((addr[end] & mask) != 0)
147 unsigned int end; local
155 end = index + nr;
156 if (end > size)
157 return (end);
180 int end; local
209 const unsigned int end = BIT_WORD(size); local
229 const unsigned int end = BIT_WORD(size); local
251 const unsigned end = BIT_WORD(size); local
273 const unsigned int end = BITS_TO_LONGS(size); local
284 const unsigned int end = BITS_TO_LONGS(size); local
295 const unsigned int end = BITS_TO_LONGS(size); local
306 const unsigned int end = BITS_TO_LONGS(size); local
317 const unsigned int end = BITS_TO_LONGS(size); local
328 const unsigned int end = BITS_TO_LONGS(size); local
[all...]
/freebsd-13-stable/usr.bin/mkcsmapper/
H A Dldef.h36 u_int32_t end; member in struct:__anon16379
/freebsd-13-stable/contrib/libarchive/test_utils/
H A Dtest_utils.c79 int start, end; local
97 end = start;
101 end = limit - 1;
103 end = 0;
105 end *= 10;
106 end += *vp - '0';
112 if (start < 0 || end >= limit || start > end)
114 while (start <= end)
/freebsd-13-stable/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-13-stable/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...]
H A Dpt_sync.c70 const uint8_t *begin, *end; local
77 end = config->end;
79 /* Navigate to the end of the psb payload pattern.
87 for (; (pos + 1) < end; pos += 2) {
121 const uint8_t *end)
123 /* We allow @pos == @end representing the very end of the trace.
127 return (begin <= pos) && (pos <= end);
133 const uint8_t *begin, *end; local
120 pt_sync_within_bounds(const uint8_t *pos, const uint8_t *begin, const uint8_t *end) argument
164 const uint8_t *begin, *end, *start; local
212 const uint8_t *begin, *end; local
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtol.c45 const char *end; member in struct:test
51 check(struct test *t, long int li, long long int lli, char *end) argument
55 atf_tc_fail_nonfatal("strtol(%s, &end, %d) failed "
62 if ((t->end != NULL && strcmp(t->end, end) != 0) ||
63 (t->end == NULL && *end != '\0'))
64 atf_tc_fail_nonfatal("invalid end pointer ('%s') from "
65 "strtol(%s, &end,
101 char *end; local
135 char *end; local
172 char *end; local
214 char *end; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dasn1_par.c96 goto end;
98 goto end;
107 goto end;
112 goto end;
115 goto end;
118 goto end;
124 goto end;
128 goto end;
137 goto end;
154 goto end;
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c56 pm_list(const char *start, const char *end, const char c, int flags) argument
66 if ((*p == '!' || *p == '^') && p < end) {
72 while (p < end) {
77 if ((rangeStart == '\0') || (p == end - 1)) {
103 pm_list_w(const wchar_t *start, const wchar_t *end, const wchar_t c, int flags) argument
113 if ((*p == L'!' || *p == L'^') && p < end) {
119 while (p < end) {
124 if ((rangeStart == L'\0') || (p == end - 1)) {
173 const char *end; local
194 /* ? always succeeds, unless we hit end o
278 const wchar_t *end; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp39 // if (pos != m_types.end())
51 // iterator pos, end;
52 // for (pos = m_types.begin(), end = m_types.end(); pos != end; ++pos)
67 iterator pos, end; local
69 assert(i < GetSize() && "Accessing past the end of a TypeList");
70 for (pos = m_types.begin(), end = m_types.end(); pos != end;
[all...]

Completed in 320 milliseconds

1234567891011>>