Searched defs:ino (Results 1 - 17 of 17) sorted by relevance

/ast/src/cmd/3d/
H A Drmdir3d.c29 rmfiles(char* path, char* endpath, ino_t ino) argument
54 if (D_FILENO(ep) != ino)
60 if (st.st_ino != ino)
H A Dvcs.c46 ino_t ino; member in struct:__anon19
463 if (state.vcs.fd && state.vcs.dev == st->st_dev && state.vcs.ino == st->st_ino)
479 state.vcs.ino = st->st_ino;
H A D3d.h204 ino_t ino; member in struct:__anon1
/ast/src/cmd/ksh93/include/
H A Dpath.h58 ino_t ino; member in struct:pathcomp
/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c286 { reg int dev, ino; local
289 ino = (int)st.st_ino;
299 if(null_checked >= 0 && dev == null_dev && ino == null_ino)
/ast/src/lib/libcs/
H A Dcsslib.h55 ino_t ino; member in struct:__anon340
/ast/src/cmd/std/
H A Ddu.c87 ino_t ino; member in struct:Fileid_s
243 hit.id.ino = st.st_ino;
253 hit.id.ino = ent->fts_statp->st_ino;
/ast/src/cmd/cs/
H A Dcat.c43 unsigned long ino; /* st_ino */ member in struct:__anon68
115 fid.ino = st.st_ino;
H A Ddbm.c79 ino_t ino; /* inode */ member in struct:__anon74
245 if (dp->ref > 0 && dp->ino == st.st_ino && dp->dev == st.st_dev)
264 dp->ino = st.st_ino;
/ast/src/lib/libcmd/
H A Dtail.c142 long ino; member in struct:Tail_s
335 tp->ino = st.st_ino;
694 if (i && (fp->dev != st.st_dev || fp->ino != st.st_ino) && !init(fp, 0, 0, flags, &format))
/ast/src/cmd/pax/
H A Dfile.c301 ino_t ino; member in struct:View
328 vp->ino = 0;
333 vp->ino = st.st_ino;
347 if (vp->ino == st.st_ino && vp->dev == st.st_dev)
856 message((-4, "getfile(%s): dev'=%d ino'=%d", f->name, f->st->st_dev, f->st->st_ino));
909 * 0 returned if <dev,ino> already added
922 id.ino = f->st->st_ino;
931 state.inocnt = id.ino;
935 us = id.ino;
979 f->st->st_ino = p->id.ino;
[all...]
H A Dpax-cpio.c56 unsigned short ino; member in struct:Binary_header_s
70 long ino; member in struct:Localstat_s
363 &lst.ino,
374 f->st->st_ino = lst.ino;
532 &lst.ino,
548 f->st->st_ino = lst.ino;
614 &lst.ino,
630 f->st->st_ino = lst.ino;
734 f->st->st_ino = hdr.ino;
760 hdr.ino
[all...]
H A Dpax.h260 int ino; /* inode */ member in struct:Fileid_s
318 short ino; /* ino */ member in struct:Member_s
537 unsigned short inocnt; /* ino assignment count */ \
/ast/src/cmd/cs/vcs_src/
H A Dvcs_rscs.h47 ino_t ino; member in struct:rno_t
/ast/src/lib/libast/comp/
H A Domitted.c698 ino_t ino; member in struct:Exe_test_s
716 if (r > 0 && !fstat(fd, &st) && st.st_ino == exe[fd]->ino)
721 if (!stat(exe[fd]->path, &st) && st.st_ino == exe[fd]->ino)
773 exe[fd]->ino = st.st_ino;
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c883 ino_t ino; member in struct:Libcomp_s
931 liblist[nlib].ino = pp->ino;
942 if (liblist[n].ino == pp->ino && liblist[n].dev == pp->dev)
/ast/src/cmd/nmake/
H A Dmake.h439 long ino; /* inode number */ member in struct:Fileid_s

Completed in 66 milliseconds