/illumos-gate/usr/src/cmd/tail/tests/ |
H A D | tailtests.sh | 251 follow=$tdir/follow 252 moved=$tdir/follow.moved 258 echo -e "a\nb\nc" > $follow 259 $PROG -f $follow > $out 2> /dev/null & 262 echo -e "d\ne\nf" >> $follow 270 rm $follow 275 echo -e "a\nb\nc" > $follow 276 $PROG -f $follow > $out 2> /dev/null & 279 mv $follow $moved 294 echo -e "a\nb\nc" > $follow [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pathname.h | 84 extern int lookupname(const char *, enum uio_seg, int follow, 86 extern int lookupnameat(const char *, enum uio_seg, int follow, 88 extern int lookupnameatcred(const 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/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 908 int32_t prev, count, follow; in truncAtCluster() local 912 follow = extractStartCluster(entry); in truncAtCluster() 913 while (follow != cluster && follow >= FIRST_CLUSTER && in truncAtCluster() 914 follow <= LastCluster) { in truncAtCluster() 915 prev = follow; in truncAtCluster() 917 follow = nextInChain(follow); in truncAtCluster() 919 if (follow != cluster) { in truncAtCluster() 961 if ((follow = nextInChain(follow)) != 0) in truncAtCluster() 1242 int32_t follow; in checkForFATLoop() local 1247 follow = nextInChain(clusterNum); in checkForFATLoop() [all …]
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | link.c | 55 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 D | stat.c | 65 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 D | utime.c | 52 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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 397 #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(env, rex, cont, s)) in parse() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/ |
H A D | follow_params.pl | 43 sub follow($$) subroutine 98 follow($func, $param);
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 102 ID *follow; /* Array of IDs of following lit expressions */ member 255 static void follow(Positionset *fpos, Expr *e); 548 follow(Positionset *fpos, Expr *e) in follow() function 563 follow(fpos, p); in follow() 567 follow(fpos, p); in follow() 571 follow(fpos, p); in follow() 617 follow(fpos, e); in efollow() 619 e->follow = (ID *)egmalloc(e->flen * sizeof (ID)); in efollow() 620 p = e->follow; in efollow() 630 if (p != e->follow + e->flen) { in efollow() [all …]
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub2.c | 32 static void follow(int v); 61 follow(v); in cfoll() 167 follow(int v) in follow() function 185 follow(p); in follow() 188 follow(p); in follow() 193 follow(p); in follow() 197 follow(p); in follow() 202 follow(p); in follow()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | b.c | 112 static void follow(Node *); 434 follow(v); /* computes setvec and setcnt */ in cfoll() 509 follow(Node *v) in follow() function 520 follow(p); in follow() 525 follow(p); in follow() 531 follow(p); in follow() 535 follow(p); in follow()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 84 static void follow(char *path); 158 follow(argv[optind++]); in main() 267 follow(char *path) in follow() function
|
/illumos-gate/usr/src/cmd/tail/ |
H A D | extern.h | 64 void follow(file_info_t *, enum STYLE, off_t);
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | b.c | 97 static void follow(NODE *v); 242 follow(v); in cfoll() 299 follow(NODE *v) in follow() function 311 follow(p); in follow() 316 case QUEST: follow(p); in follow() 322 follow(p); in follow() 326 follow(p); in follow()
|
/illumos-gate/usr/src/cmd/install.d/ |
H A D | install.sh | 299 PUTHOLD=`find $i -follow -name $FILE -type f -print` 317 PUTHOLD=`find $i -follow -name $FILE -type f -print`
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_util.c | 164 ptype(char *prefix, char *type, int follow) in ptype() argument 180 f_print(fout, "%s ", follow ? fixtype(type) : type); in ptype()
|
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.c | 567 int follow = 0, err; in expand() local 577 if (follow++ && ((err = token(&str, &slen, in expand() 595 if (follow && ((err = token(&str, &slen, &format[fmt])) != in expand()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | Poll | 28 # NOTE a tab must follow the machine name
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | float.S | 201 nop ! Can't follow CTI by CTI. 306 nop ! Can't follow CTI by CTI.
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port_fop.c | 735 int *len, int follow) in port_fop_getdvp() argument 757 error = lookuppn(&pn, NULL, follow, dvp, vp); in port_fop_getdvp() 763 error = lookuppn(&pn, NULL, follow, NULL, vp); in port_fop_getdvp() 1268 int follow; in port_associate_fop() local 1294 follow = !(events & FILE_NOFOLLOW); in port_associate_fop() 1302 follow)) != 0) { in port_associate_fop() 1401 NULL, NULL, follow)) == 0) { in port_associate_fop()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | mapfile_skel | 29 * debugger. This ensures that dmods follow the module API.
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | IR.rst | 58 They all follow the same signature: 95 They all follow the same signature: 114 They all follow the same signature:
|
/illumos-gate/usr/src/test/os-tests/tests/definit/ |
H A D | init.data | 10 # lines consisting of only spaces follow
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | README.share | 68 shell and follow instructions to update the boot archive. On an OBP- 69 based platform, type 'boot -F failsafe' and follow the instructions.
|
/illumos-gate/usr/src/cmd/netfiles/ |
H A D | nsswitch.ad | 36 # that follow passwd entry in nsswitch.conf are not supported by AD.
|