Searched refs:rest (Results 51 - 69 of 69) sorted by relevance

123

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1499 char *rest; local
1568 strptr = strtok_r(buffer, ",", &rest);
1581 strptr = strtok_r(NULL, ",", &rest);
3369 char *rest; local
3382 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest);
3411 strptr = (char *)strtok_r(NULL, DOORLINESEP, &rest);
3430 char *rest; local
3452 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest);
3490 strptr = (char *)strtok_r(NULL, DOORLINESEP, &rest);
H A Dns_connect.c197 char *rbuf, *ptr, *rest; local
338 ptr = strtok_r(rbuf, DOORLINESEP, &rest);
352 ptr = strtok_r(NULL, DOORLINESEP, &rest);
376 ptr = strtok_r(NULL, DOORLINESEP, &rest);
581 * as long as it matches the rest of the parameters.
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h510 extern int ishost(char *sys, char *rest);
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s158 srl %o5,1,%o5 ! rest of %o5
H A Drem.s157 srl %o5,1,%o5 ! rest of %o5
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun134 tmp, rest = buf.rsplit('\n', 1)
135 self._buf = rest
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S516 movw %di,%si # Display the rest
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s375 * preserve - the rest of the kernel does not use fp and, anyway, fp
1166 addcc %o2, 7, %o2 ! restore rest of count
1216 addcc %o2, 3, %o2 ! restore rest of count
2089 addcc %o2, 7, %o2 ! restore rest of count
2144 addcc %o2, 3, %o2 ! restore rest of count
2881 addcc %o2, 7, %o2 ! restore rest of count
2936 addcc %o2, 3, %o2 ! restore rest of count
H A Dopl_olympus_copy.s366 * preserve - the rest of the kernel does not use fp and, anyway, fp
1117 addcc %o2, 7, %o2 ! restore rest of count
1167 addcc %o2, 3, %o2 ! restore rest of count
2021 addcc %o2, 7, %o2 ! restore rest of count
2076 addcc %o2, 3, %o2 ! restore rest of count
2804 addcc %o2, 7, %o2 ! restore rest of count
2859 addcc %o2, 3, %o2 ! restore rest of count
H A Dus3_cheetahplus_asm.s374 bne %xcc, 6f ! not Panther, no UCU, skip the rest
H A Dspitfire_copy.s122 * preserve - the rest of the kernel does not use fp and, anyway, fp
1655 sll %i4, %l1, %i4 ! prepare to get rest
1745 b .dbytecp ! let dbytecp do the rest
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk49 # Once the macros above are defined, the rest of this make script will
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s176 sll %i4, %l1, %i4 ! prepare to get rest
266 b .dbytecp ! let dbytecp do the rest
H A Dniagara_copy.s2486 sll %i4, %l1, %i4 ! prepare to get rest
2576 b .dbytecp ! let dbytecp do the rest
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c233 int rest; local
242 rest = sizeof (buf);
246 len = min(rest, len);
248 rest -= len;
250 if (rest == 0) {
588 /* correct the rest of the DMA mapping */
1276 /* copy the rest */
2139 /* Do not change the rest of the ability bits in the advert reg */
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c304 int rest; local
313 rest = sizeof (buf);
317 len = min(rest, len);
319 rest -= len;
321 if (rest == 0) {
1304 /* Do not change the rest of ability bits in advert reg */
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s2223 and %o0, %g2, %o0 ! mask out the rest
2243 and %g2, %g3, %g2 ! mask out rest
2265 and %o0, %g2, %o0 ! mask out the rest
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s2461 and %o0, %g2, %o0 ! mask out the rest
2481 and %g2, %g3, %g2 ! mask out rest
2504 and %o0, %g2, %o0 ! mask out the rest
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex388 % Parse an argument, then pass it to #1. The argument is the rest of
436 % to get _exactly_ the rest of the line, we had to prevent such situation.
2475 % TOKENS, and \rest to be the remainder.
2477 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
2495 \ifx\rest\empty
2932 % own to delimit the rest of the line, and then take it out again if we
3042 % \fooindex ...rest of line... puts an entry in the index foo.

Completed in 369 milliseconds

123