Searched refs:op (Results 26 - 50 of 304) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgentrigtables.c42 #define TAB(op) \
43 printf ("grub_int16_t grub_trig_" #op "tab[] =\n{"); \
49 printf ("%d,", (int) (round (op (x) * GRUB_TRIG_FRACTION_SCALE))); \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dterse.t34 my ($hex, $op) = ('\(0x[a-f0-9]+\)', '\s+\w+');
35 my %ops = map { $_ => qr/$_ $hex$op/ }
45 my $op = $1;
46 next unless exists $ops{$op};
47 like( $_, $ops{$op}, "$op " );
48 delete $ops{$op};
49 s/$ops{$op}//;
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregsubcomp.c115 register regsubop_t* op; local
142 op = sub->re_ops;
194 op->op = f = g = flags & (REG_SUB_LOWER|REG_SUB_UPPER);
195 op->off = 0;
234 switch (op->op)
289 if ((op->len = (t - sub->re_rhs) - op->off) && (n = ++op
[all...]
H A Dregsub.c35 subold(register Sfio_t* dp, const char* op, register const char* sp, size_t nmatch, register regmatch_t* match, register regflags_t flags, int sre) argument
210 s = (char*)op + match[c].rm_so;
211 e = (char*)op + match[c].rm_eo;
242 regsub(const regex_t* p, Sfio_t* dp, const char* op, const char* sp, size_t nmatch, regmatch_t* match, regflags_t flags) argument
256 sfwrite(dp, op, match->rm_eo);
259 sfwrite(dp, op, match->rm_so);
260 if (r = subold(dp, op, sp, nmatch, match, flags, sre))
263 op += match->rm_eo;
264 } while ((m > 0 || (flags & REG_SUB_ALL)) && !(r = regexec(p, op, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADVANCE : 0))));
267 sfputr(dp, op,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm58 my $op = shift;
59 my $ix = $optab{$$op};
61 nice "[".$op->name." $tix]";
62 asm "newopx", $op->size | $op->type <<7;
63 $optab{$$op} = $opix = $ix = $tix++;
64 $op->bsave($ix);
401 my ($op, $ix) = @_;
402 my $next = $op->next;
404 $nextix = 0, push @cloop, $op unles
[all...]
H A DXref.pm103 my %done; # keyed by $$op: set when each $op is done
169 my $op;
170 for ($op = $start; $$op; $op = $op->next) {
171 last if $done{$$op}++;
173 warn peekop($op), "\n" if $debug_op;
174 my $opname = $op
[all...]
H A DDeparse.pm86 # - uses of $op->ppaddr changed to new $op->name (done by Sarathy)
147 # op/caller 2 - warning mask propagates backwards before warnings::register
149 # op/getpid 2 - can't assign to shared my() declaration (threads only)
151 # op/override 7 - parens on overriden require change v-string interpretation
154 # op/pat 774 - losing Unicode-ness of Latin1-only strings
156 # op/recurse 12 - missing parens on recursive call makes it look like method
158 # op/subst 90 - inconsistent handling of utf8 under "use utf8"
159 # op/taint 29 - "use re 'taint'" deparsed in the wrong place wrt. block open
160 # op/tiehandl
[all...]
H A DLint.pm178 my $op = shift;
179 my $flags = $op->flags;
189 my $op = shift;
190 if ($op->name eq "nextstate") {
191 $file = $op->file;
192 $line = $op->line;
193 $curstash = $op->stash->NAME;
198 my $op = shift;
199 my $opname = $op->name;
203 return if gimme($op) ||
[all...]
H A DC.pm231 # Instead of hardwiring -1 in place of $op->seq, we use $op_seq
331 # in perl_init ( ~10 bytes/op with GCC/i386 )
339 my ($op, $level) = @_;
340 my $sym = objsym($op);
342 my $type = $op->type;
347 cstring($threadsv_names[$op->targ])));
350 ${$op->next}, ${$op->sibling}, $op->fake_ppaddr, $op
[all...]
H A DConcise.pm317 my($op) = @_;
318 return "-" if not exists $sequence_num{$$op};
319 return base_n($sequence_num{$$op});
323 my($op, $sub, $level) = @_;
324 $sub->($op, $level);
325 if ($op->flags & OPf_KIDS) {
326 for (my $kid = $op->first; $$kid; $kid = $kid->sibling) {
330 if (class($op) eq "PMOP") {
331 my $maybe_root = $op->pmreplroot;
356 while (@todo and my($op,
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dod.c70 "inclusive or of:]#[op]"
313 aform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
328 sfputc(op, anames[c]);
329 sfputc(op, anames[c+1]);
330 sfputc(op, anames[c+2]);
334 bform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
336 sfprintf(op, "%08..2u", *u);
340 cform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
352 sfputc(op, ' ');
353 sfputc(op, '*');
424 Cform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
486 mform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
520 Oform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
658 form_int8(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
664 form_int16(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
670 form_int32(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
676 form_intmax(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
682 form_uint8(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
688 form_uint16(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
694 form_uint32(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
700 form_uintmax(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
706 form_float(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
715 form_double(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
726 form_long_double(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u) argument
1011 block(State_t* state, Sfio_t* op, char* bp, char* ep, intmax_t base) argument
1275 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) argument
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dtparm.c73 * %+ %- %* %/ %m arithmetic (%m is mod): push(pop() op pop())
74 * %& %| %^ bit operations: push(pop() op pop())
75 * %= %> %< logical operations: push(pop() op pop())
76 * %A %O logical AND, OR push(pop() op pop())
77 * %! %~ unary operations push(op pop())
259 long op; local
309 op = tops(&stk);
392 (char *) op);
394 (void) sprintf(outp, formatbuffer, op);
428 switch (op) {
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dutil.c147 char *ip, *op; local
197 for (ip = ibp, op = obp, bufused = 0; *ip != '\0'; ip++)
202 op[bufused++] = METAQUOTE;
205 op[bufused++] = *ip;
207 op[bufused] = '\0';
230 char *ip, *op; local
236 for (ip = ibp, op = obp; *ip != '\0'; ip++)
243 if (op < &obp[obs - 1])
245 *op++ = *ip;
250 *op
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.c50 * op :
64 translate_ldap_error(int err, int op) { argument
100 if (op == OP_ADD || op == OP_MOD)
138 if (op == OP_BIND) /* the LDAP server accepts only strong authentication. */
159 if (op == OP_MOD)
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfs3d.c40 fs3d(register int op) argument
59 if (FS3D_op(op) == FS3D_OP_INIT && mount(FS3D_init, NiL, FS3D_VIEW, NiL))
73 if (cur != op)
75 switch (FS3D_op(op))
84 sfsprintf(val, sizeof(val), "%s=%d", off, FS3D_arg(op));
/osnet-11/usr/src/lib/libast/common/port/
H A Dastquery.c49 Sfio_t* op; local
74 op = wfp;
79 op = sfstderr;
82 sfvprintf(op, format, ap);
83 sfsync(op);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dlex_assign.t113 ($op, undef, $comment) = /^([^\#]+)(\#\s+(.*))?/;
114 $comment = $op unless defined $comment;
116 $op = "$op==$op" unless $op =~ /==/;
117 ($op, $expectop) = $op =~ /(.*)==(.*)/;
119 $skip = ($op =~ /^'\?\?\?'/ or $comment =~ /skip\(.*\Q$^O\E.*\)/i)
128 \$a = $op;
[all...]
/osnet-11/usr/src/lib/libtsol/common/
H A Dprivlib.c34 * set_effective_priv(op, num_priv, priv_id1, priv_id2, ... )
43 set_effective_priv(priv_op_t op, int num_priv, ...) argument
73 * Depend on system call to do sanity checking on "op"
75 status = setppriv(op, PRIV_EFFECTIVE, priv_set);
85 * set_inheritable_priv(op, num_priv, priv_id1, priv_id2, ... )
94 set_inheritable_priv(priv_op_t op, int num_priv, ...) argument
123 * Depend on system call to do sanity checking on "op"
125 status = setppriv(op, PRIV_INHERITABLE, priv_set);
135 * set_permitted_priv(op, num_priv, priv_id1, priv_id2, ... )
144 set_permitted_priv(priv_op_t op, in argument
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrperm.c50 int op; local
64 op = num = who = typ = 0;
101 op = c;
145 switch (op)
161 switch (op)
227 op = c;
251 if (!who && (op == '+' || op == '-'))
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt.c133 char *op; /* pointer into opt */ local
145 op = (char *)opt;
147 while (*ip != ')' && *ip != '\0' && *op != '\0')
148 match = (*ip++ == *op++ && match);
150 (*op == '\0' || *op == '=')) {
151 if ((*op) == '=') {
153 (*longoptarg) = op + 1;
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dlsign.s37 * lsign (op)
38 * dl_t op;
45 ld [%o0],%o0 ! fetch op (high word only)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dcpu.h110 static inline void cpuid(int op, argument
118 : "0" (op));
124 static inline unsigned int cpuid_eax(unsigned int op) argument
130 : "0" (op)
134 static inline unsigned int cpuid_ebx(unsigned int op) argument
140 : "0" (op)
144 static inline unsigned int cpuid_ecx(unsigned int op) argument
150 : "0" (op)
154 static inline unsigned int cpuid_edx(unsigned int op) argument
160 : "0" (op)
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_search.c52 * op: search operation
64 __rec_search(t, recno, op)
67 enum SRCHOP op;
97 switch (op) {
114 if (op != SEARCH)
118 if (op == SINSERT)
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java97 * @param op The term operator.
108 char op,
194 // if the op is AND. If it's OR, then simply
200 char op) {
205 if (op == AND) {
216 if (op == AND) {
352 char op,
365 if (op == AND) {
384 eval = mergeQueryReturns(mrex, prex, op);
415 char op
107 evaluate(AttributeString tag, char op, Object pattern, boolean invert, ParserRecord returns) argument
198 mergeQueryReturns(ParserRecord target, ParserRecord source, char op) argument
349 parseFilterlist(StreamTokenizer tk, Parser.QueryEvaluator ev, Locale locale, char op, boolean invert, boolean eval) argument
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c95 printf(" type: %s\n", type_name[GETTYPE(exp->op)]);
126 type_name[GETTYPE((stk->ptr[stk->index - 1])->op)]);
139 printf(" type: %s\n", type_name[GETTYPE(e->op)]);
142 switch (GETOPNUM(e->op)) {
162 setop1(unsigned int op, unsigned int num, argument
168 type = GETTYPE(op);
172 printf(" op type: %s\n", type_name[type]);
181 newitem->op = op;
189 setop_reduce(unsigned int n, unsigned int op, struc argument
463 unsigned int op, nop, num, type, opnum; local
[all...]

Completed in 100 milliseconds

1234567891011>>