Searched refs:newn (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/procmail-14/procmail/src/
H A Dexopen.h6 myrename P((const char*const old,const char*const newn)),
7 rlink P((const char*const old,const char*const newn,struct stat*st)),
8 hlink P((const char*const old,const char*const newn));
H A Dexopen.c147 int myrename(old,newn)const char*const old,*const newn;
149 fd=hlink(old,newn);serrno=errno;unlink(old);
156 int rlink(old,newn,st)const char*const old,*const newn;struct stat*st;
157 { if(link(old,newn))
162 if(lstat(old,&sto)||(ret=1,lstat(newn,&stn)||
177 int hlink(old,newn)const char*const old,*const newn;
179 if(0<(ret=rlink(old,newn,
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/glob/
H A Dsm_loop.c140 CHAR *newn; local
141 for (newn = n; newn < se; ++newn)
143 if (EXTMATCH (c, newn, se, p, pe, flags) == 0)
165 CHAR *newn; local
169 for (newn = n; newn < se; ++newn)
171 if (EXTMATCH (c, newn, s
[all...]
/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);
224 int myrename(const char *const old, const char *const newn);
H A DAtomicFile.cpp1034 NetworkFileLocker::rlink(const char *const old, const char *const newn, struct stat &sto) argument
1036 int result = ::link(old,newn);
1043 if (::lstat(newn, &stn) == 0
1066 NetworkFileLocker::myrename(const char *const old, const char *const newn) argument
1073 ret = rlink(old, newn, stbuf);
1079 fd = AtomicFile::ropen(newn, O_WRONLY|O_CREAT|O_EXCL, stbuf.st_mode);
/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);
224 int myrename(const char *const old, const char *const newn);
H A DAtomicFile.cpp1034 NetworkFileLocker::rlink(const char *const old, const char *const newn, struct stat &sto) argument
1036 int result = ::link(old,newn);
1043 if (::lstat(newn, &stn) == 0
1066 NetworkFileLocker::myrename(const char *const old, const char *const newn) argument
1073 ret = rlink(old, newn, stbuf);
1079 fd = AtomicFile::ropen(newn, O_WRONLY|O_CREAT|O_EXCL, stbuf.st_mode);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.c800 size_t newn, len; local
805 newn = 2 + pglob->gl_pathc + pglob->gl_offs;
808 newn >= INT_MAX ||
809 SIZE_MAX / sizeof(*pathv) <= newn ||
810 SIZE_MAX / sizeof(*statv) <= newn) {
812 for (i = pglob->gl_offs; i < (ssize_t)(newn - 2); i++) {
830 pathv = realloc(pglob->gl_pathv, newn * sizeof(*pathv));
842 statv = realloc(pglob->gl_statv, newn * sizeof(*statv));
884 (newn * sizeof(*pathv)) + limitp->glim_malloc >
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c1552 int newn = write_ptr(fdout, optr, n, wtmout); local
1553 if (newn == n)
1555 if (newn < 0) {
1596 optr += newn;
1597 n -= newn;
2948 LinkNode newn = firstnode(zfsessions); local
2949 if (newn == nptr)
2950 incnode(newn);
2951 newsess = ((Zftp_session)newn->dat)->name;
/macosx-10.10/network_cmds-457/ndp.tproj/
H A Dndp.c1671 size_t oldn, newn; local
1677 newn = fread(newb, 1, sizeof (newb), fp);
1686 newn);

Completed in 134 milliseconds