Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/file/magic/Magdir/
H A Dwsdl4 # wsdl: PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
6 # http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
H A Dcommands86 0 search/1/c =<?php PHP script text
88 !:mime text/x-php
90 !:mime text/x-php
92 !:mime text/x-php
93 0 search/1/w #!\ /usr/local/bin/php PHP script text executable
95 !:mime text/x-php
96 0 search/1/w #!\ /usr/bin/php PHP script text executable
98 !:mime text/x-php
101 0 string =<?php
105 !:mime text/x-php
H A Dmetastore6 # see http://david.hardeman.nu/software.php#metastore
H A Dwarc12 # see http://www.archive.org/web/researcher/ArcFileFormat.php
H A Ddbpf6 # http://www.wiki.sc4devotion.com/index.php?title=DBPF
H A Danimation970 # URL: http://wiki.multimedia.cx/index.php?title=Bink_Container
991 # URL: http://wiki.multimedia.cx/index.php?title=NUT
1006 # URL: http://wiki.multimedia.cx/index.php?title=MTV
1011 # URL: http://wiki.multimedia.cx/index.php?title=ARMovie
1016 # URL: http://wiki.multimedia.cx/index.php?title=Interplay_MVE
1021 # URL: http://wiki.multimedia.cx/index.php?title=WTV
1028 # URL: http://wiki.multimedia.cx/index.php?title=Sega_FILM
1035 # URL: http://wiki.multimedia.cx/index.php?title=THP
1040 # URL: http://wiki.multimedia.cx/index.php?title=Dirac
1045 # URL: http://wiki.multimedia.cx/index.php?title=Smacker
[all …]
H A Dandroid60 # http://forum.xda-developers.com/showthread.php?p=9122369
61 # http://forum.xda-developers.com/showthread.php?t=816449
H A Dole2compounddocs26 # https://www.macdisk.com/macsigen.php
H A Dcups6 # http://www.cups.org/documentation.php/spec-raster.html
H A Dcad14 # http://filext.com/detaillist.php?extdetail=DGN
15 # http://filext.com/detaillist.php?extdetail=CIT
H A Dmail.news60 # URL: http://www.cyrusimap.org/docs/cyrus-imapd/2.4.6/internal/bytecode.php
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c409 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()
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()
557 struct c4iw_pd *php; in c4iw_alloc_mw() local
566 php = to_c4iw_pd(pd); in c4iw_alloc_mw()
567 rhp = php->rhp; in c4iw_alloc_mw()
614 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-12.1/contrib/dtc/libfdt/
H A Dfdt_ro.c357 const fdt32_t *php; in fdt_get_phandle() local
362 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle()
363 if (!php || (len != sizeof(*php))) { in fdt_get_phandle()
364 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle()
365 if (!php || (len != sizeof(*php))) in fdt_get_phandle()
369 return fdt32_to_cpu(*php); in fdt_get_phandle()
/freebsd-12.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-12.1/stand/common/
H A Dload_elf.c433 Elf_Phdr *phdr, *php; in __elfN() local
766 php = NULL; in __elfN()
769 php = phdr + i; in __elfN()
770 adp = php->p_vaddr; in __elfN()
777 if (php == NULL) /* this is bad, we cannot get to symbols or _DYNAMIC */ in __elfN()
780 ndp = php->p_filesz / sizeof(Elf_Dyn); in __elfN()
783 dp = malloc(php->p_filesz); in __elfN()
786 archsw.arch_copyout(php->p_vaddr + off, dp, php->p_filesz); in __elfN()
/freebsd-12.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-12.1/sys/contrib/zstd/lib/
H A Dlibzstd.pc.in3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
/freebsd-12.1/usr.bin/gcore/
H A Delfcore.c202 Elf_Phdr *php; in elf_coredump() local
255 php = (Elf_Phdr *)((char *)hdr + sizeof(Elf_Ehdr)) + 1; in elf_coredump()
258 uintmax_t nleft = php->p_filesz; in elf_coredump()
261 iorequest.piod_offs = (caddr_t)(uintptr_t)php->p_vaddr; in elf_coredump()
286 php++; in elf_coredump()
/freebsd-12.1/lib/librtld_db/
H A Drtld_db.c213 rd_new(struct proc_handle *php) in rd_new() argument
222 rdap->rda_php = php; in rd_new()
/freebsd-12.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-12.1/contrib/ntp/sntp/include/
H A Dntp.lic6 <PFX> <http://opensource.org/licenses/ntp-license.php>
/freebsd-12.1/sys/mips/conf/
H A DALFA_HORNET_UB4 # http://www.alfa.com.tw/products_show.php?pc=99&ps=50
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A DTHIRDPARTYLICENSE.lz43 BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
/freebsd-12.1/sys/gnu/dts/arm/
H A Daxp223.dtsi47 * http://www.x-powers.com/product/AXP22X.php

1234