Home
last modified time | relevance | path

Searched refs:filemodes (Results 1 – 25 of 112) sorted by relevance

12345

/dports/sysutils/deltarpm/deltarpm-3.6/
H A Dreaddeltarpm.c38 fb->filemodes = fb->filesizes = 0; in headtofb()
45 fb->filemodes = headint16(h, TAG_FILEMODES, (int *)0); in headtofb()
158 if (S_ISREG(fb->filemodes[i])) in expandseq()
160 else if (S_ISLNK(fb->filemodes[i])) in expandseq()
162 if (S_ISBLK(fb->filemodes[i]) || S_ISCHR(fb->filemodes[i])) in expandseq()
168 rpmMD5Update32(&seqmd5, fb->filemodes[i]); in expandseq()
177 if (S_ISLNK(fb->filemodes[i])) in expandseq()
179 else if (S_ISREG(fb->filemodes[i]) && lsize) in expandseq()
H A Dmakedeltarpm.c35 unsigned int *fileflags, *filemodes; in headtofiles() local
50 filemodes = headint16(h, TAG_FILEMODES, (int *)0); in headtofiles()
59 files[i].mode = filemodes[i]; in headtofiles()
67 free(filemodes); in headtofiles()
1223 else if (S_ISREG(filemodes[i])) in main()
1257 else if (S_ISLNK(filemodes[i])) in main()
1268 if (S_ISBLK(filemodes[i]) || S_ISCHR(filemodes[i])) in main()
1279 …hsize += S_ISREG(filemodes[i]) ? filesizes[i] : S_ISLNK(filemodes[i]) ? strlen(filelinktos[i]) : 0; in main()
1341 if (S_ISLNK(filemodes[i])) in main()
1349 if (S_ISREG(filemodes[i]) && lsize) in main()
[all …]
H A Dcombinedeltarpm.c43 if (S_ISREG(fb->filemodes[i])) in createcpiohead()
45 else if (S_ISLNK(fb->filemodes[i])) in createcpiohead()
47 if (S_ISBLK(fb->filemodes[i]) || S_ISCHR(fb->filemodes[i])) in createcpiohead()
49 …0000100000000%08x0000000000000000%08x%08x%08x00000000./%s%c%c%c%c", fb->filemodes[i], lsize, devma… in createcpiohead()
197 else if (S_ISLNK(d->fb.filemodes[sd->i])) in add_normalized()
H A Dapplydeltarpm.c310 if (S_ISREG(fb->filemodes[i])) in createcpiohead()
312 else if (S_ISLNK(fb->filemodes[i])) in createcpiohead()
317 if (S_ISBLK(fb->filemodes[i]) || S_ISCHR(fb->filemodes[i])) in createcpiohead()
319 …0000100000000%08x0000000000000000%08x%08x%08x00000000./%s%c%c%c%c", fb->filemodes[i], lsize, devma… in createcpiohead()
347 if (S_ISLNK(fb->filemodes[sd->i])) in fillblock_prelink()
419 else if (S_ISLNK(fb->filemodes[sd->i])) in fillblock_prelink()
576 if (S_ISLNK(fb->filemodes[i])) in fillblock_disk()
720 if (S_ISLNK(fb->filemodes[sd->i])) in fillblock_rpm()
824 if (!S_ISREG(fb->filemodes[i])) in fillblock_rpm()
H A Ddeltarpm.h21 unsigned int *filemodes; member
/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DServerConfig.c++112 ServerConfig::S_filemodetag ServerConfig::filemodes[] = { member in ServerConfig
128 for (i = N(filemodes)-1; i >= 0; i--) in setupConfig()
129 (*this).*filemodes[i].p = (mode_t) filemodes[i].def; in setupConfig()
454 } else if (findTag(tag, (const tags*)filemodes, N(filemodes), ix)) in setConfigItem()
455 (*this).*filemodes[ix].p = strtol(value, 0, 8); in setConfigItem()
H A DServerConfig.h84 static S_filemodetag filemodes[]; variable
/dports/games/openage/openage-0.3.0-1262-ga554ab49/buildsystem/codecompliance/
H A D__main__.py74 args.filemodes = True
85 args.filemodes, args.textfiles)):
246 if args.filemodes:
/dports/security/l0pht-watch/temp-watch/
H A Dlist_utils.c104 char filemodes[11]; in printnode() local
148 getfilemodes(&list->statbuf, filemodes); in printnode()
157 (action == ADDITION) ? "+ " : "- ", filemodes, in printnode()
181 printf("%-11s %-2d %-8s %-8s %-6ld %-10s %-10s\n", filemodes, in printnode()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PHonon/FD/
H A Dfd_ef.f9041 CHARACTER(50) :: filemodes variable
55 de_raman, de_eps, de_zeu, filemodes, verbose local
68 filemodes=' '
81 if (filemodes .eq. ' ') lalpha=.false.
343 open (2,file=TRIM(filemodes),form='formatted')
/dports/lang/php73/php-7.3.33/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
17 foreach ($filemodes as $mode) {
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
17 foreach ($filemodes as $mode) {
/dports/lang/php80/php-8.0.15/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
17 foreach ($filemodes as $mode) {
/dports/lang/php74/php-7.4.27/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
17 foreach ($filemodes as $mode) {
/dports/lang/php81/php-8.1.1/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
17 foreach ($filemodes as $mode) {
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
17 foreach ($filemodes as $mode) {
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
17 foreach ($filemodes as $mode) {
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt7 $filemodes = array('r', 'r+', 'w', 'w+', 'a', 'a+', 'x', 'x+',
17 foreach ($filemodes as $mode) {
/dports/editors/fpc-ide/fpc-3.2.2/rtl/netwlibc/
H A Dsysfile.inc251 { We do the conversion of filemodes here, concentrated on 1 place }
336 { We do the conversion of filemodes here, concentrated on 1 place }
/dports/lang/fpc-utils/fpc-3.2.2/rtl/netwlibc/
H A Dsysfile.inc251 { We do the conversion of filemodes here, concentrated on 1 place }
336 { We do the conversion of filemodes here, concentrated on 1 place }
/dports/lang/fpc-source/fpc-3.2.2/rtl/netwlibc/
H A Dsysfile.inc251 { We do the conversion of filemodes here, concentrated on 1 place }
336 { We do the conversion of filemodes here, concentrated on 1 place }
/dports/lang/fpc/fpc-3.2.2/rtl/netwlibc/
H A Dsysfile.inc251 { We do the conversion of filemodes here, concentrated on 1 place }
336 { We do the conversion of filemodes here, concentrated on 1 place }
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wii/
H A Dsysfile.inc115 { We do the conversion of filemodes here, concentrated on 1 place }
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wii/
H A Dsysfile.inc115 { We do the conversion of filemodes here, concentrated on 1 place }
/dports/lang/fpc-source/fpc-3.2.2/rtl/wii/
H A Dsysfile.inc115 { We do the conversion of filemodes here, concentrated on 1 place }

12345