Searched refs:rlink (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dtdelete.c49 &(*rootp)->rlink; /* follow rlink branch */
53 r = (*rootp)->rlink; /* D1: */
63 r->llink = q->rlink;
65 q->rlink = (*rootp)->rlink;
H A Dtwalk.c37 if (root->llink == NULL && root->rlink == NULL)
44 if (root->rlink != NULL)
45 trecurse(root->rlink, action, level + 1);
H A Dtsearch.c47 &(*rootp)->rlink; /* T4: follow right branch */
55 q->llink = q->rlink = NULL;
H A Dtfind.c45 &(*rootp)->rlink; /* T4: follow right branch */
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dtsearch.c24 struct node *llink, *rlink; member in struct:node
57 &(*rootp)->rlink; /* T4: follow right branch */
65 q->llink = q->rlink = NULL;
81 if (root->llink == NULL && root->rlink == NULL)
88 if (root->rlink != NULL)
89 trecurse(root->rlink, action, level + 1);
130 &(*rootp)->rlink; /* follow rlink branch */
134 r = (*rootp)->rlink; /* D1: */
144 r->llink = q->rlink;
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dexopen.h7 rlink P((const char*const old,const char*const newn,struct stat*st)),
H A Dexopen.c156 int rlink(old,newn,st)const char*const old,*const newn;struct stat*st; function
179 if(0<(ret=rlink(old,newn,&stbuf))) /* try a real hardlink */
H A Dmailfold.c155 while((ok=linkonly?rlink(buf2,buf,0):hlink(buf2,buf))&&errno==EEXIST);
180 if(rlink(buf2,buf,0)) /* hardlink the new file, it's a directory folder */
186 if(!rlink(buf2,buf,0)) /* try rename-via-link */
268 if(!rlink(buf,buf2,0))
/macosx-10.10/file_cmds-242/mtree/
H A Dextern.h43 char *rlink(char *);
H A Dcompare.c326 strcmp(cp = rlink(p->fts_accpath), s->slink)) {
383 rlink(char *name) function
H A Dcreate.c274 char *s = rlink(p->fts_accpath);
/macosx-10.10/Libc-1044.1.2/include/
H A Dsearch.h35 struct node *llink, *rlink; member in struct:node
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAtomicFile.h223 int rlink(const char *const old, const char *const newn, struct stat &sto);
H A DAtomicFile.cpp1034 NetworkFileLocker::rlink(const char *const old, const char *const newn, struct stat &sto) function in class:NetworkFileLocker
1073 ret = rlink(old, newn, stbuf);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAtomicFile.h223 int rlink(const char *const old, const char *const newn, struct stat &sto);
H A DAtomicFile.cpp1034 NetworkFileLocker::rlink(const char *const old, const char *const newn, struct stat &sto) function in class:NetworkFileLocker
1073 ret = rlink(old, newn, stbuf);
/macosx-10.10/ksh-23/ksh/src/lib/libast/cdt/
H A Ddttree.c454 rlink(r,t);
459 { rlink(r,root);
465 rlink(r,root);
471 { rlink(r,root);
491 { rlink(r,t);
H A Dcdtlib.h154 #define rlink(r,x) ((r) = (r)->_left = (x) ) macro
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dacache.c217 ISC_LINK(dns_acacheentry_t) rlink;
397 if (ISC_LINK_LINKED(ent, rlink)) {
403 ISC_LIST_UNLINK(dbent->referlist, ent, rlink);
1325 ISC_LIST_UNLINK(dbentry->referlist, entry, rlink);
1407 ISC_LINK_INIT(newentry, rlink);
1626 ISC_LIST_APPEND(rdbent->referlist, entry, rlink);

Completed in 204 milliseconds