/titanic_50/usr/src/lib/efcode/fcode_test/ |
H A D | loop.fth | 36 ." Interactive begin..until: " 37 " no loop (3)" 1 begin dup until .passed? 38 " loop to 0 (3)" 9 begin 1- dup 0= until 0= .passed? 40 ." Compiled begin..until: " 41 : btest3 1 begin dup until .passed? ; 42 : btest4 9 begin 1- dup 0= until 0= .passed? ;
|
/titanic_50/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 35 space string subscript such then TRUE true type ubnd union until\ 45 program record repeat set then to type until var while with oct hex\ 67 fi for if in then while until \ 96 repeat return static suspend then to until using while\ 108 real repeat return select string subroutine substr until: 122 until var while with:
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | memset.s | 93 .dalign: ! Set bytes until 8-byte aligned 113 .walign: ! Set bytes until 4-byte aligned
|
/titanic_50/usr/src/lib/krb5/kadm5/ |
H A D | chpass_util.c | 283 time_t until; in _kadm5_chpass_principal_util() local 286 until = princ_ent.last_pwd_change + policy_ent.pw_min_life; in _kadm5_chpass_principal_util() 288 time_string = ctime(&until); in _kadm5_chpass_principal_util()
|
/titanic_50/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_50/usr/src/uts/sparc/ml/ |
H A D | fd_asm.s | 73 ! Traverse the list of controllers until we find the first
|
H A D | ip_ocsum.s | 65 ! Do first halfwords until 32-byte aligned
|
/titanic_50/usr/src/uts/sun4u/sunfire/ml/ |
H A D | sysctrl_asm.s | 84 brz,pt %g4, 1b ! spin until barrier true
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | mapfile-minconn | 14 # You should not be making modifications here until you've read the most current
|
H A D | mapfile-passprompt | 14 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | shell-ksh93.mf | 13 # This is needed until we merge https://www.illumos.org/issues/2755
|
/titanic_50/usr/src/prototypes/ |
H A D | prototype.mapfile-vers | 24 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/pam_modules/timestamp/ |
H A D | mapfile-vers | 22 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libsqlite/ |
H A D | mapfile-sqlite | 13 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/cmd/make/lib/makestate/ |
H A D | mapfile-vers | 22 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libsaveargs/common/ |
H A D | mapfile-vers | 22 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libsff/common/ |
H A D | mapfile-vers | 24 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libjedec/common/ |
H A D | mapfile-vers | 24 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | main.c | 999 if (ms->until > now.tv_sec) in msglim() 1003 if (ms->until < ms1->until) in msglim() 1008 ms->until = now.tv_sec + 60*60; /* 60 minutes */ in msglim()
|
/titanic_50/usr/src/lib/libwrap/ |
H A D | mapfile-vers | 14 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libcustr/common/ |
H A D | mapfile-vers | 24 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | html.c | 597 print_tagq(struct html *h, const struct tag *until) in print_tagq() argument 603 if (until && tag == until) in print_tagq()
|
/titanic_50/usr/src/lib/libipd/common/ |
H A D | mapfile-vers | 24 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | hsearch.c | 58 #define until(A) if(A) break; macro 163 until (EOF == scanf("%s", line)); in main()
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | do_as_req.c | 82 krb5_timestamp until, rtime; in process_as_req() local 233 until = (request->till == 0) ? kdc_infinity : request->till; in process_as_req() 246 min(until, in process_as_req()
|