Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 90) sorted by relevance

1234

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_parse.c435 case_list *cases; in def_union() local
446 tailp = &defp->def.un.cases; in def_union()
452 cases = calloc(1, sizeof (case_list)); in def_union()
453 cases->case_name = tok.str; in def_union()
460 cases->contflag = 1; in def_union()
462 *tailp = cases; in def_union()
463 tailp = &cases->next; in def_union()
464 cases = calloc(1, sizeof (case_list)); in def_union()
465 cases->case_name = tok.str; in def_union()
469 *tailp = cases; in def_union()
[all …]
H A Drpc_parse.h122 case_list *cases; member
H A Drpc_hout.c214 for (l = def->def.un.cases; l != NULL; l = l->next) { in puniondef()
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s190 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
209 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
228 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
243 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
H A Dstrncpy.s294 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
312 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
330 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
H A Dstrlcpy.s283 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
301 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
319 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s142 bnz .zerobyte ! word has zero byte, handle end cases
157 bnz .zerobyte ! word has zero byte, handle end cases
H A Dstrncpy.s259 bnz .zerobyte ! x has zero byte, handle end cases
/titanic_41/usr/src/lib/libm/i386/src/
H A Dlround.s71 / most cases will not take branch.
H A Dround.s71 / most cases will not take branch.
H A Droundl.s71 / most cases will not take branch.
H A Dlroundl.s71 / most cases will not take branch.
H A Drndintl.s106 / most cases will not take branch.
/titanic_41/usr/src/lib/libc/
H A DREADME116 cases, like code in the I18N interfaces, where mutual exclusion
134 be NULL except for two special cases:
140 to 1 or 2 in the environment, such cases will draw a nasty message and
144 return value should be ignored in all other cases (fork_lock_enter()
/titanic_41/usr/src/lib/libm/amd64/src/
H A Drndintl.s103 / most cases will not take branch.
/titanic_41/
H A DREADME8 exception_lists - These are lists of exceptional cases
/titanic_41/usr/src/cmd/nsadmin/
H A Dksh.kshrc69 # sure PS1 works in cases where PATH does not contain /usr/bin/
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vatan.S216 bneg,pn %icc,.SPECIAL0 !if (-) goto special cases below
307 bneg,pn %icc,.SPECIAL1 !if (-) goto special cases below
387 bneg,pn %icc,.SPECIAL2 !if (-) goto special cases below
/titanic_41/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging65 Three special cases should be noted:
/titanic_41/usr/src/lib/libcurses/screen/
H A Dtermcap.ed116 /* Special cases that do not have exact terminfo equivalents */
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME253 we want to distinguish between two cases:
259 offline should be used for such cases. Links in priority groups above and
264 cases that have the potentiality to move online (offline*) from a policy
266 allows it - and cases where external conditions dictate that it should not
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s755 bleu,pt %ncc, .kcopy_small ! go to larger cases
939 bleu,pt %ncc, .bcopy_small ! go to larger cases
1005 cmp %o2, CHKSIZE ! check for medium length cases
1849 bleu,pt %ncc, .copyout_small ! go to larger cases
1916 cmp %o2, CHKSIZE ! check for medium length cases
2484 bleu,pt %ncc, .xcopyout_small ! go to larger cases
2644 bleu,pt %ncc, .copyin_small ! go to larger cases
2711 cmp %o2, CHKSIZE ! check for medium length cases
3271 bleu,pt %ncc, .xcopyin_small ! go to larger cases
3438 bleu,pt %ncc, .copyin_ne_small ! go to larger cases
[all …]
H A Dopl_olympus_copy.s710 bleu,pt %ncc, .kcopy_small ! go to larger cases
894 bleu,pt %ncc, .bcopy_small ! go to larger cases
960 cmp %o2, CHKSIZE ! check for medium length cases
1781 bleu,pt %ncc, .copyout_small ! go to larger cases
1848 cmp %o2, CHKSIZE ! check for medium length cases
2407 bleu,pt %ncc, .xcopyout_small ! go to larger cases
2567 bleu,pt %ncc, .copyin_small ! go to larger cases
2634 cmp %o2, CHKSIZE ! check for medium length cases
3185 bleu,pt %ncc, .xcopyin_small ! go to larger cases
3352 bleu,pt %ncc, .copyin_ne_small ! go to larger cases
[all …]
/titanic_41/usr/src/lib/libdhcputil/
H A DREADME.inittab81 wire. (note: in most cases, `code' uniquely identifies the
204 entry has not been corrupted in the inittab file. For those cases,
/titanic_41/usr/src/lib/libshell/common/
H A DCOMPATIBILITY6 I have not include cases that are clearly bugs in ksh-88. I also have

1234