Searched refs:sub (Results 1 - 25 of 226) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dmenusub.c39 set_menu_sub(MENU *m, WINDOW *sub) argument
45 UserSub(m) = sub;
49 UserSub(Dfl_Menu) = sub;
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dform_sub.c44 Form(f)->sub = window;
51 return (Form(f)->sub);
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrmatch.c71 * match group begin offsets are even elements of sub
72 * match group end offsets are odd elements of sub
73 * the matched string is from s+sub[0] up to but not
74 * including s+sub[1]
78 strgrpmatch(const char* b, const char* p, int* sub, int n, register int flags) argument
97 if (sub && n > 0)
98 sub[0] = sub[1] = 0;
122 if (!sub || n <= 0)
134 if (!sub ||
[all...]
H A Dccmapid.c142 int sub[2]; local
147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
149 if (!(c = name[sub[1]]))
151 if (sub[1] > n && !isalpha(c))
153 n = sub[1];
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c111 register regsub_t* sub; local
132 if (!(sub = (regsub_t*)alloc(p->env->disc, 0, sizeof(regsub_t) + strlen(s))) || !(sub->re_ops = (regsubop_t*)alloc(p->env->disc, 0, (nops = 8) * sizeof(regsubop_t))))
134 if (sub)
135 alloc(p->env->disc, sub, 0);
139 sub->re_buf = sub->re_end = 0;
140 p->re_sub = sub;
141 p->env->sub = 1;
142 op = sub
362 regsub_t* sub; local
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s73 sub %ecx, %eax
107 sub $8, %rdx
142 sub (%rdi), %rax
143 sub 8 (%rdi), %r8
144 sub 16 (%rdi), %r9
145 sub 24 (%rdi), %r10
152 sub $32, %rdx
181 sub $8, %r8d
187 sub %ecx, %eax
215 sub (
[all...]
H A Dstrcmp.s79 psubb %xmm0, %xmm1 /* packed sub of comparison results*/
81 sub $0xffff, %edx /* if first 16 bytes are same, edx == 0xffff */
84 sub $16, %r11
111 sub %rax, %r9
127 psubb %xmm0, %xmm1 /* packed sub of comparison results*/
131 sub %r9d, %edx
155 sub $0xffff, %edx
159 sub $16, %r11
170 sub $0xffff, %edx
173 sub
[all...]
H A Dstrcpy.s82 sub $16, %r8
118 sub %rdx, %r9 /* src offset - dest offset */
149 sub $16, %r8
164 sub $16, %r8
176 sub $16, %r8
188 sub $16, %r8
201 sub $16, %r8
239 sub $16, %r8
260 sub $16, %r8
284 sub
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A D_stack_grow.s66 sub %o1, STACK_BIAS, %o3
68 sub %o0, %o3, %o4
87 sub %sp, %o3, %o4
91 sub %o3, STACK_ALIGN, %sp
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dregcmp.c40 unsigned char sub[SUB]; member in struct:__anon2608
74 unsigned char sub[SUB]; local
138 memset(sub, 0, sizeof(sub));
141 sub[j] = paren[i] + 1;
178 memcpy(re->sub, sub, (nsub + 1) * sizeof(sub[0]));
189 char* sub[SUB + 1]; local
197 sub[
[all...]
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkmdb_start.s54 sub %g2, 1, %g2
66 sub %g1, 1, %g1
68 sub %g1, SA64(MINFRAME) + V9BIAS64, %sp
H A Dkaif_invoke.s76 sub %i1, 6, %i1 ! %i1 is now num regs over 6 (if any)
111 sub %sp, %g1, %sp
120 sub %i1, 8, %i1
125 sub %i1, 8, %i1
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/offsetof/
H A Dtst.OffsetofArith.d51 sub = offsetof(record_t, y) - offsetof(record_t, x);
60 printf("Subtraction of offsets (y-x)= %d\n", sub);
69 (0 != offsetof(record_t, c)) || (12 != add) || (4 != sub) || (0 != mul)
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s78 sub %o4, 8, %o4 ! o4 = -(num of bytes to dbl align)
80 sub %o3, %o4, %o3 ! o3 = 8 + (num of bytes to dbl align)
99 sub %g0, %g0, %o0
103 sub %o4, %o5, %o0 ! return(*s1 - *s2)
119 sub %o4, 8, %o4
134 sub %o1, %o0, %o1 ! o1 gets the difference
139 sub %o2, 8, %o2
143 sub %o1, %o0, %o1 ! o1 gets the difference
157 sub %g0, %g0, %o0 ! strings compare equal
163 sub
[all...]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DMapfile.py58 line = CmtRE.sub(r'', line)
59 line = LeadingWSRE.sub(r'', line)
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A Dcerror.s51 sub %g0, 1, %o0
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Drunexe.s59 sub %o0, CPTRSIZE + WINDOWSIZE + STACK_BIAS, %sp
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dhwmuldiv.s82 sub %o0, %o2, %o0
93 sub %o0, %o2, %o0
137 sub %o1, %o2, %o0 ! %o0 = a - b
139 sub %o1, %o0, %o1 ! %o1 = (a < b) ? a : b = min(a, b)
154 sub %o1, %o3, %o1
166 sub %o1, %o3, %o1
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h139 #define DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, maxver) \
143 SYSINIT(name##module, sub, order, module_register_init, &data); \
146 #define DECLARE_MODULE(name, data, sub, order) \
147 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, MODULE_KERNEL_MAXVER)
156 #define DECLARE_MODULE_TIED(name, data, sub, order) \
157 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, __FreeBSD_version)
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s71 sub %o4, 8, %o4 ! o4 = -(num of bytes to dbl align)
73 sub %o3, %o4, %o3 ! o3 = 8 + (num of bytes to dbl align)
93 sub %g0, %g0, %o0
97 sub %o4, %o5, %o0 ! return(*s1 - *s2)
117 sub %o4, 8, %o4
130 sub %o1, %o0, %o1 ! o1 gets the difference
135 sub %o2, 8, %o2
139 sub %o1, %o0, %o1 ! o1 gets the difference
153 sub %g0, %g0, %o0 ! strings compare equal
159 sub
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libsysevent/
H A Dlibsysevent.c60 subscriber_priv_t sub; local
86 if (mdb_vread(&sub, sizeof (sub),
99 (uintptr_t)sub.sp_evq_head);
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s44 sub %fp, 4, %o0
H A Dtst.embedded.s44 sub %fp, 4, %o0
H A Dtst.br.s51 sub %g0, 2, %g1
71 sub %fp, 4, %o0
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Darm_init.S34 sub r2, r2, r1 /* get zero init data */

Completed in 100 milliseconds

12345678910