Searched defs:neg (Results 26 - 50 of 73) sorted by relevance

123

/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_policy.c882 int neg, days, hours, minutes, seconds; local
886 neg = 1;
888 neg = 0;
896 snprintf(out, sizeof(out), "%s%d %s %02d:%02d:%02d", neg ? "-" : "",
H A Dkdb5_ldap_realm.c1929 int neg, days, hours, minutes, seconds; local
1933 neg = 1;
1935 neg = 0;
1943 snprintf(out, sizeof(out), "%s%d %s %02d:%02d:%02d", neg ? "-" : "",
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c154 int neg; local
242 neg = 0;
245 neg = 1;
249 if (neg) {
252 neg = 0;
311 if (neg) {
H A Dreg_step.c236 int neg; local
241 neg = 0;
288 neg = 1;
293 if (cclass(ep, &rp, neg) != 1)
377 neg = 1;
384 if (cclass(ep, &rp, neg) != 1)
388 while (size-- && (c = (cclass(ep, &rp, neg))) == 1)
482 neg = 1;
487 while ((d = cclass(ep, &rp, neg)) == 1)
606 cclass(char *ep, char **rp, int neg) argument
[all...]
/illumos-gate/usr/src/head/
H A Dregexp.h85 int neg; local
160 neg = 0;
162 neg = 1;
205 if (neg) {
344 register char neg; local
348 neg = 0;
384 neg = 1;
389 if (((c & 0200) == 0 && ISTHERE(c)) ^ neg) {
457 neg = 1;
464 if (((c & 0200) || !ISTHERE(c)) ^ neg)
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.c523 int neg = 0; /* is number negative */ local
532 neg++;
546 *i = neg ? -n : n;
/illumos-gate/usr/src/cmd/troff/
H A Dn4.c574 int neg, abs, field; local
576 neg = abs = field = digits = 0;
587 neg = 1;
591 abs = 1 + neg;
592 neg = 0;
660 if (neg)
825 int i, neg; local
827 neg = 0;
829 neg++;
837 if (neg)
[all...]
H A Dn9.c252 tchar c, rem, ver, neg; local
274 neg = 0;
277 neg = NMOT;
286 rem = makem(i % v) | neg;
287 ver = makem(v) | neg;
289 if (!neg)
300 if (!neg)
H A Dn1.c1452 int n, neg; local
1456 neg = 0;
1463 neg = 1;
1474 *pnp++ = neg ? -n : n;
1475 neg = 0;
1481 if (neg)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dprintf.c223 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
250 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
470 neg = 1;
481 if (neg)
491 if (neg)
H A Dqdivrem.c311 int neg; local
314 ua = -(u_quad_t)a, neg = 1;
316 ua = a, neg = 0;
318 ub = -(u_quad_t)b, neg ^= 1;
322 return (neg ? -uq : uq);
336 int neg; local
339 ua = -(u_quad_t)a, neg = 1;
341 ua = a, neg = 0;
347 return (neg ? -ur : ur);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c116 boolean_t neg = (*offset == '-' || *offset == '!'); local
121 ((neg || *offset == '+') ? 1 : 0));
131 if (neg)
180 char neg = separator == '!' ? '-' : '!'; local
321 *res++ = neg;
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c546 int neg; local
555 neg = 0;
559 neg = c=='-' ? 1 : 0;
681 if (neg)
691 int neg, eneg; local
697 neg = eneg = 1;
706 neg = -1;
763 total *= (double)neg;
/illumos-gate/usr/src/lib/libm/common/C/
H A D__lgamma.c167 neg(double z, int *signgamp) { function
214 return (neg(x, signgamp));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c187 int base, len, neg, quoted; local
261 neg = 0;
288 neg = 1;
322 neg = 2;
434 while (mstr > num + neg) {
440 switch (neg) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c57 int neg = (flags & NTOS_UNSIGNED) == 0 && value < 0; local
58 uintmax_t rem = neg ? -value : value;
96 if (neg)
117 int c, i, neg = 0; local
121 neg++;
148 return (neg ? -val : val);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c794 int temp[MAXPOSSTATE], k, neg[MAXPOSSTATE], n; local
812 neg[n++] = left[q];
853 for (i = 0; i < n; i++) { /* copy fall back actions - all neg */
855 (void) fprintf(fout, "data vstop(%d)/%d/\n", aptr, neg[i]) :
856 (void) fprintf(fout, "%d,\n", neg[i]);
860 (void) printf("%d ", neg[i]);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c469 int c, neg = 0; local
476 neg++;
486 n += '0' - c; /* accum neg to avoid surprises at MAX */
488 return (neg ? n : -n);
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c154 const char *neg; local
161 neg = (negative) ? negative : flags_default_neg;
162 nsize = strlen(neg);
168 if (!strncasecmp(neg, string, nsize)) {
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dprint.c601 register int neg = 0; local
795 if(neg)
/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddate.c266 int Y, M, D, neg; local
270 neg = 1;
272 neg = 0;
288 p->Y = neg ? -Y : Y;
H A Dutil.c802 int neg; local
815 neg = 1;
819 neg = 0;
837 if( neg ){
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h146 int neg; variable
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c486 int neg = 0; local
491 ++neg, l = -l;
498 if (neg)
509 int neg = 0; local
514 ++neg, l = -l;
521 if (neg)
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c733 int neg = 0; local
739 neg = 1;
766 if (neg)

Completed in 392 milliseconds

123