Searched refs:until (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/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
H A Dstrchr.s41 ! until we've reached a word boundary. Once this has happened
H A Dstrlcpy.s68 sub %i4, 8, %i4 ! bytes until src aligned
162 ! Store bytes until n == 0. If a null byte is encountered during
164 ! to scan src until we hit the end, and compute strlen from the
327 ! null termination of dst, then scan src until end foudn for
H A Dstrncpy.s61 ! performing small copies until it is aligned. Then, the string
75 sub %o4, 8, %o4 ! bytes until src aligned
192 bcc,pt %ncc, .filldword ! fill dwords until count == 0
207 bnz,pt %ncc, .fillbyte ! fill until n == 0
216 ! until n == 0. if null byte encountered, continue
H A Dstrcmp.s161 bpos,pt %xcc, .cmpbytes ! until all bytes processed
H A Dascii_strcasecmp.s118 ! both strings a byte at a time until the source ptr is aligned to
H A Dstrcpy.s55 ! quantities until the source ptr is aligned at an extended
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dexpmod_t.t54 my $until = shift();
55 my $diff = $until - (time() - $t0);
56 $DEBUG and print "# until $until; diff = $diff\n";
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dyylex.l179 "until" { RECORD; return GRUB_PARSER_TOKEN_UNTIL; }
H A Dscript.c263 /* Create a "while" or "until" command. */
280 cmd->until = is_an_until_loop;
H A Dexecute.c751 /* Execute a "while" or "until" command. */
764 if (cmdwhile->until ? !result : result)
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dchpass_util.c65 * is only valid until the next call to the function,
287 time_t until; local
290 until = princ_ent.last_pwd_change + policy_ent.pw_min_life;
292 time_string = ctime(&until);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrchr.s41 ! until we've reached a word boundary. Once this has happened
H A Dstrncpy.s61 ! performing small copies until it is aligned. Then, the string
77 sub %i5, 4, %i5 ! bytes until src aligned
173 bcc .fillword ! fill words until count == 0
189 bnz .fillbyte ! fill until n == 0
197 ! until n == 0. if null byte encountered, continue
H A Dstrcpy.s55 ! if it is not aligned, attempts to copy bytes until it is.
H A Dstrlcpy.s65 sub %i4, 4, %i4 ! bytes until src aligned
H A Dascii_strcasecmp.s118 ! both strings a byte at a time until the source ptr is aligned to
/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c67 #define until(A) if (A) break; macro
164 until(EOF == scanf("%s", line) || strcmp(line, "quit") == 0);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscript_sh.h144 /* A while/until command. */
155 /* The flag to indicate this as "until" loop. */ member in struct:grub_script_cmdwhile
156 int until;
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s116 bgu,pt %ncc, .byteloop ! loop until done
133 bgu,pt %ncc, .dbalign1 ! loop until done
313 bgu,pt %ncc, .dbbyte ! loop until done
437 bgu,pt %ncc, .smallwords ! loop until done
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1171 * starts empty, and grows each time this function is called until it
2326 time_t until; local
2329 until = princ.last_pwd_change + pol.pw_min_life;
2331 time_string = ctime(&until);
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s79 * move bytes until dst is on long word boundary
92 * excess STQ and Miss Buffer filling. Repeat until near the end,
370 bgu,pn %ncc, .small_long_l ! loop until done
576 bgu,pt %ncc, .smallwords ! loop until done
854 ! cache until we are ready to store final element of cache line.
1000 neg %o3 ! bytes until dest is 64 byte aligned
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s82 blu,pn %ncc, exit ! loop until done
86 ba 1b ! loop until done
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex552 % Kludge this until the fonts are right (grr).
998 % We also make \indent itself not actually do anything until the next
2695 % line is not enough. That is bad. So let's go back to just `&' until
2731 % table breaks over pages. Wouldn't \vfil be better? Wait until the
2858 % Ignore text until a line `@end #1', keeping track of nested conditionals.
2875 % Swallow text until we reach the matching `@end #1'.
3861 % Loop until we get a decent breakpoint.
6831 % \normaloffset until the front-side and back-side texts align. Then
6992 % name cannot be active until we have parsed the command line.
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s107 * move bytes until dst is on long word boundary
944 bgu,pt %ncc, .smallwords ! loop until done
973 bgu,pt %ncc, .small_long_l ! loop until done
1743 neg %o3 ! bytes until dest is 64 byte aligned

Completed in 92 milliseconds

12