Home
last modified time | relevance | path

Searched refs:end (Results 26 – 50 of 1234) sorted by relevance

12345678910>>...50

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c146 goto end; in kmf_get_cert_extn()
159 end: in kmf_get_cert_extn()
230 end: in kmf_get_cert_extns()
281 goto end; in kmf_get_cert_ku()
290 end: in kmf_get_cert_ku()
361 end: in parse_eku_data()
401 end: in kmf_get_cert_eku()
466 end: in kmf_get_cert_basic_constraint()
589 end: in get_pqinfo()
731 end: in kmf_get_cert_policies()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dtok.c40 char* end; /* end ('\0') of last token */ member
63 p->chr = *(p->ptr.end = s); in tokopen()
78 if (p->flg == FLG_RESTORE && *p->ptr.end != p->chr) in tokclose()
79 *p->ptr.end = p->chr; in tokclose()
106 s = p->ptr.end; in tokread()
130 p->ptr.end = s; in tokread()
151 p->ptr.end = r; in tokread()
168 p->ptr.end = r; in tokread()
173 p->chr = *(p->ptr.end = r); in tokread()
H A Dfmtversion.c36 register char* end; in fmtversion() local
41 end = cur + n; in fmtversion()
43 sfsprintf(cur, end - cur, "%04lu-%02lu-%02lu", (v / 10000) % 10000, (v / 100) % 100, v % 100); in fmtversion()
47 cur += sfsprintf(cur, end - cur, "%d.", n); in fmtversion()
49 cur += sfsprintf(cur, end - cur, "%d.", n); in fmtversion()
50 sfsprintf(cur, end - cur, "%ld.%ld", (v >> 8) & 0xff, v & 0xff); in fmtversion()
H A Dstreval.c39 userconv(const char* s, char** end, void* handle) in userconv() argument
41 return((*((Handle_t*)handle)->convert)(s, end)); in userconv()
45 streval(const char* s, char** end, Old_convert_t convert) in streval() argument
49 …return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_… in streval()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c1108 pfn_t base, end; in plat_mem_node_iterator_init() local
1184 end = ms->physmax; in plat_mem_node_iterator_init()
1281 if (base > end) in plat_mem_node_intersect_range()
1287 if (test_end < end) in plat_mem_node_intersect_range()
1288 end = test_end; in plat_mem_node_intersect_range()
1691 pfn_t base, end; in mblock_update_del() local
1757 end = ubase - 1; in mblock_update_del()
1765 ASSERT(end > base); in mblock_update_del()
1831 if (base >= end) in mstripe_update()
1890 pfn_t base, end; in mnode_update() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib15 }end
73 }end
93 }end
114 }end
137 }end
154 }end
169 }end
198 }end
226 }end
242 }end
[all …]
H A Dsfio7 tst - note{ number of bits in pointer }end output{
15 }end
17 tst tmp_rmfail note{ open files cannot be removed }end execute{
72 }end
74 more void_int note{ voidptr is larger than int }end execute{
80 }end
82 more long_int note{ long is larger than int }end execute{
88 }end
110 }end
126 }end
[all …]
H A Dfs30 }end
54 }end
129 }end
144 }end
156 }end
167 }end
178 }end
227 }end
231 }end
235 }end
[all …]
/illumos-gate/usr/src/test/zfs-tests/cmd/readmmap/
H A Dreadmmap.c78 goto end; in main()
85 goto end; in main()
92 goto end; in main()
103 goto end; in main()
109 goto end; in main()
116 goto end; in main()
124 goto end; in main()
128 end: in main()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwdelch.c54 chtype *end; in wdelch() local
60 end = &win->_y[cury][win->_maxx - 1]; in wdelch()
74 if (ISMBIT(*end)) { in wdelch()
75 for (cp = end; cp >= temp1; --cp) in wdelch()
78 if (cp + _curs_scrwidth[TYPE(*cp)] > end+1) in wdelch()
79 end = cp - 1; in wdelch()
83 end -= s - 1; in wdelch()
87 while (temp1 < end) in wdelch()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c123 while (begin < end && isspace(*(end - 1))) in env_process_value()
124 end--; in env_process_value()
126 if (begin >= end) in env_process_value()
129 count = end - begin; in env_process_value()
153 for (end = (char *)dbmode; *end != '\0'; value = next) { in topo_debug_set()
155 if (end != NULL) in topo_debug_set()
320 end = begin + max; in topo_cleanup_strn()
324 while (begin < end && (isspace(*(end - 1)) || *(end - 1) == '\0')) in topo_cleanup_strn()
325 end--; in topo_cleanup_strn()
327 if (begin >= end) in topo_cleanup_strn()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dexcl-basic.c37 uccid_cmd_txn_end_t end; in main() local
48 bzero(&end, sizeof (end)); in main()
51 end.uct_version = UCCID_CURRENT_VERSION; in main()
52 end.uct_flags = UCCID_TXN_END_RELEASE; in main()
59 if (ioctl(fd, UCCID_CMD_TXN_END, &end) != 0) { in main()
H A Dexcl-reset.c37 uccid_cmd_txn_end_t end; in main() local
48 bzero(&end, sizeof (end)); in main()
51 end.uct_version = UCCID_CURRENT_VERSION; in main()
52 end.uct_flags = UCCID_TXN_END_RESET; in main()
59 if (ioctl(fd, UCCID_CMD_TXN_END, &end) != 0) { in main()
H A Dexcl-loop.c39 uccid_cmd_txn_end_t end; in main() local
50 bzero(&end, sizeof (end)); in main()
53 end.uct_version = UCCID_CURRENT_VERSION; in main()
54 end.uct_flags = UCCID_TXN_END_RELEASE; in main()
64 if (ioctl(fd, UCCID_CMD_TXN_END, &end) != 0) { in main()
H A Dtxn-pollerr.c38 uccid_cmd_txn_end_t end; in main() local
70 bzero(&end, sizeof (end)); in main()
71 end.uct_version = UCCID_CURRENT_VERSION; in main()
72 end.uct_flags = UCCID_TXN_END_RELEASE; in main()
74 if (ioctl(fd, UCCID_CMD_TXN_END, &end) != 0) { in main()
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetprojent.c60 const char *linep, *limit, *end; in hash_projid() local
74 end = linep; in hash_projid()
75 id = (uint_t)strtol(linep, (char **)&end, 10); in hash_projid()
76 if (linep == end) in hash_projid()
98 const char *linep, *limit, *end; in check_projid() local
111 end = linep; in check_projid()
112 projid = (projid_t)strtol(linep, (char **)&end, 10); in check_projid()
115 if (linep == end) in check_projid()
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.c70 char *end = NULL, *user = NULL, *host = NULL, *path = NULL; in uri_from_string() local
74 if ((path = end = strchr(string, '/')) == NULL) in uri_from_string()
75 for (end = string; *end != '\0'; end++) in uri_from_string()
78 u->host_part = strndup(string, end - string); in uri_from_string()
80 for (host = string; host < end; host ++) in uri_from_string()
86 end - (host+1)); in uri_from_string()
130 end = query; in uri_from_string()
132 for (end = path; *end != '\0'; end++) in uri_from_string()
139 end - fragment - 1); in uri_from_string()
140 end = fragment; in uri_from_string()
[all …]
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_kpm.c50 uintptr_t start, end; in mach_kpm_init() local
60 end = start + pmem->ml_size; in mach_kpm_init()
62 if (pmem == NULL || pmem->ml_address > end) { in mach_kpm_init()
64 end - start, mmu_btop(start), in mach_kpm_init()
71 end = pmem->ml_address + pmem->ml_size; in mach_kpm_init()
226 pfn_t base, end; in hat_kpm_addmem_mseg_update() local
244 end = msp->pages_end; in hat_kpm_addmem_mseg_update()
247 mmu_ptob(end - base), base, PROT_READ | PROT_WRITE, in hat_kpm_addmem_mseg_update()
274 pfn_t base, end; in hat_kpm_delmem_mseg_update() local
285 end = msp->pages_end; in hat_kpm_delmem_mseg_update()
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m41146 } while (src < end);
1405 } while (src < end);
1470 } while (src < end);
1541 while (dst-- > end) {
1576 while (dst-- > end) {
1608 while (dst-- > end) {
1671 while (dst < end) {
1729 Elf64_Off *end = dst;
1910 while (dst-- > end)
1970 while (dst < end) {
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddist.c40 dist_linear(int buckets, int beg, int end) in dist_linear() argument
44 int dist = end - beg + 1; in dist_linear()
48 out[buckets] = end + 1; in dist_linear()
79 dist_geometric(int buckets, int beg, int end, int minbucketsize) in dist_geometric() argument
82 return (dist_linear(buckets, beg, end)); in dist_geometric()
97 out[1] = end + 1; in dist_geometric()
105 r = exp(log((double)(end + 1) / beg) / buckets); in dist_geometric()
144 out[buckets] = end + 1; in dist_geometric()
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dklookup.c53 unsigned char answer[NS_MAXMSG], *ansp = NULL, *end, a, b, c, d; in main() local
116 end = ansp + anslen; in main()
130 len = dn_expand(answer, end, ansp, name, hostlen); in main()
138 if (ansp > end) { in main()
143 while (na-- > 0 && ansp < end) { in main()
145 len = dn_expand(answer, end, ansp, name, hostlen); in main()
155 if ((ansp + size) > end) { in main()
163 len = dn_expand(answer, end, ansp, name, hostlen); in main()
178 len = dn_expand(answer, end, ansp, name, hostlen); in main()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c279 while (start < end) { in get_dhcpv4_option()
332 if ((uchar_t *)&udph[1] > end) in get_dhcpv4_info()
346 if (dh + BASE_PKT_SIZE > end) in get_dhcpv4_info()
835 if ((uchar_t *)&udph[1] > end) in get_dhcpv6_info()
1649 *end = e; in get_l3_info()
1658 uchar_t *start, *end; in mac_protect_intercept_dynamic_one() local
1820 ip6_t *ip6h, uchar_t *end) in ipnospoof_check_ndp() argument
1935 uchar_t *start, *end; in ipnospoof_check() local
1978 if (start + arplen > end) in ipnospoof_check()
2064 ip6_t *ip6h, uchar_t *end) in dhcpnospoof_check_v6() argument
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dgroup.c372 int start = 0, end = 0; in group2intlist() local
385 start = end = id; in group2intlist()
387 } else if (end + 1 == id) { in group2intlist()
392 end = id; in group2intlist()
408 if (end > start + 1) /* range */ in group2intlist()
410 start, end); in group2intlist()
411 else if (end > start) /* different values */ in group2intlist()
413 start, end); in group2intlist()
432 start = end = id; in group2intlist()
444 if (end > start + 1) { in group2intlist()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d80 end = j = k = 0;
85 /j < i && end == 0/
139 /j == i && end == 0/
141 end = k;
146 /end != 0 && i < end && !command[i].haspos/
164 /end != 0 && i < end && !command[i].haspos/
182 /end != 0 && i < end && command[i].haspos/
201 /end != 0 && i < end && command[i].haspos/
220 /end != 0 && ++i == end/
/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c257 char *end; local
259 for (end = s; *end && ((type == OCT) ? isodigit(*end) :
260 isxdigit(*end)); ++end) ;
265 if ((*s == 0) || (end == s) || (!isspace(*end) && *end)) {
270 --end;
274 while (bp > 0 && end >= s) {
275 buf[bp] |= toxdigit(*end) << shift;
278 buf[--bp] = (todigit(*end) >> (8 - shift))
287 --end;

12345678910>>...50