| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| __init__.py | 12 from . import check 13 from . import instance 14 from . import query 15 from . import kasp 16 from . import run 17 from . import template 18 from . import log 19 from . import vars # pylint: disable=redefined-builtin
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
| short.py | 2 from __future__ import print_function
|
| /src/external/bsd/ipf/dist/lib/ |
| bcopywrap.c | 13 int bcopywrap(from, to, size) 14 void *from, *to; 17 bcopy((caddr_t)from, (caddr_t)to, size);
|
| kmemcpywrap.c | 14 int kmemcpywrap(from, to, size) 15 void *from, *to; 20 ret = kmemcpy((caddr_t)to, (u_long)from, size);
|
| /src/usr.bin/make/unit-tests/ |
| dep-colon.exp | 1 making target1 from source1 2 making target2 from source2
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| swab.c | 20 * may be used to endorse or promote products derived from this software 42 swab (char *from, char *to, int nbytes) 45 *(to + 1) = *from; 46 *to = *(from + 1); 48 from += 2;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| move_alloc.c | 33 move_alloc (gfc_array_char * from, gfc_array_char * to) 39 for (i = 0; i < GFC_DESCRIPTOR_RANK (from); i++) 41 GFC_DIMENSION_SET(to->dim[i],GFC_DESCRIPTOR_LBOUND(from,i), 42 GFC_DESCRIPTOR_UBOUND(from,i), 43 GFC_DESCRIPTOR_STRIDE(from,i)); 44 GFC_DIMENSION_SET(from->dim[i],GFC_DESCRIPTOR_LBOUND(from,i), 45 GFC_DESCRIPTOR_LBOUND(from,i), 0); 48 to->offset = from->offset; 49 GFC_DTYPE_COPY(to,from); [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| move_alloc.c | 33 move_alloc (gfc_array_char * from, gfc_array_char * to) 39 for (i = 0; i < GFC_DESCRIPTOR_RANK (from); i++) 41 GFC_DIMENSION_SET(to->dim[i],GFC_DESCRIPTOR_LBOUND(from,i), 42 GFC_DESCRIPTOR_UBOUND(from,i), 43 GFC_DESCRIPTOR_STRIDE(from,i)); 44 GFC_DIMENSION_SET(from->dim[i],GFC_DESCRIPTOR_LBOUND(from,i), 45 GFC_DESCRIPTOR_LBOUND(from,i), 0); 48 to->offset = from->offset; 49 GFC_DTYPE_COPY(to,from); [all...] |
| /src/sys/arch/powerpc/include/ |
| sljit_machdep.h | 41 #define SLJIT_CACHE_FLUSH(from, to) \ 42 __syncicache((void *)(from), (size_t)((to) - (from)))
|
| /src/sys/arch/mips/include/ |
| sljit_machdep.h | 43 #define SLJIT_CACHE_FLUSH(from, to) mips_icache_sync_range( \ 44 (vaddr_t)(from), (vsize_t)((const char *)(to) - (const char *)(from))) 48 #define SLJIT_CACHE_FLUSH(from, to) \ 49 (void)_cacheflush((void*)(from), (size_t)((to) - (from)), ICACHE)
|
| /src/sys/arch/sparc/include/ |
| sljit_machdep.h | 36 #define SLJIT_CACHE_FLUSH(from, to) \ 37 sparc_cache_flush((sljit_ins *)(from), (sljit_ins *)(to))
|
| /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/ |
| test_bitreader.py | 0 from __future__ import print_function 3 from .base import TestBase 4 from ..core import OpCode 5 from ..core import MemoryBuffer 6 from ..core import PassRegistry 7 from ..core import Context 8 from ..core import Module 9 from ..bit_reader import parse_bitcode
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/ |
| lit.py | 3 from lit.main import main
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
| write-control-chars.py | 3 from __future__ import print_function
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| der_copy.c | 22 * may be used to endorse or promote products derived from this software 43 der_copy_general_string (const heim_general_string *from, 46 *to = strdup(*from); 53 der_copy_integer (const int *from, int *to) 55 *to = *from; 60 der_copy_integer64 (const int64_t *from, int64_t *to) 62 *to = *from; 67 der_copy_unsigned (const unsigned *from, unsigned *to) 69 *to = *from; 74 der_copy_unsigned64 (const uint64_t *from, uint64_t *to [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| bit_reader.py | 2 from .common import LLVMObject 3 from .common import c_object_p 4 from .common import get_library 5 from . import enumerations 6 from .core import MemoryBuffer 7 from .core import Module 8 from .core import OpCode 9 from ctypes import POINTER 10 from ctypes import byref 11 from ctypes import c_char_ [all...] |
| /src/sys/arch/i386/include/ |
| sljit_machdep.h | 38 #define SLJIT_CACHE_FLUSH(from, to)
|
| /src/sys/fs/autofs/ |
| autofs_mount.h | 8 * This code is derived from software contributed to The NetBSD Foundation 41 char *from; member in struct:autofs_args
|
| /src/usr.bin/from/ |
| Makefile | 6 PROG= from
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| sane_rename.c | 12 /* const char *from; 43 int sane_rename(const char *from, const char *to) 52 if (rename(from, to) >= 0) 60 if (stat(from, &st) < 0 && stat(to, &st) >= 0) { 62 myname, from, to);
|
| /src/games/sail/ |
| dr_4.c | 16 * may be used to endorse or promote products derived from this software 45 ungrap(struct ship *from, struct ship *to) 50 if ((k = grappled2(from, to)) == 0) 52 friend = capship(from)->nationality == capship(to)->nationality; 55 cleangrapple(from, to, 0); 56 makesignal(from, "ungrappling $$", to); 62 grap(struct ship *from, struct ship *to) 64 if (capship(from)->nationality != capship(to)->nationality && 67 send_grap(from, to->file->index); 68 send_grap(to, from->file->index) [all...] |
| /src/external/bsd/libarchive/dist/cpio/test/ |
| test_gcpio_compat.c | 10 unpack_test(const char *from, const char *options, const char *se) 15 assertMakeDir(from, 0775); 16 assertChdir(from); 21 extract_reference_file(from); 23 testprog, options, from); 25 testprog, options, from); 31 testprog, options, from); 41 failure("%s", from); 44 failure("%s", from); 48 failure("%s", from); [all...] |
| /src/sys/arch/aarch64/include/ |
| sljit_machdep.h | 58 #define SLJIT_CACHE_FLUSH(from, to) \ 59 cpu_icache_sync_range((vaddr_t)(from), (vsize_t)((to) - (from))) 61 #define SLJIT_CACHE_FLUSH(from, to) \ 62 (void)__builtin___clear_cache((char *)(from), (char *)(to))
|
| /src/usr.bin/users/ |
| users.c | 16 * may be used to endorse or promote products derived from this software 61 struct utmpentry *from, *ehead, *save, **nextp; local 86 from = ehead; 88 while (from != NULL) { 90 (*nextp) && strcmp(from->name, (*nextp)->name) > 0; 93 save = from; 94 from = from->next; 102 for (from = ehead->next; from; from = from->next [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-linux-core.h | 58 const struct elf_internal_linux_prpsinfo *from, 61 bfd_put_8 (obfd, from->pr_state, &to->pr_state); 62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname); 63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb); 64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice); 65 bfd_put_32 (obfd, from->pr_flag, to->pr_flag); 66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid); 67 bfd_put_32 (obfd, from->pr_gid, to->pr_gid); 68 bfd_put_32 (obfd, from->pr_pid, to->pr_pid); 69 bfd_put_32 (obfd, from->pr_ppid, to->pr_ppid) [all...] |