/freebsd/contrib/file/magic/Magdir/ |
H A D | commands | 142 # PHP scripts 144 0 search/1/c =<?php PHP script text 146 !:mime text/x-php 147 0 search/1 =<?\n PHP script text 148 !:mime text/x-php 149 0 search/1 =<?\r PHP script text 150 !:mime text/x-php 151 0 search/1/w #!\ /usr/local/bin/php PHP script text executable 153 !:mime text/x-php 154 0 search/1/w #!\ /usr/bin/php PHP script text executable [all …]
|
H A D | wsdl | 4 # wsdl: PHP WSDL Cache, https://www.php.net/manual/en/book.soap.php 6 # https://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup 9 0 string wsdl PHP WSDL cache,
|
H A D | animation | 1057 # URL: https://wiki.multimedia.cx/index.php?title=Bink_Container 1085 # URL: https://wiki.multimedia.cx/index.php?title=NUT 1090 # URL: https://wiki.multimedia.cx/index.php?title=Nullsoft_Video 1095 # URL: https://www.red.com/ ; https://wiki.multimedia.cx/index.php?title=REDCode 1100 # URL: https://wiki.multimedia.cx/index.php?title=MTV 1105 # URL: https://wiki.multimedia.cx/index.php?title=ARMovie 1110 # URL: https://wiki.multimedia.cx/index.php?title=Interplay_MVE 1115 # URL: https://wiki.multimedia.cx/index.php?title=WTV 1122 # URL: https://wiki.multimedia.cx/index.php?title=Sega_FILM 1129 # URL: https://wiki.multimedia.cx/index.php?title=THP [all …]
|
H A D | ole2compounddocs | 114 # https://www.macdisk.com/macsigen.php "WPC2" for Wordperfect 2 *.wpd 138 # https://www.macdisk.com/macsigen.php XLS5 for Excel 5 146 # https://www.macdisk.com/macsigen.php 423 # https://www.macdisk.com/macsigen.php 431 # https://www.macdisk.com/macsigen.php 438 # https://www.macdisk.com/macsigen.php XLS5 for Excel 5 466 # https://www.macdisk.com/macsigen.php 537 # https://www.macdisk.com/macsigen.php 624 # https://www.macdisk.com/macsigen.php "WPC2" for Wordperfect 2 *.wpd
|
H A D | metastore | 6 # see https://david.hardeman.nu/software.php#metastore
|
H A D | dbpf | 6 # https://www.wiki.sc4devotion.com/index.php?title=DBPF
|
H A D | warc | 12 # see https://www.archive.org/web/researcher/ArcFileFormat.php
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | mem.c | 372 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() argument 409 struct c4iw_pd *php; in c4iw_get_dma_mr() local 415 php = to_c4iw_pd(pd); in c4iw_get_dma_mr() 416 rhp = php->rhp; in c4iw_get_dma_mr() 423 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr() 432 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr() 459 struct c4iw_pd *php; in c4iw_reg_user_mr() local 470 php = to_c4iw_pd(pd); in c4iw_reg_user_mr() 471 rhp = php->rhp; in c4iw_reg_user_mr() 530 mhp->attr.pdid = php->pdid; in c4iw_reg_user_mr() [all …]
|
H A D | provider.c | 212 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_deallocate_pd() local 213 struct c4iw_dev *rhp = php->rhp; in c4iw_deallocate_pd() 215 CTR3(KTR_IW_CXGBE, "%s: pd %p, pdid 0x%x", __func__, pd, php->pdid); in c4iw_deallocate_pd() 217 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid); in c4iw_deallocate_pd() 226 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_allocate_pd() local 240 php->pdid = pdid; in c4iw_allocate_pd() 241 php->rhp = rhp; in c4iw_allocate_pd() 243 if (ib_copy_to_udata(udata, &php->pdid, sizeof(u32))) { in c4iw_allocate_pd() 244 c4iw_deallocate_pd(&php->ibpd, udata); in c4iw_allocate_pd() 256 ibdev, udata, pdid, php); in c4iw_allocate_pd()
|
/freebsd/usr.bin/env/ |
H A D | env.1 | 357 .Dl "#!/usr/local/bin/php -n -q -dsafe_mode=0" 360 .Pa /usr/local/bin/php 363 arg[0] = '/usr/local/bin/php' 379 .Pa /usr/local/bin/php 382 arg[0] = '/usr/local/bin/php' 394 .Dl "#!/usr/bin/env -S /usr/local/bin/php -n -q -dsafe_mode=0" 401 .Dl "arg[1] = '-S /usr/local/bin/php -n -q -dsafe_mode=0'" 407 .Pa /usr/local/bin/php .
|
/freebsd/sys/contrib/libfdt/ |
H A D | fdt_ro.c | 427 const fdt32_t *php; in fdt_get_phandle() local 432 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle() 433 if (!php || (len != sizeof(*php))) { in fdt_get_phandle() 434 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle() 435 if (!php || (len != sizeof(*php))) in fdt_get_phandle() 439 return fdt32_to_cpu(*php); in fdt_get_phandle()
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm2836.dtsi | 48 * https://forums.raspberrypi.com/viewtopic.php?t=98428 111 * https://forums.raspberrypi.com/viewtopic.php?t=98428
|
/freebsd/stand/common/ |
H A D | load_elf.c | 534 Elf_Phdr *phdr, *php; local 847 php = NULL; 850 php = phdr + i; 851 adp = php->p_vaddr; 858 if (php == NULL) /* this is bad, we cannot get to symbols or _DYNAMIC */ 861 ndp = php->p_filesz / sizeof(Elf_Dyn); 864 dp = malloc(php->p_filesz); 867 archsw.arch_copyout(php->p_vaddr + off, dp, php->p_filesz);
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | libzstd.pc.in | 3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_pragma.c | 56 dt_idhash_t *php; in dt_pragma_apply() local 59 if ((php = yypcb->pcb_pragmas) == NULL) in dt_pragma_apply() 62 while ((pdp = dt_idhash_lookup(php, idp->di_name)) != NULL) { in dt_pragma_apply() 71 dt_idhash_delete(php, pdp); in dt_pragma_apply()
|
/freebsd/stand/efi/include/Guid/ |
H A D | ZeroGuid.h | 8 http://opensource.org/licenses/bsd-license.php.
|
H A D | MtcVendor.h | 8 http://opensource.org/licenses/bsd-license.php.
|
H A D | MemoryTypeInformation.h | 14 http://opensource.org/licenses/bsd-license.php.
|
/freebsd/share/monetdef_unicode/ |
H A D | en_PH.UTF-8.src | 7 PHP
|
/freebsd/contrib/tzdata/ |
H A D | northamerica | 1314 # https://web2.gov.mb.ca/laws/statutes/ccsm/o030e.php 1319 # http://www2.publicationsduquebec.gouv.qc.ca/dynamicSearch/telecharge.php?type=5&file=2006C39A.PDF 2362 # https://www.dof.gob.mx/nota_to_imagen_fs.php?cod_diario=192270&pagina=2&seccion=1 2366 # https://www.dof.gob.mx/nota_to_imagen_fs.php?codnota=4705667&fecha=23/12/1981&cod_diario=202796 2370 # https://www.dof.gob.mx/nota_to_imagen_fs.php?cod_diario=205689&pagina=3&seccion=0 2374 # https://www.dof.gob.mx/nota_to_imagen_fs.php?codnota=4787355&fecha=28/12/1982&cod_diario=206112 2375 # https://www.dof.gob.mx/nota_to_imagen_fs.php?cod_diario=209559&pagina=15&seccion=0 2381 # https://www.dof.gob.mx/nota_to_imagen_fs.php?codnota=4441846&fecha=29/12/1921&cod_diario=187468 2382 # https://www.dof.gob.mx/nota_to_imagen_fs.php?codnota=4541520&fecha=09/06/1927&cod_diario=193920 2383 # https://www.dof.gob.mx/nota_to_imagen_fs.php [all...] |
/freebsd/contrib/ntp/sntp/include/ |
H A D | ntp.lic | 6 <PFX> <http://opensource.org/licenses/ntp-license.php>
|
/freebsd/contrib/unbound/contrib/ |
H A D | create_unbound_ad_servers.sh | 12 list_addr="https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&startdate%5B…
|
H A D | create_unbound_ad_servers.cmd | 12 set list_addr="http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&startdate…
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 184 Elf_Phdr *php; in elf_coredump() local 237 php = (Elf_Phdr *)((char *)hdr + sizeof(Elf_Ehdr)) + 1; in elf_coredump() 240 uintmax_t nleft = php->p_filesz; in elf_coredump() 243 iorequest.piod_offs = (caddr_t)(uintptr_t)php->p_vaddr; in elf_coredump() 268 php++; in elf_coredump()
|
/freebsd/stand/efi/include/ |
H A D | efirng.h | 9 * http://opensource.org/licenses/bsd-license.php
|