| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| memmove.c | 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate. 14 char const *source = source0; local 15 if (source < dest) 17 for (source += length, dest += length; length; --length) 18 *--dest = *--source; 19 else if (source != dest) 23 *dest++ = *source++;
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| memmove.c | 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate. 14 char const *source = source0; local 15 if (source < dest) 17 for (source += length, dest += length; length; --length) 18 *--dest = *--source; 19 else if (source != dest) 23 *dest++ = *source++;
|
| /src/external/gpl2/texinfo/dist/lib/ |
| memmove.c | 4 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate. 18 char const *source = source0; local 19 if (source < dest) 21 for (source += length, dest += length; length; --length) 22 *--dest = *--source; 23 else if (source != dest) 27 *dest++ = *source++;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| memmove.c | 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate. 18 char const *source = source0; local 19 if (source < dest) 21 for (source += length, dest += length; length; --length) 22 *--dest = *--source; 23 else if (source != dest) 27 *dest++ = *source++;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| aarch64-mops.c | 28 char source[BUF_SIZE] = NEW_STRING; local 48 q = source; 62 q = source;
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| ecs.h | 8 * This Source Code Form is subject to the terms of the Mozilla Public 44 uint8_t source; member in struct:dns_ecs 68 * 'ecs1->source' must exactly match 'ecs2->source'; the address families 69 * must match; and the first 'ecs1->source' bits of the addresses must
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| aarch64-mops.c | 28 char source[BUF_SIZE] = NEW_STRING; local 48 q = source; 62 q = source;
|
| /src/external/bsd/iscsi/dist/include/ |
| libkmod.h | 7 * Redistribution and use in source and binary forms, with or without 10 * 1. Redistributions of source code must retain the above copyright 46 char *source; /* source of module loading */ member in struct:kmod_t
|
| /src/external/bsd/iscsi/dist/src/initiator/ |
| libkmod.h | 7 * Redistribution and use in source and binary forms, with or without 10 * 1. Redistributions of source code must retain the above copyright 46 char *source; /* source of module loading */ member in struct:kmod_t
|
| /src/external/bsd/tmux/dist/ |
| cmd-detach-client.c | 40 .source = { 's', CMD_FIND_SESSION, CMD_FIND_CANFAIL }, 61 struct cmd_find_state *source = cmdq_get_source(item); local 78 s = source->s;
|
| cmd-copy-mode.c | 36 .source = { 's', CMD_FIND_PANE, 0 }, 61 struct cmd_find_state *source = cmdq_get_source(item); local 85 swp = source->wp;
|
| cmd-move-window.c | 38 .source = { 's', CMD_FIND_WINDOW, 0 }, 52 .source = { 's', CMD_FIND_WINDOW, 0 }, 63 struct cmd_find_state *source = cmdq_get_source(item); local 66 struct session *src = source->s; 68 struct winlink *wl = source->wl;
|
| cmd-swap-pane.c | 38 .source = { 's', CMD_FIND_PANE, CMD_FIND_DEFAULT_MARKED }, 49 struct cmd_find_state *source = cmdq_get_source(item); local 58 src_w = source->wl->window; 59 src_wp = source->wp;
|
| cmd-swap-window.c | 38 .source = { 's', CMD_FIND_WINDOW, CMD_FIND_DEFAULT_MARKED }, 49 struct cmd_find_state *source = cmdq_get_source(item); local 51 struct session *src = source->s, *dst = target->s; 53 struct winlink *wl_src = source->wl, *wl_dst = target->wl;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| aarch64-mops-single-step.c | 24 char source[BUF_SIZE] = TEST_STRING; local 47 q = source; 60 q = source;
|
| aarch64-mops-watchpoint.c | 21 char source[40] __attribute__ ((aligned (8))) local 45 q = source; 55 q = source;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| ecs.h | 8 * This Source Code Form is subject to the terms of the Mozilla Public 45 uint8_t source; member in struct:dns_ecs 69 * 'ecs1->source' must exactly match 'ecs2->source'; the address families 70 * must match; and the first 'ecs1->source' bits of the addresses must
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| aarch64-mops-single-step.c | 24 char source[BUF_SIZE] = TEST_STRING; local 47 q = source; 60 q = source;
|
| aarch64-mops-watchpoint.c | 21 char source[40] __attribute__ ((aligned (8))) local 45 q = source; 55 q = source;
|
| /src/sbin/mount_puffs/ |
| mount_puffs.c | 6 * Redistribution and use in source and binary forms, with or without 9 * 1. Redistributions of source code must retain the above copyright 56 fprintf(stderr, "usage: %s [-o options] program[#source] mountpoint\n", getprogname()); 86 const char *source, const char *mountpoint) 93 * program [-o opts] [source] mountpoint */ 100 if (source != NULL) { 101 argv[argc++] = source; 172 /* Split the program name and source. This is to allow 174 char *source = argv[0]; local 175 char *program = strsep(&source, "#"); [all...] |
| /src/usr.bin/make/unit-tests/ |
| varmod-loop-varname.mk | 57 SRCS= source 58 CFLAGS.source= before 60 CFLAGS.source+= after
|
| /src/external/bsd/tre/dist/tests/ |
| test-str-source.c | 2 test-str-source.c - Sample program for using tre_reguexec() 109 tre_str_source *source; local 112 source = make_str_source(str); 113 if (!source) 117 if (tre_reguexec(&preg, source, elementsof(pmatch), pmatch, 0) == 0) 120 free_str_source(source);
|
| /src/external/bsd/zstd/dist/contrib/pzstd/test/ |
| RoundTrip.h | 5 * This source code is licensed under both the BSD-style license (found in the 6 * LICENSE file in the root directory of this source tree) and the GPLv2 (found 7 * in the COPYING file in the root directory of this source tree). 22 inline bool check(std::string source, std::string decompressed) { 26 auto sFd = std::fopen(source.c_str(), "rb"); 61 std::string source = options.inputFiles.front(); local 84 return check(source, decompressedFile);
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| sources.py | 21 # The next available source reference ID. Must be greater than 0. 24 # Map from full paths to Source dictionaries. 27 # Map from a source reference ID back to the same Source that is 34 """Return the Source for a given file name. 65 def decode_source(source): 66 """Decode a Source object. 68 Finds and returns the filename of a given Source object.""" 69 if "path" in source: 70 return source["path" 92 def source(*, source=None, sourceReference: int, **extra): function [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| sources.py | 21 # The next available source reference ID. Must be greater than 0. 24 # Map from full paths to Source dictionaries. 27 # Map from a source reference ID back to the same Source that is 34 """Return the Source for a given file name. 63 def decode_source(source): 64 """Decode a Source object. 66 Finds and returns the filename of a given Source object.""" 67 if "sourceReference" not in source or source["sourceReference"] <= 0 89 def source(*, source=None, sourceReference: int, **extra): function [all...] |