Home
last modified time | relevance | path

Searched refs:php (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-13.1/contrib/file/magic/Magdir/
H A Dwsdl4 # 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
H A Dcommands133 0 search/1/c =<?php PHP script text
135 !:mime text/x-php
137 !:mime text/x-php
139 !:mime text/x-php
140 0 search/1/w #!\ /usr/local/bin/php PHP script text executable
142 !:mime text/x-php
143 0 search/1/w #!\ /usr/bin/php PHP script text executable
145 !:mime text/x-php
148 0 string =<?php
152 !:mime text/x-php
H A Dmetastore6 # see https://david.hardeman.nu/software.php#metastore
H A Dole2compounddocs113 # https://www.macdisk.com/macsigen.php "WPC2" for Wordperfect 2 *.wpd
137 # https://www.macdisk.com/macsigen.php XLS5 for Excel 5
145 # https://www.macdisk.com/macsigen.php
316 # https://www.macdisk.com/macsigen.php
324 # https://www.macdisk.com/macsigen.php
331 # https://www.macdisk.com/macsigen.php XLS5 for Excel 5
359 # https://www.macdisk.com/macsigen.php
410 # https://www.macdisk.com/macsigen.php
461 # https://www.macdisk.com/macsigen.php "WPC2" for Wordperfect 2 *.wpd
H A Dwarc12 # see https://www.archive.org/web/researcher/ArcFileFormat.php
H A Ddbpf6 # https://www.wiki.sc4devotion.com/index.php?title=DBPF
H A Danimation1074 # URL: https://wiki.multimedia.cx/index.php?title=NUT
1089 # URL: https://wiki.multimedia.cx/index.php?title=MTV
1094 # URL: https://wiki.multimedia.cx/index.php?title=ARMovie
1099 # URL: https://wiki.multimedia.cx/index.php?title=Interplay_MVE
1104 # URL: https://wiki.multimedia.cx/index.php?title=WTV
1111 # URL: https://wiki.multimedia.cx/index.php?title=Sega_FILM
1118 # URL: https://wiki.multimedia.cx/index.php?title=THP
1123 # URL: https://wiki.multimedia.cx/index.php?title=Dirac
1128 # URL: https://wiki.multimedia.cx/index.php?title=Smacker
1145 # https://wiki.multimedia.cx/index.php/Smush)
[all …]
H A Dcups6 # https://www.cups.org/documentation.php/spec-raster.html
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c411 struct c4iw_pd *php; in c4iw_get_dma_mr() local
417 php = to_c4iw_pd(pd); in c4iw_get_dma_mr()
418 rhp = php->rhp; in c4iw_get_dma_mr()
461 struct c4iw_pd *php; in c4iw_reg_user_mr() local
472 php = to_c4iw_pd(pd); in c4iw_reg_user_mr()
473 rhp = php->rhp; in c4iw_reg_user_mr()
559 struct c4iw_pd *php; in c4iw_alloc_mw() local
568 php = to_c4iw_pd(pd); in c4iw_alloc_mw()
569 rhp = php->rhp; in c4iw_alloc_mw()
616 struct c4iw_pd *php; in c4iw_alloc_mr() local
[all …]
H A Dprovider.c232 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_deallocate_pd() local
233 struct c4iw_dev *rhp = php->rhp; in c4iw_deallocate_pd()
241 kfree(php); in c4iw_deallocate_pd()
250 struct c4iw_pd *php; in c4iw_allocate_pd() local
260 php = kzalloc(sizeof(*php), GFP_KERNEL); in c4iw_allocate_pd()
261 if (!php) { in c4iw_allocate_pd()
265 php->pdid = pdid; in c4iw_allocate_pd()
266 php->rhp = rhp; in c4iw_allocate_pd()
269 c4iw_deallocate_pd(&php->ibpd); in c4iw_allocate_pd()
281 ibdev, context, udata, pdid, php); in c4iw_allocate_pd()
[all …]
/freebsd-13.1/sys/contrib/libfdt/
H A Dfdt_ro.c427 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-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c56 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-13.1/stand/common/
H A Dload_elf.c489 Elf_Phdr *phdr, *php; local
808 php = NULL;
811 php = phdr + i;
812 adp = php->p_vaddr;
819 if (php == NULL) /* this is bad, we cannot get to symbols or _DYNAMIC */
822 ndp = php->p_filesz / sizeof(Elf_Dyn);
825 dp = malloc(php->p_filesz);
828 archsw.arch_copyout(php->p_vaddr + off, dp, php->p_filesz);
/freebsd-13.1/sys/contrib/zstd/lib/
H A Dlibzstd.pc.in3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
/freebsd-13.1/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-3720-espressobin-v7.dts11 * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200
H A Darmada-3720-espressobin-v7-emmc.dts11 * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200
/freebsd-13.1/usr.bin/gcore/
H A Delfcore.c207 Elf_Phdr *php; in elf_coredump() local
260 php = (Elf_Phdr *)((char *)hdr + sizeof(Elf_Ehdr)) + 1; in elf_coredump()
263 uintmax_t nleft = php->p_filesz; in elf_coredump()
266 iorequest.piod_offs = (caddr_t)(uintptr_t)php->p_vaddr; in elf_coredump()
291 php++; in elf_coredump()
/freebsd-13.1/lib/librtld_db/
H A Drtld_db.c234 rd_new(struct proc_handle *php) in rd_new() argument
243 rdap->rda_php = php; in rd_new()
/freebsd-13.1/contrib/ntp/sntp/include/
H A Dntp.lic6 <PFX> <http://opensource.org/licenses/ntp-license.php>
/freebsd-13.1/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd12 set list_addr="http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&startdate…
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dti,sci-clk.txt19 http://processors.wiki.ti.com/index.php/TISCI#66AK2G02_Data
/freebsd-13.1/sys/mips/conf/
H A DALFA_HORNET_UB4 # http://www.alfa.com.tw/products_show.php?pc=99&ps=50
/freebsd-13.1/contrib/libcbor/doc/source/
H A Dtests.rst22 Every release is inspected using `GCOV/LCOV <http://ltp.sourceforge.net/coverage/lcov.php>`_. Platf…
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/ti/
H A Dsci-pm-domain.txt56 See http://processors.wiki.ti.com/index.php/TISCI#66AK2G02_Data for the list
/freebsd-13.1/sys/contrib/device-tree/Bindings/reset/
H A Dti,sci-reset.txt39 http://processors.wiki.ti.com/index.php/TISCI#66AK2G02_Data

1234