Home
last modified time | relevance | path

Searched refs:statp (Results 1 – 25 of 2035) sorted by path

12345678910>>...82

/dports/archivers/gcpio/cpio-2.13/src/
H A Dfilemode.c240 filemodestring (struct stat *statp, char *str) in filemodestring() argument
242 mode_string (statp->st_mode, str); in filemodestring()
/dports/archivers/lha-ac/lha-1.14i-ac20050924p1/src/
H A Dlha_macro.h177 #define is_directory(statp) (((statp)->st_mode & S_IFMT) == S_IFDIR) argument
178 #define is_symlink(statp) (((statp)->st_mode & S_IFMT) == S_IFLNK) argument
179 #define is_regularfile(statp) (((statp)->st_mode & S_IFMT) == S_IFREG) argument
/dports/archivers/lha/lha-114i/src/
H A Dlha_macro.h293 #define is_directory(statp) (((statp)->st_mode & S_IFMT) == S_IFDIR) argument
294 #define is_symlink(statp) (((statp)->st_mode & S_IFMT) == S_IFLNK) argument
295 #define is_regularfile(statp) (((statp)->st_mode & S_IFMT) == S_IFREG) argument
H A Dlha_macro.h.orig291 #define is_directory(statp) (((statp)->st_mode & S_IFMT) == S_IFDIR)
292 #define is_symlink(statp) (((statp)->st_mode & S_IFMT) == S_IFLNK)
293 #define is_regularfile(statp) (((statp)->st_mode & S_IFMT) == S_IFREG)
/dports/archivers/rpm4/rpm-4.16.1.3/build/
H A Dfiles.c1310 statp->st_dev = statp->st_rdev; in fakeStat()
1320 statp->st_atime = now; in fakeStat()
1321 statp->st_mtime = now; in fakeStat()
1322 statp->st_ctime = now; in fakeStat()
1323 statp->st_nlink = 1; in fakeStat()
1324 return statp; in fakeStat()
1351 struct stat * statp) in addFile() argument
1404 if (statp == NULL) { in addFile()
1410 statp = &statbuf; in addFile()
1437 if (fl->cur.isDir && (statp == &statbuf) && !S_ISDIR(statp->st_mode)) { in addFile()
[all …]
/dports/archivers/star/schily-2021-09-18/mkisofs/
H A Dtree.c80 struct stat *statp));
1408 struct stat *statp;
1440 statp, statp, NEED_RE);
1445 s_entry1->uid = statp->st_uid;
1446 s_entry1->gid = statp->st_gid;
1455 statp->st_size = (off_t)0;
1456 statp->st_mode &= 0777;
1487 struct stat *statp;
1507 if (statp) {
1509 lstatbuf = *statp;
[all …]
/dports/archivers/star/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dprs.c679 scanspec(spec, dtp, statp) in scanspec() argument
682 struct stats *statp;
788 printf("%.05d", statp->s_ins);
790 printf("%.05d", statp->s_del);
792 printf("%.05d", statp->s_unc);
795 printf("%.05d", statp->s_ins);
1179 getstats(pkt, statp) in getstats() argument
1181 register struct stats *statp;
1188 p = satoi(p, &statp->s_ins);
1189 p = satoi(++p, &statp->s_del);
[all …]
/dports/archivers/star/schily-2021-09-18/sccs/sccs/lib/cassi/src/
H A Ddeltack.c59 static int promdelt __PR((char *cmrs, char *statp, char *type, char *fred, char *sflags[NFLAGS]));
129 promdelt(cmrs, statp, type, fred, sflags) in promdelt() argument
130 char *cmrs, *statp, *type, *fred; in promdelt()
173 (void) strcpy(statp, "sd");
282 strcpy(statp, "sd");
/dports/archivers/star/schily-2021-09-18/sccs/sccs/lib/comobj/src/
H A Ddodelt.c56 dodelt(pkt,statp,sidp,type) in dodelt() argument
58 struct stats *statp;
83 stats_ab(pkt,statp);
H A Dstats_ab.c46 stats_ab(pkt,statp) in stats_ab() argument
48 register struct stats *statp;
55 p = satoi(p,&statp->s_ins);
56 p = satoi(++p,&statp->s_del);
57 satoi(++p,&statp->s_unc);
/dports/archivers/star/schily-2021-09-18/sh/
H A Dpwd.c83 static int cwd3 __PR((struct stat *statp));
504 cwd3(statp) in cwd3() argument
505 struct stat *statp; in cwd3()
515 if (lstatat((char *)ncwdname, statp,
517 S_ISLNK(statp->st_mode)) {
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dlog.c51 register int *statp; in logx2s() local
62 statp = stat; in logx2s()
65 *(statp++) = 0; in logx2s()
85 register int *statp; in logs2x() local
96 statp = stat; in logs2x()
101 *(statp++) = 0; in logs2x()
103 *(statp++) = 1; in logs2x()
H A Dprj.c343 statp = stat; in prjbchk()
694 statp = stat; in azpx2s()
815 statp = stat; in azps2x()
1013 statp = stat; in szpx2s()
1154 statp = stat; in szps2x()
1407 statp = stat; in tans2x()
1634 statp = stat; in stgs2x()
1946 statp = stat; in sins2x()
2204 statp = stat; in arcs2x()
2593 statp = stat; in zpns2x()
[all …]
H A Dspc.c560 register int *statp; in spcx2s() local
576 statp = stat; in spcx2s()
579 *(statp++) = 0; in spcx2s()
646 register int *statp; in spcs2x() local
677 statp = stat; in spcs2x()
680 *(statp++) = 0; in spcs2x()
703 statp = stat; in spcs2x()
705 if (*statp) continue; in spcs2x()
712 *statp = 1; in spcs2x()
720 statp = stat; in spcs2x()
[all …]
H A Dspx.c359 statp = stat; in freqwave()
398 statp = stat; in wavefreq()
482 statp = stat; in freqvelo()
515 statp = stat; in velofreq()
558 statp = stat; in waveawav()
607 statp = stat; in awavwave()
652 statp = stat; in wavevelo()
685 statp = stat; in velowave()
770 statp = stat; in freqafrq()
803 statp = stat; in afrqfreq()
[all …]
H A Dtab.c1061 *statp = 1; in tabx2s()
1078 *statp = 1; in tabx2s()
1090 *statp = 1; in tabx2s()
1118 *statp = 1; in tabx2s()
1156 *statp = 1; in tabx2s()
1215 *statp = 0; in tabx2s()
1220 statp++; in tabx2s()
1380 *statp = 1; in tabs2x()
1392 *statp = 1; in tabs2x()
1423 *statp = 0; in tabs2x()
[all …]
H A Dwcs.c3175 *statp, status, type; in wcsp2s() local
3239 statp = stat; in wcsp2s()
3241 for (k = 0; k < ncoord; k++, statp++) { in wcsp2s()
3244 *statp |= bits; in wcsp2s()
3248 *statp = 0; in wcsp2s()
3269 *statp |= bits; in wcsp2s()
/dports/astro/siril/siril/subprojects/wcslib/
H A Dlog.c53 register int *statp; in logx2s() local
64 statp = stat; in logx2s()
67 *(statp++) = 0; in logx2s()
87 register int *statp; in logs2x() local
98 statp = stat; in logs2x()
103 *(statp++) = 0; in logs2x()
105 *(statp++) = 1; in logs2x()
H A Dprj.c318 statp = stat; in prjbchk()
669 statp = stat; in azpx2s()
790 statp = stat; in azps2x()
988 statp = stat; in szpx2s()
1129 statp = stat; in szps2x()
1382 statp = stat; in tans2x()
1609 statp = stat; in stgs2x()
1921 statp = stat; in sins2x()
2179 statp = stat; in arcs2x()
2568 statp = stat; in zpns2x()
[all …]
H A Dspc.c537 register int *statp; in spcx2s() local
553 statp = stat; in spcx2s()
556 *(statp++) = 0; in spcx2s()
623 register int *statp; in spcs2x() local
654 statp = stat; in spcs2x()
657 *(statp++) = 0; in spcs2x()
680 statp = stat; in spcs2x()
682 if (*statp) continue; in spcs2x()
689 *statp = 1; in spcs2x()
697 statp = stat; in spcs2x()
[all …]
H A Dspx.c361 statp = stat; in freqwave()
400 statp = stat; in wavefreq()
484 statp = stat; in freqvelo()
517 statp = stat; in velofreq()
560 statp = stat; in waveawav()
609 statp = stat; in awavwave()
654 statp = stat; in wavevelo()
687 statp = stat; in velowave()
772 statp = stat; in freqafrq()
805 statp = stat; in afrqfreq()
[all …]
H A Dtab.c964 register int *statp; in tabx2s() local
983 statp = stat; in tabx2s()
1101 *statp = 1; in tabx2s()
1160 *statp = 0; in tabx2s()
1165 statp++; in tabx2s()
1192 register int *statp; in tabs2x() local
1219 statp = stat; in tabs2x()
1327 *statp = 1; in tabs2x()
1339 *statp = 1; in tabs2x()
1370 *statp = 0; in tabs2x()
[all …]
H A Dwcs.c2938 *statp, status, type; in wcsp2s() local
3002 statp = stat; in wcsp2s()
3004 for (k = 0; k < ncoord; k++, statp++) { in wcsp2s()
3007 *statp |= bits; in wcsp2s()
3011 *statp = 0; in wcsp2s()
3032 *statp |= bits; in wcsp2s()
/dports/astro/wcslib/wcslib-7.7/C/
H A Dlog.c51 register int *statp; in logx2s() local
62 statp = stat; in logx2s()
65 *(statp++) = 0; in logx2s()
85 register int *statp; in logs2x() local
96 statp = stat; in logs2x()
101 *(statp++) = 0; in logs2x()
103 *(statp++) = 1; in logs2x()
H A Dprj.c343 statp = stat; in prjbchk()
694 statp = stat; in azpx2s()
815 statp = stat; in azps2x()
1013 statp = stat; in szpx2s()
1154 statp = stat; in szps2x()
1407 statp = stat; in tans2x()
1634 statp = stat; in stgs2x()
1946 statp = stat; in sins2x()
2204 statp = stat; in arcs2x()
2593 statp = stat; in zpns2x()
[all …]

12345678910>>...82