Searched refs:follow (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/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...]
/illumos-gate/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,
/illumos-gate/usr/src/uts/common/syscall/
H A Dlink.c55 enum symfollow follow; local
60 follow = (flag & AT_SYMLINK_FOLLOW)? FOLLOW : NO_FOLLOW;
69 error = vn_linkat(fstartvp, from, follow, tstartvp, to, UIO_USERSPACE);
H A Dstat.c65 cstatat_getvp(int fd, char *name, int follow, vnode_t **vp, cred_t **cred) argument
109 if (error = lookupnameat(name, UIO_USERSPACE, follow, NULLVPP,
256 cstatat(int fd, char *name, struct stat *sb, int follow, int flags) argument
264 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW;
379 cstatat32(int fd, char *name, struct stat32 *sb, int follow, int flags) argument
387 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW;
487 cstatat64(int fd, char *name, struct stat64 *sb, int follow, int flags) argument
495 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW;
606 cstatat64_32(int fd, char *name, struct stat64_32 *sb, int follow, int flags) argument
614 link_follow = (follow
[all...]
H A Dutime.c52 cfutimesat(int fd, char *fname, int nmflag, vattr_t *vap, int flags, int follow) argument
90 follow, NULLVPP, &vp, startvp)) != 0) {
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_stat.c101 int follow = lstat? AT_SYMLINK_NOFOLLOW : 0; local
133 "/var/adm/utmpx", &nb, follow)) != -1) {
142 "/var/adm/wtmpx", &nb, follow)) != -1) {
160 if ((ret = _syscall(SYS_fstatat, AT_FDCWD, path, &nb, follow)) != -1)
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c898 int32_t prev, count, follow; local
902 follow = extractStartCluster(entry);
903 while (follow != cluster && follow >= FIRST_CLUSTER &&
904 follow <= LastCluster) {
905 prev = follow;
907 follow = nextInChain(follow);
909 if (follow != cluster) {
951 if ((follow
1232 int32_t follow; local
[all...]
/illumos-gate/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
179 follow(files, style, off);
H A Dforward.c382 * follow -- display the file, from an offset, forward.
386 follow(file_info_t *files, enum STYLE style, off_t off) function
/illumos-gate/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);
477 i = follow(env, rex, cont, s);
537 switch (follow(env, rex, cont, s))
568 switch (follow(env, rex, cont, s))
857 r = follow(env, rex, rex->re.alt_catch.cont, s);
915 switch (follow(env, rex, cont, s))
936 switch (follow(env, rex, cont, s))
976 switch (follow(env, rex, cont, s))
1000 switch (follow(en
[all...]
/illumos-gate/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 */
141 /* follow symlinks */
158 follow(argv[optind++]);
267 follow(char *path) function
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c164 ptype(char *prefix, char *type, int follow) argument
180 f_print(fout, "%s ", follow ? fixtype(type) : type);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c34 static void follow(int v);
63 follow(v);
134 /* print sets of chars which may follow positions */
169 follow(int v) function
187 follow(p);
190 follow(p);
195 follow(p);
199 follow(p);
204 follow(p);
208 warning("bad switch follow
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c105 ID *follow; /* Array of IDs of following lit expressions */ member in struct:Expr
258 static void follow(Positionset *fpos, Expr *e);
551 follow(Positionset *fpos, Expr *e) function
566 follow(fpos, p);
570 follow(fpos, p);
574 follow(fpos, p);
620 follow(fpos, e);
622 e->follow = (ID *)egmalloc(e->flen * sizeof (ID));
623 p = e->follow;
633 if (p != e->follow
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Db.c85 static void follow(Node *);
145 cfoll(f, p1); /* set up follow sets */
303 /* enter follow set of each leaf of vertex v into lfollow[leaf] */
317 follow(v); /* computes setvec and setcnt */
319 overflo("follow set overflow");
381 /* collects leaves that can follow v into setvec */
383 follow(Node *v) function
394 follow(p);
399 follow(p);
405 follow(
[all...]
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c393 int follow = 0, err; local
403 if (follow++ && ((err = token(&str, &slen,
421 if (follow && ((err = token(&str, &slen, &format[fmt])) !=
/illumos-gate/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`
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y200 void follow(int);
423 follow(v);
619 follow(int v)
627 follow(p);
631 case QUEST: follow(p);
636 follow(p);
640 else follow(p);
/illumos-gate/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 */
232 cfoll(NODE *v) /* enter follow set of each leaf of vertex v into foll[leaf] */
244 follow(v);
301 follow(NODE *v) function
302 /* collects leaves that can follow v into setvec */
313 follow(p);
318 case QUEST: follow(p);
324 follow(
[all...]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py665 follow=True,
1019 def _walkctxs(self, base, head, follow=False, pick=None):
1035 'follow': follow}
1043 def _walkctxs(self, base, head, follow=False, pick=None):
1054 'follow': follow}
/illumos-gate/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.
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c734 char **cname, int *len, int follow)
756 error = lookuppn(&pn, NULL, follow, dvp, vp);
762 error = lookuppn(&pn, NULL, follow, NULL, vp);
1267 int follow; local
1291 * find out if we need to follow symbolic links.
1293 follow = !(events & FILE_NOFOLLOW);
1301 follow)) != 0) {
1400 NULL, NULL, follow)) == 0) {
733 port_fop_getdvp(void *objptr, vnode_t **vp, vnode_t **dvp, char **cname, int *len, int follow) argument
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c960 enum symfollow follow; local
976 follow = NO_FOLLOW;
978 follow = FOLLOW;
1010 if (error = lookupnameat(pnamep, seg, follow,
1310 enum symfollow follow; local
1318 follow = NO_FOLLOW;
1320 follow = FOLLOW;
1346 error = lookuppnat(&pn, NULL, follow, &dvp,
1576 vn_linkat(vnode_t *fstartvp, char *from, enum symfollow follow, argument
1594 if (error = lookupnameat(from, seg, follow, NULLVP
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c1363 proxyInfo.follow_referral == follow;
2174 if (proxyInfo.follow_referral == follow &&
2263 if (proxyInfo.follow_referral == follow &&
2334 if (proxyInfo.follow_referral == follow &&
2567 if (proxyInfo.follow_referral == follow && stat == LDAP_REFERRAL &&
2681 if (proxyInfo.follow_referral == follow &&

Completed in 128 milliseconds

12