| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | pathname.h | 83 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,
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | ContentToken.cxx | 254 Vector<LeafContentToken *>::iterator follow = follow_.begin(); in finish() local 257 unsigned &minDepth = minAndDepth[follow[i]->index()]; in finish() 261 follow[j] = follow[i]; in finish() 264 const ElementType *e = follow[i]->elementType(); in finish() 267 if (follow[i]->andInfo_ == 0) { in finish() 268 simplePcdataTransition_ = follow[i]; in finish() 278 const LeafContentToken *prev = follow[elementTransition[ei]]; in finish() 282 if (follow[i] != prev) { in finish() 287 a.to2 = follow[i]; in finish() 322 Vector<Transition>::iterator andFollow = andInfo_->follow.begin(); in andFinish() [all …]
|
| /onnv-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()
|
| /onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
| H A D | clusters.c | 898 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 …]
|
| /onnv-gate/usr/src/lib/libbc/libc/sys/common/ |
| H A D | _stat.c | 101 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()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| H A D | Find.pm | 422 our ($wanted_callback, $avoid_nlink, $bydepth, $no_chdir, $follow, 591 local ($wanted_callback, $avoid_nlink, $bydepth, $no_chdir, $follow, 605 $full_check = $wanted->{follow}; 606 $follow = $full_check || $wanted->{follow_fast}; 617 $avoid_nlink = $follow || $File::Find::dont_use_nlink; 626 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item; 632 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item; 637 if ($follow) { 1176 if ( $wanted->{follow} || $wanted->{follow_fast}) {
|
| /onnv-gate/usr/src/lib/libast/common/regex/ |
| H A D | regnexec.c | 398 #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 …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/ |
| H A D | find.t | 680 File::Find::find( {wanted => \&wanted_File, follow => 1, 701 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1, 716 follow => 1, 750 File::Find::finddepth( {wanted => \&wanted_File_Dir, follow => 1, 768 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1, 777 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1, 811 File::Find::find( {wanted => \&wanted_File_Dir, follow => 1,
|
| H A D | taint.t | 361 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1}, 370 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1,
|
| /onnv-gate/usr/src/cmd/awk/ |
| H A D | b.c | 85 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()
|
| /onnv-gate/usr/src/common/openssl/crypto/bf/ |
| H A D | VERSION | 1 The version numbers will follow my SSL implementation
|
| /onnv-gate/usr/src/cmd/sgs/lex/common/ |
| H A D | sub2.c | 34 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()
|
| /onnv-gate/usr/src/tools/cscope-fast/ |
| H A D | cgrep.c | 105 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 …]
|
| /onnv-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
|
| /onnv-gate/usr/src/common/elfcap/ |
| H A D | elfcap.c | 349 int follow = 0, err; in expand() local 359 if (follow++ && ((err = token(&str, &slen, in expand() 377 if (follow && ((err = token(&str, &slen, &format[fmt])) != in expand()
|
| /onnv-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`
|
| /onnv-gate/usr/src/cmd/oawk/ |
| H A D | b.c | 99 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()
|
| /onnv-gate/usr/src/cmd/egrep/ |
| H A D | egrep.y | 197 void follow(int); 420 follow(v); in cfoll() 616 follow(int v) in follow() function 624 follow(p); in follow() 628 case QUEST: follow(p); in follow() 633 follow(p); in follow() 637 else follow(p); in follow()
|
| /onnv-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()
|
| /onnv-gate/usr/src/cmd/bnu/ |
| H A D | Poll | 28 # NOTE a tab must follow the machine name
|
| /onnv-gate/usr/src/cmd/mdb/common/kmdb/ |
| H A D | mapfile_skel | 28 * debugger. This ensures that dmods follow the module API.
|
| /onnv-gate/usr/src/uts/sparc/v9/ml/ |
| H A D | float.s | 253 nop ! Can't follow CTI by CTI. 374 nop ! Can't follow CTI by CTI.
|
| /onnv-gate/usr/src/uts/common/fs/portfs/ |
| H A D | port_fop.c | 733 char **cname, int *len, int follow) in port_fop_getdvp() argument 755 error = lookuppn(&pn, NULL, follow, dvp, vp); in port_fop_getdvp() 761 error = lookuppn(&pn, NULL, follow, NULL, vp); in port_fop_getdvp() 1266 int follow; in port_associate_fop() local 1292 follow = !(events & FILE_NOFOLLOW); in port_associate_fop() 1300 follow)) != 0) { in port_associate_fop() 1396 NULL, NULL, follow)) == 0) { in port_associate_fop()
|