Home
last modified time | relevance | path

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

1234

/titanic_44/usr/src/cmd/tail/tests/
H A Dtailtests.sh186 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 > $out 2> /dev/null &
214 mv $follow $moved
229 echo -e "a\nb\nc" > $follow
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dpathname.h83 extern int lookupname(char *, enum uio_seg, int follow,
85 extern int lookupnameat(char *, enum uio_seg, int follow,
87 extern int lookupnameatcred(char *, enum uio_seg, int follow,
89 extern int lookuppn(struct pathname *, struct pathname *, int follow,
91 extern int lookuppnat(struct pathname *, struct pathname *, int follow,
93 extern int lookuppnatcred(struct pathname *, struct pathname *, int follow,
96 extern int lookuppnvp(struct pathname *, struct pathname *, int follow,
/titanic_44/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 == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat64_32()
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_44/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 = nextInChain(follow)) != 0) in truncAtCluster()
1232 int32_t follow; in checkForFATLoop() local
1237 follow = nextInChain(clusterNum); in checkForFATLoop()
[all …]
/titanic_44/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_44/usr/src/lib/libast/common/regex/
H A Dregnexec.c398 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST) macro
414 i = follow(env, rex, cont, s); in parserep()
477 i = follow(env, rex, cont, s); in parserep()
537 switch (follow(env, rex, cont, s)) in parsetrie()
568 switch (follow(env, rex, cont, s)) in parsetrie()
857 r = follow(env, rex, rex->re.alt_catch.cont, s); in parse()
915 switch (follow(env, rex, cont, s)) in parse()
936 switch (follow(env, rex, cont, s)) in parse()
976 switch (follow(env, rex, cont, s)) in parse()
1000 switch (follow(env, rex, cont, s)) in parse()
[all …]
/titanic_44/usr/src/cmd/awk/
H A Db.c85 static void follow(Node *);
317 follow(v); /* computes setvec and setcnt */ in cfoll()
383 follow(Node *v) in follow() function
394 follow(p); in follow()
399 follow(p); in follow()
405 follow(p); in follow()
409 follow(p); in follow()
/titanic_44/usr/src/cmd/sgs/lex/common/
H A Dsub2.c34 static void follow(int v);
63 follow(v); in cfoll()
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()
/titanic_44/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 + e->flen) { in efollow()
[all …]
/titanic_44/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c84 static void follow(char *path);
158 follow(argv[optind++]); in main()
267 follow(char *path) in follow() function
/titanic_44/usr/src/cmd/tail/
H A Dextern.h64 void follow(file_info_t *, enum STYLE, off_t);
H A Dtail.c179 follow(files, style, off); in main()
/titanic_44/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_44/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_44/usr/src/cmd/oawk/
H A Db.c99 static void follow(NODE *v);
244 follow(v); in cfoll()
301 follow(NODE *v) in follow() function
313 follow(p); in follow()
318 case QUEST: follow(p); in follow()
324 follow(p); in follow()
328 follow(p); in follow()
/titanic_44/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_44/usr/src/tools/onbld/Scm/
H A DWorkSpace.py665 follow=True,
1019 def _walkctxs(self, base, head, follow=False, pick=None): argument
1035 'follow': follow}
1043 def _walkctxs(self, base, head, follow=False, pick=None): argument
1054 'follow': follow}
/titanic_44/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_44/usr/src/cmd/bnu/
H A DPoll28 # NOTE a tab must follow the machine name
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel29 * debugger. This ensures that dmods follow the module API.
/titanic_44/usr/src/uts/sparc/v9/ml/
H A Dfloat.s253 nop ! Can't follow CTI by CTI.
374 nop ! Can't follow CTI by CTI.
/titanic_44/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
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_44/usr/src/cmd/sgs/prof/sparc/
H A DREADME38 lprof directory. The follow source files and headers where copied into the

1234