Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 56) sorted by relevance

123

/original-bsd/usr.bin/pascal/px/
H A Dmachdep.h39 #define PCLONGVAL(target) target = *pc.lp++ argument
40 #define GETLONGVAL(target, srcptr) target = *(long *)(srcptr) argument
41 #define STACKALIGN(target, value) target = ((value) + 1) &~ 1 argument
45 #define PCLONGVAL(target) target = *pc.sp++ << 16, target += *pc.usp++ argument
46 #define GETLONGVAL(target, srcptr) \ argument
49 #define STACKALIGN(target, value) target = ((value) + 3) &~ 3 argument
/original-bsd/usr.bin/struct/struct/
H A D0.string.c73 copychars(cbeg,target,n) /* copy n chars from cbeg to target */ in copychars() argument
84 copycs(cbeg,target,n) /* copy n chars from cbeg to target, add '\0' */ in copycs() argument
/original-bsd/usr.bin/talk/
H A Dctl_transact.c28 struct in_addr target; variable
/original-bsd/lib/libc/stdio/
H A Dfseek.c36 fpos_t target, curoff; local
/original-bsd/old/talk/talk/
H A Dctl_transact.c24 ctl_transact(target, msg, type, response) in ctl_transact() argument
/original-bsd/old/mount_lofs/
H A Dmount_lofs.c49 char target[MAXPATHLEN]; local
/original-bsd/sbin/mount_null/
H A Dmount_null.c48 char target[MAXPATHLEN]; local
/original-bsd/sbin/mount_union/
H A Dmount_union.c49 char target[MAXPATHLEN]; local
/original-bsd/sys/vax/inline/
H A Dmachdep.c155 rewrite(instbuf, argc, argv, target) in rewrite() argument
324 rewrite(instbuf, argc, argv, target) in rewrite() argument
/original-bsd/usr.bin/indent/
H A Dio.c187 register target = ps.com_col; in dump_line() local
419 pad_output(current, target) /* writes tabs and blanks (if necessary) to in pad_output() argument
/original-bsd/lib/librpc/rpc/
H A Dxdr_array.c68 register caddr_t target = *addrp; local
/original-bsd/bin/ln/
H A Dln.c88 linkit(target, source, isdir) in linkit() argument
/original-bsd/sys/deprecated/lofs/
H A Dlofs.h16 char *target; /* Target of loopback */ member
/original-bsd/sys/miscfs/nullfs/
H A Dnull.h16 char *target; /* Target of loopback */ member
/original-bsd/lib/libc/regex/
H A Dregerror.c98 register int target = errcode &~ REG_ITOA; local
/original-bsd/sys/tahoe/inline/
H A Dmachdep.c149 rewrite(instbuf, argc, argv, target) in rewrite() argument
/original-bsd/sbin/mount_umap/
H A Dmount_umap.c71 char *gmapfile, *mapfile, *source, *target, buf[20]; local
/original-bsd/games/sail/
H A Dpl_3.c17 int target, temp; in acceptcombat() local
/original-bsd/sys/luna68k/stand/
H A Dscsi.c137 scsi_read_raw(target, blk, nblk, buff, len) in scsi_read_raw() argument
/original-bsd/games/battlestar/
H A Dfly.c166 target() in target() function
/original-bsd/sys/dev/scsi/
H A Dsdtrace.h31 u_char target; /* target number */ member
/original-bsd/sys/netiso/
H A Dclnp_input.c262 struct sockaddr_iso target; /* destination address of pkt */ variable
/original-bsd/sys/hp300/stand/
H A Dscsi.c132 issue_select(hd, target, our_addr) in issue_select() argument
238 scsiicmd(hs, target, cbuf, clen, buf, len, xferphase) in scsiicmd() argument
/original-bsd/sys/pmax/dev/
H A Dsii.c117 int target; member
295 sii_StartCmd(sc, target) in sii_StartCmd() argument
1693 sii_CmdDone(sc, target, error) in sii_CmdDone() argument
/original-bsd/sys/miscfs/umapfs/
H A Dumap.h21 char *target; /* Target of loopback */ member

123