| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| internal-string-values.c | 23 end (void) function 30 end ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| internal-string-values.c | 23 end (void) function 30 end ();
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| sane_strtol.h | 16 extern long sane_strtol(const char *start, char **end, int); 17 extern unsigned long sane_strtoul(const char *start, char **end, int);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| powerpc-htm-regs.c | 29 asm volatile goto ("bc 12,2,%l[end]" 33 : end); 35 end:
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| qtro.c | 24 end (void) function 32 end ();
|
| disconnected-tracing.c | 19 end (void) function 37 end ();
|
| actions-changed.c | 19 end (int i) function 50 end (1); 53 end (2); 56 end (3); 59 end (4); 63 end (5); 67 end (6);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| powerpc-htm-regs.c | 29 asm volatile goto ("bc 12,2,%l[end]" 33 : end); 35 end:
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| qtro.c | 24 end (void) function 32 end ();
|
| disconnected-tracing.c | 19 end (void) function 37 end ();
|
| actions-changed.c | 19 end (int i) function 50 end (1); 53 end (2); 56 end (3); 59 end (4); 63 end (5); 67 end (6);
|
| /src/external/bsd/jemalloc/dist/src/ |
| util.c | 11 char *end; local 17 um = malloc_strtoumax(cur, &end, 0); 18 if (get_errno() != 0 || *end != '-') { 22 cur = end + 1; 25 um = malloc_strtoumax(cur, &end, 0); 26 if (get_errno() != 0 || *end != ':') { 30 cur = end + 1; 33 um = malloc_strtoumax(cur, &end, 0); 40 if (*end == '|') { 41 end++ [all...] |
| /src/external/gpl3/gdb/dist/readline/readline/examples/ |
| manexamp.c | 66 register int start, end; local 78 /* Find the end of the range to modify. */ 79 end = start + (count * direction); 82 if (end > rl_end) 83 end = rl_end; 84 else if (end < 0) 85 end = -1; 87 if (start > end) 90 start = end; 91 end = temp [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| manexamp.c | 66 register int start, end; local 78 /* Find the end of the range to modify. */ 79 end = start + (count * direction); 82 if (end > rl_end) 83 end = rl_end; 84 else if (end < 0) 85 end = -1; 87 if (start > end) 90 start = end; 91 end = temp [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| strnlen1.c | 31 const char *end = memchr (string, '\0', maxlen); local 32 if (end != NULL) 33 return end - string + 1;
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| strnlen1.c | 31 const char *end = memchr (string, '\0', maxlen); local 32 if (end != NULL) 33 return end - string + 1;
|
| /src/external/gpl2/texinfo/dist/lib/ |
| substring.c | 25 substring (const char *start, const char *end) 27 char *result = xmalloc (end - start + 1); 31 while (scan < end)
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| strnlen.c | 28 const char *end = memchr (string, '\0', maxlen); local 29 return end ? (size_t) (end - string) : maxlen;
|
| strnlen1.c | 30 const char *end = (const char *) memchr (string, '\0', maxlen); local 31 if (end != NULL) 32 return end - string + 1;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| strnlen.c | 28 const char *end = memchr (string, '\0', maxlen); local 29 return end ? (size_t) (end - string) : maxlen;
|
| strnlen1.c | 30 const char *end = (const char *) memchr (string, '\0', maxlen); local 31 if (end != NULL) 32 return end - string + 1;
|
| /src/lib/libc/arch/hppa/sys/ |
| syscall.S | 39 .end
|
| /src/sys/arch/mvme68k/stand/libbug/ |
| outln.c | 13 mvmeprom_outln(char *start, char *end) 16 MVMEPROM_ARG2(end, start);
|
| outstr.c | 13 mvmeprom_outstr(char *start, char *end) 16 MVMEPROM_ARG2(end, start);
|
| /src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/ |
| instrprof-basic.c | 13 int end(int i) { function 22 end(1);
|