Home
last modified time | relevance | path

Searched refs:follow (Results 1 – 25 of 100) sorted by relevance

1234

/titanic_52/usr/src/cmd/tail/tests/
H A Dtailtests.sh177 # Now we want to do a series of follow tests.
186 follow=$tdir/follow
187 moved=$tdir/follow.moved
193 echo -e "a\nb\nc" > $follow
194 $PROG -f $follow > $out 2> /dev/null &
197 echo -e "d\ne\nf" >> $follow
205 rm $follow
210 echo -e "a\nb\nc" > $follow
211 $PROG -f $follow >
[all...]
/titanic_52/usr/src/uts/common/sys/
H A Dpathname.h84 extern int lookupname(char *, enum uio_seg, int follow,
86 extern int lookupnameat(char *, enum uio_seg, int follow,
88 extern int lookupnameatcred(char *, enum uio_seg, int follow,
90 extern int lookuppn(struct pathname *, struct pathname *, int follow,
92 extern int lookuppnat(struct pathname *, struct pathname *, int follow,
94 extern int lookuppnatcred(struct pathname *, struct pathname *, int follow,
97 extern int lookuppnvp(struct pathname *, struct pathname *, int follow,
/titanic_52/usr/src/uts/common/syscall/
H A Dlink.c55 enum symfollow follow; in linkat() local
60 follow = (flag & AT_SYMLINK_FOLLOW)? FOLLOW : NO_FOLLOW; in linkat()
69 error = vn_linkat(fstartvp, from, follow, tstartvp, to, UIO_USERSPACE); in linkat()
H A Dstat.c65 cstatat_getvp(int fd, char *name, int follow, vnode_t **vp, cred_t **cred) in cstatat_getvp() argument
109 if (error = lookupnameat(name, UIO_USERSPACE, follow, NULLVPP, in cstatat_getvp()
256 cstatat(int fd, char *name, struct stat *sb, int follow, int flags) in cstatat() argument
264 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat()
379 cstatat32(int fd, char *name, struct stat32 *sb, int follow, int flags) in cstatat32() argument
387 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat32()
487 cstatat64(int fd, char *name, struct stat64 *sb, int follow, int flags) in cstatat64() argument
495 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat64()
606 cstatat64_32(int fd, char *name, struct stat64_32 *sb, int follow, int flags) in cstatat64_32() argument
614 link_follow = (follow in cstatat64_32()
[all...]
H A Dutime.c52 cfutimesat(int fd, char *fname, int nmflag, vattr_t *vap, int flags, int follow) in cfutimesat() argument
90 follow, NULLVPP, &vp, startvp)) != 0) { in cfutimesat()
/titanic_52/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c898 int32_t prev, count, follow; in truncAtCluster() local
902 follow = extractStartCluster(entry); in truncAtCluster()
903 while (follow != cluster && follow >= FIRST_CLUSTER && in truncAtCluster()
904 follow <= LastCluster) { in truncAtCluster()
905 prev = follow; in truncAtCluster()
907 follow = nextInChain(follow); in truncAtCluster()
909 if (follow != cluster) { in truncAtCluster()
951 if ((follow in truncAtCluster()
1232 int32_t follow; checkForFATLoop() local
[all...]
/titanic_52/usr/src/lib/libbc/libc/sys/common/
H A D_stat.c101 int follow = lstat? AT_SYMLINK_NOFOLLOW : 0; in stat_com() local
133 "/var/adm/utmpx", &nb, follow)) != -1) { in stat_com()
142 "/var/adm/wtmpx", &nb, follow)) != -1) { in stat_com()
160 if ((ret = _syscall(SYS_fstatat, AT_FDCWD, path, &nb, follow)) != -1) in stat_com()
/titanic_52/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c397 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST) macro
413 i = follow(env, rex, cont, s); in parserep()
476 i = follow(env, rex, cont, s); in parserep()
536 switch (follow(env, rex, cont, s)) in parsetrie()
567 switch (follow(env, rex, cont, s)) in parsetrie()
856 r = follow(env, rex, rex->re.alt_catch.cont, s); in parse()
914 switch (follow(env, rex, cont, s)) in parse()
935 switch (follow(env, rex, cont, s)) in parse()
975 switch (follow(env, rex, cont, s)) in parse()
999 switch (follow(en in parse()
[all...]
/titanic_52/usr/src/cmd/awk/
H A Db.c85 static void follow(Node *);
145 cfoll(f, p1); /* set up follow sets */ in mkdfa()
303 /* enter follow set of each leaf of vertex v into lfollow[leaf] */
317 follow(v); /* computes setvec and setcnt */ in cfoll()
319 overflo("follow set overflow"); in cfoll()
381 /* collects leaves that can follow v into setvec */
383 follow(Node *v) in follow() function
394 follow(p); in follow()
399 follow(p); in follow()
405 follow( in follow()
[all...]
/titanic_52/usr/src/cmd/sgs/lex/common/
H A Dsub2.c34 static void follow(int v);
63 follow(v); in cfoll()
134 /* print sets of chars which may follow positions */ in pfoll()
169 follow(int v) in follow() function
187 follow(p); in follow()
190 follow(p); in follow()
195 follow(p); in follow()
199 follow(p); in follow()
204 follow(p); in follow()
208 warning("bad switch follow in follow()
[all...]
/titanic_52/usr/src/tools/cscope-fast/
H A Dcgrep.c105 ID *follow; /* Array of IDs of following lit expressions */ member
258 static void follow(Positionset *fpos, Expr *e);
551 follow(Positionset *fpos, Expr *e) in follow() function
566 follow(fpos, p); in follow()
570 follow(fpos, p); in follow()
574 follow(fpos, p); in follow()
620 follow(fpos, e); in efollow()
622 e->follow = (ID *)egmalloc(e->flen * sizeof (ID)); in efollow()
623 p = e->follow; in efollow()
633 if (p != e->follow in efollow()
[all...]
/titanic_52/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c78 static int iflag = 0; /* follow symlinks */
84 static void follow(char *path);
131 case 'i': /* follow symlinks */ in main()
141 /* follow symlinks */ in main()
158 follow(argv[optind++]); in main()
267 follow(char *path) in follow() function
/titanic_52/usr/src/cmd/tail/
H A Dextern.h64 void follow(file_info_t *, enum STYLE, off_t);
H A Dtail.c133 * If displaying in reverse, don't permit follow option, and convert in main()
179 follow(files, style, off); in main()
/titanic_52/usr/src/common/elfcap/
H A Delfcap.c397 int follow = 0, err; in expand() local
407 if (follow++ && ((err = token(&str, &slen, in expand()
425 if (follow && ((err = token(&str, &slen, &format[fmt])) != in expand()
/titanic_52/usr/src/cmd/oawk/
H A Db.c99 static void follow(NODE *v);
125 cfoll(p1); /* set up follow sets */
157 freetr(NODE *p) /* free parse tree and follow sets */ in freetr()
232 cfoll(NODE *v) /* enter follow set of each leaf of vertex v into foll[leaf] */ in cfoll()
244 follow(v); in cfoll()
301 follow(NODE *v) in follow() function
302 /* collects leaves that can follow v into setvec */ in follow()
313 follow(p); in follow()
318 case QUEST: follow(p); in follow()
324 follow( in follow()
[all...]
/titanic_52/usr/src/cmd/egrep/
H A Degrep.y200 void follow(int);
423 follow(v); in cfoll()
619 follow(int v) in follow() function
627 follow(p); in follow()
631 case QUEST: follow(p); in follow()
636 follow(p); in follow()
640 else follow(p); in follow()
/titanic_52/usr/src/cmd/install.d/
H A Dinstall.sh299 PUTHOLD=`find $i -follow -name $FILE -type f -print`
317 PUTHOLD=`find $i -follow -name $FILE -type f -print`
/titanic_52/usr/src/cmd/rpcgen/
H A Drpc_util.c164 ptype(char *prefix, char *type, int follow) in ptype() argument
180 f_print(fout, "%s ", follow ? fixtype(type) : type); in ptype()
/titanic_52/usr/src/cmd/bnu/
H A DPoll28 # NOTE a tab must follow the machine name
/titanic_52/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel29 * debugger. This ensures that dmods follow the module API.
/titanic_52/usr/src/uts/common/fs/portfs/
H A Dport_fop.c734 char **cname, int *len, int follow) in port_fop_getdvp() argument
756 error = lookuppn(&pn, NULL, follow, dvp, vp); in port_fop_getdvp()
762 error = lookuppn(&pn, NULL, follow, NULL, vp); in port_fop_getdvp()
1267 int follow; in port_associate_fop() local
1291 * find out if we need to follow symbolic links. in port_associate_fop()
1293 follow = !(events & FILE_NOFOLLOW); in port_associate_fop()
1301 follow)) != 0) { in port_associate_fop()
1400 NULL, NULL, follow)) == 0) { in port_associate_fop()
/titanic_52/usr/src/uts/sparc/v9/ml/
H A Dfloat.s247 nop ! Can't follow CTI by CTI.
253 nop ! Can't follow CTI by CTI.
368 nop ! Can't follow CTI by CTI.
374 nop ! Can't follow CTI by CTI.
/titanic_52/usr/src/cmd/sgs/prof/sparc/
H A DREADME38 lprof directory. The follow source files and headers where copied into the
/titanic_52/usr/src/cmd/netfiles/
H A Dnsswitch.ad36 # that follow passwd entry in nsswitch.conf are not supported by AD.

1234