/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | ulimit.c | 72 register unsigned long hit = 0; in b_ulimit() local 96 hit = ~0; in b_ulimit() 100 hit |= (1L<<(-(n+1))); in b_ulimit() 114 if(hit==0) in b_ulimit() 118 hit |= (1L<<n); in b_ulimit() 122 label = (hit&(hit-1)); in b_ulimit() 127 for(tp = shtab_limits; tp->option && hit; tp++,hit>>=1) in b_ulimit() 129 if(!(hit&1)) in b_ulimit()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | ulimit.c | 72 register unsigned long hit = 0; in b_ulimit() local 96 hit = ~0; in b_ulimit() 100 hit |= (1L<<(-(n+1))); in b_ulimit() 114 if(hit==0) in b_ulimit() 118 hit |= (1L<<n); in b_ulimit() 122 label = (hit&(hit-1)); in b_ulimit() 127 for(tp = shtab_limits; tp->option && hit; tp++,hit>>=1) in b_ulimit() 129 if(!(hit in b_ulimit() [all...] |
/titanic_51/usr/src/lib/libdll/common/ |
H A D | dllplug.c | 41 int hit; in dllplug() local 45 hit = 0; in dllplug() 52 hit = 1; in dllplug() 64 if (hit) in dllplug()
|
/titanic_51/usr/src/contrib/ast/src/lib/libdll/ |
H A D | dllplug.c | 40 int hit; in dllplugin() local 44 err = hit = 0; in dllplugin() 51 hit = 1; in dllplugin() 99 if (hit) in dllplugin()
|
/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | pager.test | 37 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0} 43 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0} 66 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 0 ovfl 0} 76 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 83 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 90 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 93 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 99 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit 0 miss 1 ovfl 0} 111 } {ref 0 page 0 max 10 size -1 state 0 err 0 hit 0 miss 1 ovfl 0} 121 } {ref 1 page 1 max 10 size 0 state 1 err 0 hit [all...] |
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 85 int hit; in sh_lookopt() local 100 amb=hit=0; in sh_lookopt() 128 if (hit || amb) in sh_lookopt() 130 hit = 0; in sh_lookopt() 135 hit = tp->sh_number; in sh_lookopt() 170 if(hit) in sh_lookopt() 172 return(hit); in sh_lookopt()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 81 int hit; in sh_lookopt() local 96 amb=hit=0; in sh_lookopt() 124 if (hit || amb) in sh_lookopt() 126 hit = 0; in sh_lookopt() 131 hit = tp->sh_number; in sh_lookopt() 166 if(hit) in sh_lookopt() 168 return(hit); in sh_lookopt()
|
/titanic_51/usr/src/lib/libbsm/common/ |
H A D | audit_class.c | 216 int hit = 0; in xcacheauclass() local 291 hit = 1; in xcacheauclass() 299 hit = 1; in xcacheauclass() 305 return (hit); in xcacheauclass()
|
H A D | audit_event.c | 283 int hit = 0; in cacheauevent() local 387 hit = 1; in cacheauevent() 390 return (hit); in cacheauevent()
|
/titanic_51/usr/src/cmd/zdump/ |
H A D | zdump.c | 418 hunt(name, lot, hit) in hunt() argument 421 time_t hit; 437 diff = (long)(hit - lot); 444 else if (t >= hit) 456 } else hit = t; 459 show(name, hit, TRUE); 460 return (hit);
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | recfmt.c | 39 unsigned int hit[UCHAR_MAX + 1]; member 102 h = q->hit + s[i]; in recfmt()
|
H A D | mime.c | 79 int hit; member 350 wp->hit++; in list() 448 ws.hit = 0; in mimelist() 459 return ws.hit; in mimelist() 463 return ws.hit; in mimelist()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | recfmt.c | 39 unsigned int hit[UCHAR_MAX + 1]; member 102 h = q->hit + s[i]; in recfmt()
|
H A D | mime.c | 79 int hit; member 350 wp->hit++; in list() 448 ws.hit = 0; in mimelist() 459 return ws.hit; in mimelist() 463 return ws.hit; in mimelist()
|
/titanic_51/usr/src/cmd/rpcbind/ |
H A D | pmap_svc.c | 147 PMAPLIST *hit = NULL; in find_service_pmap() local 156 hit = pml; in find_service_pmap() 161 return (hit); in find_service_pmap()
|
/titanic_51/usr/src/lib/libast/common/tm/ |
H A D | tmxdate.c | 553 char hit[60]; in tmxdate() local 567 if ((k = range(t, &t, hit, 0, 59)) < 0) in tmxdate() 569 if (k && !hit[i = tm->tm_min]) in tmxdate() 571 hit[i] = 1; in tmxdate() 580 } while (!hit[i]); in tmxdate() 588 if ((k = range(t, &t, hit, 0, 23)) < 0) in tmxdate() 590 if (k && !hit[i = tm->tm_hour]) in tmxdate() 592 hit[i] = 1; in tmxdate() 601 } while (!hit[i]); in tmxdate() 609 if ((k = range(t, &t, hit, 1, 31)) < 0) in tmxdate() [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxdate.c | 553 char hit[60]; in tmxdate() local 567 if ((k = range(t, &t, hit, 0, 59)) < 0) in tmxdate() 569 if (k && !hit[i = tm->tm_min]) in tmxdate() 571 hit[i] = 1; in tmxdate() 580 } while (!hit[i]); in tmxdate() 588 if ((k = range(t, &t, hit, 0, 23)) < 0) in tmxdate() 590 if (k && !hit[i = tm->tm_hour]) in tmxdate() 592 hit[i] = 1; in tmxdate() 601 } while (!hit[i]); in tmxdate() 609 if ((k = range(t, &t, hit, in tmxdate() [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | join.c | 141 int hit; member 310 fp->hit = 0; in getrec() 559 if (mode < 0 && jp->file[0].hit++) in outrec() 561 if (mode > 0 && jp->file[1].hit++) in outrec() 626 #define outrec(p,n) (sfprintf(sfstdout, "[R#%d,%d,%lld,%lld:%-.*s{%d}:%-.*s{%d}]", __LINE__, i1=n, lo, hi, jp->file[0].fieldlen, cp1, jp->file[0].hit, jp->file[1].fieldlen, cp2, jp->file[1].hit), outrec(p, i1)) 787 cp1 = (!cp1 && cmp && hi < 0 && !jp->file[1].hit && ((jp->ooutmode ^ C_ALL) <= 1 || jp->outmode == 2)) ? cp2 : getrec(jp, 1, 0); in join()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | join.c | 141 int hit; member 310 fp->hit = 0; in getrec() 569 if (mode < 0 && jp->file[0].hit++) in outrec() 571 if (mode > 0 && jp->file[1].hit++) in outrec() 636 …i1=n, lo, hi, jp->file[0].fieldlen, cp1, jp->file[0].hit, jp->file[1].fieldlen, cp2, jp->file[1].h… 797 …cp1 = (!cp1 && cmp && hi < 0 && !jp->file[1].hit && ((jp->ooutmode ^ C_ALL) <= 1 || jp->outmode ==… in join()
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/sparc/ |
H A D | ffs.s | 43 srl %o0, 1, %o0 ! shift input right until we hit a 1 bit
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 64 int hit; member 2179 int hit; in pppopen() local 2282 hit = (notice || options) ? 0 : HIT_noticed; in pppopen() 2286 while (m-- > 0 && *s && hit != (HIT_prototyped|HIT_noticed)) in pppopen() 2307 hit |= pragmas[i].hit; in pppopen() 2308 switch (pragmas[i].hit) in pppopen() 2336 else if (!(hit & HIT_noticed)) in pppopen() 2340 hit |= HIT_noticed; in pppopen() 2344 for (; *s && *s != '\n' && !(hit in pppopen() [all...] |
H A D | pplex.c | 46 static int hit[LAST-TERMINAL+2]; variable 260 hit[(state & SPLICE) ? (elementsof(hit) - 1) : (TERM(state) - TERMINAL)]++; in ppcpp() 553 if (hit[elementsof(hit) - 1]) in ppcpp() 554 sfprintf(sfstderr, "%7d: SPLICE\n", hit[elementsof(hit) - 1]); in ppcpp() 555 for (n = 0; n < elementsof(hit) - 1; n++) in ppcpp() 556 if (hit[n]) in ppcpp() 557 sfprintf(sfstderr, "%7d: %s\n", hit[ in ppcpp() [all...] |
/titanic_51/usr/src/cmd/print/scripts/ |
H A D | getppds | 52 for hit in $(/bin/grep "${1}" "${3}" | /bin/grep ":${2}:") 54 echo "${hit#*:*:}"
|
/titanic_51/usr/src/uts/sun4v/os/ |
H A D | fillsysinfo.c | 711 char *hit; in names2bits() local 725 while ((hit = strstr(bs, cur)) && in names2bits() 726 *(hit + curlen) >= 32) { in names2bits() 732 bs = hit + curlen + 1; in names2bits() 735 if (hit != NULL) { in names2bits() 736 ul |= (1<<(*(hit-1) - 1)); in names2bits()
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | pplex.c | 46 static int hit[LAST-TERMINAL+2]; variable 260 hit[(state & SPLICE) ? (elementsof(hit) - 1) : (TERM(state) - TERMINAL)]++; in ppcpp() 553 if (hit[elementsof(hit) - 1]) in ppcpp() 554 sfprintf(sfstderr, "%7d: SPLICE\n", hit[elementsof(hit) - 1]); in ppcpp() 555 for (n = 0; n < elementsof(hit) - 1; n++) in ppcpp() 556 if (hit[n]) in ppcpp() 557 sfprintf(sfstderr, "%7d: %s\n", hit[n], pplexstr(TERMINAL + n)); in ppcpp()
|