HomeSort by: relevance | last modified time | path
    Searched defs:source (Results 1 - 25 of 610) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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++;
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++;
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++;
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++;
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;
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
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;
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
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
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-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;
  /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;

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 91011>>