Home
last modified time | relevance | path

Searched defs:st (Results 1 – 25 of 118) sorted by relevance

12345

/original-bsd/sys/stand/
H A Dsaio.h58 struct st { struct
59 short nsect; /* # sectors/track */
60 short ntrak; /* # tracks/surfaces/heads */
61 short nspc; /* # sectors/cylinder */
62 short ncyl; /* # cylinders */
63 short *off; /* partition offset table (cylinders) */
/original-bsd/usr.bin/pascal/pdx/symtab/
H A Dsymtab.c44 #define hash(h, st, name) \ argument
63 register SYMTAB *st; local
81 st_destroy(st) in st_destroy() argument
93 SYM *st_insert(st, name) in st_insert() argument
120 SYM *st_lookup(st, name) in st_lookup() argument
/original-bsd/sys/stand.att/
H A Dsaio.h98 struct st { struct
99 short nsect; /* # sectors/track */
100 short ntrak; /* # tracks/surfaces/heads */
101 short nspc; /* # sectors/cylinder */
102 short ncyl; /* # cylinders */
103 short *off; /* partition offset table (cylinders) */
/original-bsd/sys/i386/stand/
H A Dsaio.h81 struct st { struct
90 * Request codes. Must be the same a F_XXX above argument
/original-bsd/sys/luna68k/stand/
H A Dsaio.h82 struct st { struct
91 * Request codes. Must be the same a F_XXX above argument
/original-bsd/sys/hp300/stand/
H A Dsaio.h78 struct st { struct
87 * Request codes. Must be the same a F_XXX above argument
/original-bsd/sys/tahoe/stand/
H A Dsaio.h71 struct st { struct
80 * Request codes. Must be the same a F_XXX above argument
/original-bsd/sys/vax/stand/
H A Drl.c39 register struct rl_stat *st; local
98 register struct rl_stat *st; local
H A Dupmaptype.c47 register struct st *st; local
/original-bsd/sys/vax/uba/
H A Dup.c211 register struct upst *st; local
247 register struct upst *st; local
313 register struct upst *st; local
450 struct upst *st; local
757 register struct upst *st; local
988 struct upst *st; local
1072 struct upst *st; local
H A Didc.c215 register struct idcst *st; local
272 register struct idcst *st; local
381 struct idcst *st; local
467 struct idcst *st; local
771 struct idcst *st; local
863 struct idcst *st; local
H A Drk.c188 register struct rkst *st; local
261 struct rkst *st = &rkst[ui->ui_type]; local
314 struct rkst *st; local
540 register struct rkst *st; local
717 struct rkst *st; local
781 struct rkst *st; local
/original-bsd/lib/libc/stdio/
H A Dfseek.c38 struct stat st; local
H A Dmakebuf.c68 struct stat st; local
/original-bsd/contrib/emacs-18.57/src/
H A Dfileio.c1021 struct stat st; variable
1410 struct stat st; variable
1425 struct stat st; variable
1451 struct stat st; variable
1487 struct stat st; variable
1525 struct stat st; variable
1654 struct stat st; variable
1912 struct stat st; variable
/original-bsd/sys/miscfs/procfs/
H A Dprocfs_status.c89 struct timeval ut, st; local
/original-bsd/usr.bin/uucp/libacu/
H A Ddf2.c31 int nw, lt, pid, st, status; local
/original-bsd/old/berknet/
H A Dnsh.c26 } st[] = { variable
/original-bsd/local/local.cmd/
H A Ddl.c12 #define ISDIR(st) (((st).st_mode&S_IFMT) == S_IFDIR) argument
13 #define ISLNK(st) (((st).st_mode&S_IFMT) == S_IFLNK) argument
14 #define ISREG(st) (((st).st_mode&S_IFMT) == S_IFREG) argument
15 #define ISDEV(st) \ argument
/original-bsd/usr.bin/tip/aculib/
H A Ddf.c55 int st = TIOCM_ST; /* secondary Transmit flag */ local
/original-bsd/lib/libc/gen/
H A Dnlist.c53 struct stat st; local
/original-bsd/old/refer/NOTUSED/whatabout/
H A Dwhat3.c15 int fpa[2], fpb[2], fpc[2], pid1, pid2, st; local
/original-bsd/lib/libc/mips/gen/
H A Dnlist.c53 struct stat st; local
/original-bsd/libexec/ftpd/
H A Dftpd.c606 struct stat st; local
673 struct stat st; local
1195 struct stat st; local
1267 struct stat st; local
1413 struct stat st; local
1459 struct stat st; local
/original-bsd/old/dbx/
H A Dfortran.c95 Symbol st,sc; local
123 private Symbol mksubs(pbuf,st) in mksubs() argument
555 Symbol sc,st,eltype; local

12345