Home
last modified time | relevance | path

Searched refs:until (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/titanic_50/usr/src/lib/efcode/fcode_test/
H A Dloop.fth36 ." 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 Dvgrindefs.src35 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 Dmemset.s93 .dalign: ! Set bytes until 8-byte aligned
113 .walign: ! Set bytes until 4-byte aligned
/titanic_50/usr/src/lib/krb5/kadm5/
H A Dchpass_util.c283 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 Dffs.s43 srl %o0, 1, %o0 ! shift input right until we hit a 1 bit
/titanic_50/usr/src/uts/sparc/ml/
H A Dfd_asm.s73 ! Traverse the list of controllers until we find the first
H A Dip_ocsum.s65 ! Do first halfwords until 32-byte aligned
/titanic_50/usr/src/uts/sun4u/sunfire/ml/
H A Dsysctrl_asm.s84 brz,pt %g4, 1b ! spin until barrier true
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dmapfile-minconn14 # You should not be making modifications here until you've read the most current
H A Dmapfile-passprompt14 # You should not be making modifications here until you've read the most current
/titanic_50/usr/src/pkg/manifests/
H A Dshell-ksh93.mf13 # This is needed until we merge https://www.illumos.org/issues/2755
/titanic_50/usr/src/prototypes/
H A Dprototype.mapfile-vers24 # You should not be making modifications here until you've read the most current
/titanic_50/usr/src/lib/pam_modules/timestamp/
H A Dmapfile-vers22 # You should not be making modifications here until you've read the most current
/titanic_50/usr/src/lib/libsqlite/
H A Dmapfile-sqlite13 # You should not be making modifications here until you've read the most current
/titanic_50/usr/src/cmd/make/lib/makestate/
H A Dmapfile-vers22 # You should not be making modifications here until you've read the most current
/titanic_50/usr/src/lib/libsaveargs/common/
H A Dmapfile-vers22 # You should not be making modifications here until you've read the most current
/titanic_50/usr/src/lib/libsff/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/titanic_50/usr/src/lib/libjedec/common/
H A Dmapfile-vers24 # 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 Dmain.c999 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 Dmapfile-vers14 # You should not be making modifications here until you've read the most current
/titanic_50/usr/src/lib/libcustr/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/titanic_50/usr/src/cmd/mandoc/
H A Dhtml.c597 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 Dmapfile-vers24 # 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 Dhsearch.c58 #define until(A) if(A) break; macro
163 until (EOF == scanf("%s", line)); in main()
/titanic_50/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c82 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()

12345678910>>...22