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

123

/illumos-gate/usr/src/tools/pmodes/
H A Dpmodes.c290 char *rest; /* buffer after owner */ member in struct:parsed_line
309 if (line->rest)
311 line->modelen, line->mode, line->owner, line->rest);
336 parse->rest = 0; /* makes put_line work */
468 parse->rest = end+1;
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c152 char * rest; local
196 (void)strtol (optarg, &rest, 10);
197 if (!rest || (!*rest && rest != optarg))
262 alert.Q = strtol(optarg, &rest, 10);
267 if (rest && *rest) {
285 alert.W = strtol(optarg, &rest, 10);
290 if (rest
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c544 char *rest, *name, ch; local
591 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++);
592 *rest = 0;
608 *(dirname = rest) = ch;
617 *rest = ch;
H A Dfsys_reiserfs.c467 * we can still read the rest from the disk on demand.
998 char *rest, ch; local
1123 for (rest = dirname; (ch = *rest) && ! isspace (ch) && ch != '/'; rest++);
1124 *rest = 0;
1200 *rest = ch;
1205 *rest = ch;
1206 dirname = rest;
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_local.c67 char *rest; local
75 rest = strstr(name, "/dsk/");
76 if (rest == NULL) {
77 if ((rest = strstr(name, "/rdsk/")) == NULL)
84 char_name[strlen(name) - strlen(rest)] = 0;
86 strcat(char_name, rest + 5);
542 * enough for the new string, or bcopying the rest of the list
/illumos-gate/usr/src/cmd/zlook/
H A Dzlook.c186 uint_t rest = bits >> 1; local
189 if (rest)
193 bits = rest;
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c681 char *name, *rest, tmp[MAX_NTOP]; local
691 rest = name + strcspn(name, space);
692 if (*rest != '\0') {
693 *rest++ = '\0';
694 rest += strspn(rest, space);
703 (*verb->func)(ctx, sess, verb, rest, 0, NULL, ctx->uctx);
708 strlen(name) + strlen(rest) > sizeof buf)
713 name, rest);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry.cc53 entryp ep, db_index_entry_p rest)
60 next = rest;
52 db_index_entry(unsigned long hval, item* k, entryp ep, db_index_entry_p rest) argument
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c567 char *rest; local
585 optval = strtol(val, &rest, 10);
586 if (errno != 0 || *rest != '\0') {
615 optval = strtol(val, &rest, 10);
616 if (errno != 0 || *rest != '\0') {
1151 char *rest; local
1153 entry = strtol(which, &rest, 10);
1154 if (errno != 0 || *rest != '\0') {
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2982 struct pfmri_list *rest; local
3005 for (rest = restarters; rest != NULL; rest = rest->next) {
3006 if (strcmp(rest->scope, scope_name) == 0 &&
3007 strcmp(rest->service, svc_name) == 0 &&
3008 strcmp(rest->instance, inst_name) == 0)
3394 struct pfmri_list *rest; local
3397 rest
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c516 unsigned char *rest; local
519 rest = readw(d);
523 while(d = *rest++) {
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl480 # this piece of info is consistent with the rest
1050 my ($line, $filters, $neededs, $rest);
1078 $rest = trim($1);
1080 if ($rest =~ /^filtered by /) {
1083 } elsif ($rest =~ /^needed by /) {
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h299 #define MAC_RING_TX(mhp, rh, mp, rest) { \
309 rest = mimpl->mi_tx(mimpl->mi_driver, mp); \
311 rest = mac_hwring_tx(mrh, mp); \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeV1.java401 // Gather the rest.
403 String rest = tk.nextToken("");
407 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true);
H A DServiceLocationAttribute.java164 // Gather the rest.
166 String rest = tk.nextToken("");
170 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t107 my ($parent, @rest) = @parents;
H A DLgrp.t149 my ($parent, @rest) = @parents;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd134 local($num, $item, @rest) = @_;
135 print "No ", $item, "s", @rest if $num == 0;
136 print "1 ", $item, @rest if $num == 1;
137 print $num, " ", $item, "s", @rest if $num > 1;
331 # and the rest are silently discarded. A hash indexed on the first
1552 local ($tomake, $rest) = ($1, $2);
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c809 uintptr_t rest; local
816 rest = (uintptr_t)tp->b_wptr - (uintptr_t)tp->b_rptr;
818 if (rest <= PKT_HEADER_SIZE) {
860 rest -= len + PKT_HEADER_SIZE;
862 if (rest <= PKT_HEADER_SIZE) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c844 char *attrs[2], *DNlist, *rest, *ptr; local
890 (ptr = strtok_r(DNlist, DOORLINESEP, &rest)) == NULL) {
942 } while (ptr = strtok_r(NULL, DOORLINESEP, &rest));
1567 char *rootDSE = NULL, *attr, *val, *rest, **ptr; local
1607 attr = strtok_r(rootDSE, DOORLINESEP, &rest);
1695 } while (attr = strtok_r(NULL, DOORLINESEP, &rest));
H A Dns_confmgr.c288 char *attr, *attrName, *attrVal, *rest; local
301 attr = strtok_r(config, DOORLINESEP, &rest);
351 } while (attr = strtok_r(NULL, DOORLINESEP, &rest));
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s295 b setjmp ! let setjmp do the rest
303 b longjmp ! let longjmp do the rest
387 0: b setjmp ! let setjmp do the rest
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1157 char *rbuf, *sptr, *rest; local
1187 sptr = strtok_r(rbuf, DOORLINESEP, &rest);
1190 sptr = strtok_r(NULL, DOORLINESEP, &rest);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c726 char *rest; local
750 rest = name + strlen(mountpoint);
752 TLM_SNAPSHOT_DIR, jname, rest);
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1835 int rest = sizeof (lofi_crypto_magic); local
1846 got = read(fd, buf + sizeof (lofi_crypto_magic) - rest, rest);
1852 rest -= got;
1853 } while (rest > 0);

Completed in 154 milliseconds

123