Searched refs:spt (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Dpart.c346 int spt, tpc, spc; local
357 spt = disk->real->sectors;
359 spc = spt * tpc;
362 start += part->shead * spt;
366 end += part->ehead * spt;
383 int spt, tpc, spc; local
394 spt = disk->real->sectors;
396 spc = spt * tpc;
400 if(start <= spt) {
403 head = (start / spt); star
[all...]
H A Ddisk.c136 int spt = 63; local
137 int cylinders = (lm->size / heads / spt);
145 cylinders = (lm->size / heads / spt);
149 lm->sectors = spt;
/macosx-10.10/file_cmds-242/pax/
H A Dfile_subs.c652 char *spt = name; local
660 if (*spt == '/')
661 ++spt;
667 spt = strchr(spt, '/');
668 if (spt == NULL)
670 *spt = '\0';
682 *(spt++) = '/';
693 *spt = '/';
718 *(spt
[all...]
H A Dpat_rep.c1011 char *spt; local
1018 spt = src;
1021 while ((dpt < destend) && ((c = *spt++) != '\0')) {
1028 } else if ((c == '\\') && (*spt >= '0') && (*spt <= '9')) {
1032 if ((len = *spt++ - '0') > subexcnt)
1039 if ((c == '\\') && (*spt != '\0'))
1040 c = *spt++;
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_ripencc.c439 static void ripencc_send (struct peer *, TSIPPKT spt);
472 TSIPPKT spt; local
534 cmd_0x1F(&spt);
535 ripencc_send(peer, spt);
538 cmd_0x26(&spt);
539 ripencc_send(peer, spt);
542 cmd_0x8E42q(&spt);
543 ripencc_send(peer, spt);
546 cmd_0x8E41q(&spt);
547 ripencc_send(peer, spt);
789 TSIPPKT spt; local
816 ripencc_send(struct peer *peer, TSIPPKT spt) argument
888 TSIPPKT spt; /* send packet */ local
1441 TSIPPKT spt; /* local structure for send packet */ local
1580 TSIPPKT spt; /* local structure for sendpacket */ local
[all...]
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c171 u_int8_t spt[2]; /* sectors per track */ member in struct:bsbpb
215 u_int spt; /* sectors per track */ member in struct:bpb
494 bpb.spt = opt_u;
880 mk2(bsbpb->spt, bpb.spt);
1098 if (!bpb->spt)
1099 bpb->spt = 32; /* The same constant that dkdisklabel() used. */
1266 printf(" spt=%u hds=%u hid=%u drv=0x%02X", bpb->spt, bpb->hds, bpb->hid, bpb->driveNum);
/macosx-10.10/emacs-93/emacs/src/
H A Dunexsni.c836 Elf32_Shdr *spt = &NEW_SECTION_H(nn);
837 unsigned int num = spt->sh_size / spt->sh_entsize;
835 Elf32_Shdr *spt = &NEW_SECTION_H(nn); local
H A Dunexelf.c1188 ElfW(Shdr) *spt = &NEW_SECTION_H (nn);
1189 unsigned int num = spt->sh_size / spt->sh_entsize;
/macosx-10.10/emacs-93/emacs/lisp/
H A Dnewcomment.el758 spt)
760 (setq spt (comment-search-forward end t)))
764 (goto-char spt)
773 (narrow-to-region spt ept)
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/
H A DGraph.pm3417 my $spt = $spt_di->{ $first_root }->[ 1 ];
3419 $spt->set_graph_attribute('SPT_Dijkstra_root', $first_root);
3421 return $spt;
3536 my $spt = $spt_bf->{ $r }->[ 1 ];
3538 $spt->set_graph_attribute('SPT_Bellman_Ford_root', $r);
3540 return $spt;
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/
H A DGraph.pm3372 my $spt = $spt_di->{ $first_root }->[ 1 ];
3374 $spt->set_graph_attribute('SPT_Dijkstra_root', $first_root);
3376 return $spt;
3491 my $spt = $spt_bf->{ $r }->[ 1 ];
3493 $spt->set_graph_attribute('SPT_Bellman_Ford_root', $r);
3495 return $spt;
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dhangul.el445 ("spt" ?$(C3](B)
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim1859 au BufNewFile,BufRead *.sno,*.spt setf snobol4
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices11512 spt-automation 5814/tcp # Support Automation
11513 spt-automation 5814/udp # Support Automation

Completed in 187 milliseconds