Home
last modified time | relevance | path

Searched refs:rest (Results 26 – 50 of 116) sorted by relevance

12345

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c675 char *name, *rest, tmp[MAX_NTOP]; in ctl_docommand() local
685 rest = name + strcspn(name, space); in ctl_docommand()
686 if (*rest != '\0') { in ctl_docommand()
687 *rest++ = '\0'; in ctl_docommand()
688 rest += strspn(rest, space); in ctl_docommand()
697 (*verb->func)(ctx, sess, verb, rest, 0, NULL, ctx->uctx); in ctl_docommand()
702 strlen(name) + strlen(rest) > sizeof buf) in ctl_docommand()
707 name, rest); in ctl_docommand()
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Drdform.c59 char * rest; in rdform() local
192 (i = strtol(p, &rest, 10)) <= 0 in rdform()
193 || *rest in rdform()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c998 char *rest, ch; in reiserfs_dir() local
1123 for (rest = dirname; (ch = *rest) && ! isspace (ch) && ch != '/'; rest++); in reiserfs_dir()
1124 *rest = 0; in reiserfs_dir()
1200 *rest = ch; in reiserfs_dir()
1205 *rest = ch; in reiserfs_dir()
1206 dirname = rest; in reiserfs_dir()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c961 size_t blks, blkoff, bsize, bio_size, rest; in bd_realstrategy() local
1052 rest = size; in bd_realstrategy()
1061 if (rest < bsize) in bd_realstrategy()
1062 bsize = rest; in bd_realstrategy()
1080 bsize = min(bsize, rest); in bd_realstrategy()
1082 } else if (rest < bd->bd_sectorsize) { in bd_realstrategy()
1088 bsize = rest; in bd_realstrategy()
1112 rest -= bsize; in bd_realstrategy()
/illumos-gate/usr/src/cmd/zlook/
H A Dzlook.c186 uint_t rest = bits >> 1; in print_xvs() local
189 if (rest) in print_xvs()
193 bits = rest; in print_xvs()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3004 struct pfmri_list *rest; in list_instance() local
3027 for (rest = restarters; rest != NULL; rest = rest->next) { in list_instance()
3028 if (strcmp(rest->scope, scope_name) == 0 && in list_instance()
3029 strcmp(rest->service, svc_name) == 0 && in list_instance()
3030 strcmp(rest->instance, inst_name) == 0) in list_instance()
3425 struct pfmri_list *rest; in add_restarter() local
3428 rest = safe_malloc(sizeof (*rest)); in add_restarter()
3430 if (scf_parse_svc_fmri(cfmri, &rest->scope, &rest->service, in add_restarter()
3438 rest->next = restarters; in add_restarter()
3439 restarters = rest; in add_restarter()
[all …]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c637 char *rest; in set_option() local
658 optval = strtol(val, &rest, 10); in set_option()
659 if (errno != 0 || *rest != '\0') { in set_option()
688 optval = strtol(val, &rest, 10); in set_option()
689 if (errno != 0 || *rest != '\0') { in set_option()
1239 char *rest; in list_setting() local
1241 entry = strtol(which, &rest, 10); in list_setting()
1242 if (errno != 0 || *rest != '\0') { in list_setting()
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c515 unsigned char *rest; in comsubst() local
518 rest = readw(d); in comsubst()
522 while(d = *rest++) { in comsubst()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl1050 my ($line, $filters, $neededs, $rest);
1078 $rest = trim($1);
1080 if ($rest =~ /^filtered by /) {
1083 } elsif ($rest =~ /^needed by /) {
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry.cc51 entryp ep, db_index_entry_p rest) in db_index_entry() argument
58 next = rest; in db_index_entry()
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/
H A Dpppd81 while read intf rest; do
/illumos-gate/usr/src/stand/
H A DREADME27 If you are looking for the rest of what used to be in /usr/src/stand, it's over
/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;
1552 local ($tomake, $rest) = ($1, $2);
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c809 uintptr_t rest; in axf_rx_make_packet() local
816 rest = (uintptr_t)tp->b_wptr - (uintptr_t)tp->b_rptr; in axf_rx_make_packet()
818 if (rest <= PKT_HEADER_SIZE) { in axf_rx_make_packet()
860 rest -= len + PKT_HEADER_SIZE; in axf_rx_make_packet()
862 if (rest <= PKT_HEADER_SIZE) { in axf_rx_make_packet()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeV1.java403 String rest = tk.nextToken(""); in ServiceLocationAttributeV1() local
407 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true); in ServiceLocationAttributeV1()
H A DServiceLocationAttribute.java166 String rest = tk.nextToken(""); in ServiceLocationAttribute() local
170 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true); in ServiceLocationAttribute()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c845 char *attrs[2], *DNlist, *rest, *ptr; in getDirBaseDN() local
891 (ptr = strtok_r(DNlist, DOORLINESEP, &rest)) == NULL) { in getDirBaseDN()
943 } while (ptr = strtok_r(NULL, DOORLINESEP, &rest)); in getDirBaseDN()
1568 char *rootDSE = NULL, *attr, *val, *rest, **ptr; in create_ns_servers_entry() local
1608 attr = strtok_r(rootDSE, DOORLINESEP, &rest); in create_ns_servers_entry()
1696 } while (attr = strtok_r(NULL, DOORLINESEP, &rest)); in create_ns_servers_entry()
H A Dns_confmgr.c288 char *attr, *attrName, *attrVal, *rest; in __s_api_create_config_door_str() local
301 attr = strtok_r(config, DOORLINESEP, &rest); in __s_api_create_config_door_str()
351 } while (attr = strtok_r(NULL, DOORLINESEP, &rest)); in __s_api_create_config_door_str()
H A Dns_config.c1498 char *rest; in verify_value() local
1567 strptr = strtok_r(buffer, ",", &rest); in verify_value()
1580 strptr = strtok_r(NULL, ",", &rest); in verify_value()
3366 char *rest; in SetDoorInfoToUnixCred() local
3379 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest); in SetDoorInfoToUnixCred()
3408 strptr = (char *)strtok_r(NULL, DOORLINESEP, &rest); in SetDoorInfoToUnixCred()
3427 char *rest; in SetDoorInfo() local
3449 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest); in SetDoorInfo()
3487 strptr = (char *)strtok_r(NULL, DOORLINESEP, &rest); in SetDoorInfo()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.S237 b setjmp ! let setjmp do the rest
245 b longjmp ! let longjmp do the rest
/illumos-gate/usr/src/boot/forth/
H A Dpcibios.4th38 \ for get_arguments reading the rest of the line and parsing it
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c726 char *rest; in tlm_build_snapshot_name() local
750 rest = name + strlen(mountpoint); in tlm_build_snapshot_name()
752 TLM_SNAPSHOT_DIR, jname, rest); in tlm_build_snapshot_name()
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch30 # listed prior to an exhaustive search of the rest of /dev.
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1850 int rest = sizeof (lofi_crypto_magic); in check_file_is_encrypted() local
1861 got = read(fd, buf + sizeof (lofi_crypto_magic) - rest, rest); in check_file_is_encrypted()
1867 rest -= got; in check_file_is_encrypted()
1868 } while (rest > 0); in check_file_is_encrypted()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-461 sector of Stage 2 (or Stage 1.5) and Stage 2 itself loads the rest. The
74 1. Load the rest of itself to the real starting address, that is, the

12345