/src/lib/libc/string/ |
Lint_ffs.c | 8 #include <strings.h>
|
/src/common/lib/libc/string/ |
ffsll.c | 35 #include <strings.h>
|
ffsl.c | 35 #include <strings.h>
|
popcount32.c | 40 #include <strings.h>
|
popcount64.c | 40 #include <strings.h>
|
/src/tests/lib/libexecinfo/ |
t_backtrace.c | 71 char **strings; local in function:myfunc3 82 strings = backtrace_symbols_fmt(buffer, nptrs, "%n"); 84 ATF_CHECK(strings != NULL); 90 printf("#%zu: %s\n", j, strings[j]); 95 ATF_CHECK_STREQ(strings[0], "myfunc3"); 96 ATF_CHECK_STREQ(strings[1], "myfunc2"); 99 ATF_CHECK_STREQ(strings[j], "myfunc1"); 103 strcmp(strings[j], frames[i].name)) { 107 ATF_CHECK_STREQ(strings[j], frames[i].name); 110 free(strings); [all...] |
t_sig_backtrace.c | 138 char **strings = backtrace_symbols_fmt(array, size, "%n"); local in function:handler 152 strcmp(strings[i], "handler") == 0) { 157 strncmp(strings[i], "__sigtramp_siginfo_", 163 strncmp(strings[i], "the_loop", strlen("the_loop")) == 0) { 168 strcmp(strings[i], "atf_tp_main") == 0) {
|
/src/distrib/utils/libhack/ |
strcasecmp.c | 8 #include <strings.h>
|
/src/sys/arch/mmeye/conf/ |
shl.x | 13 *(.strings)
|
sh.x | 15 *(.strings)
|
/src/usr.bin/mail/ |
strings.c | 1 /* $NetBSD: strings.c,v 1.19 2024/03/17 21:48:02 andvar Exp $ */ 35 static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) 6/6/93"; 37 __RCSID("$NetBSD: strings.c,v 1.19 2024/03/17 21:48:02 andvar Exp $"); 45 * Strings handed out here are reclaimed at the top of the command 61 static struct strings { struct 79 struct strings *sp; 123 * Called to free all strings allocated 129 struct strings *sp; 151 struct strings *sp;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
pmi8994.dtsi | 41 qcom,num-strings = <3>; 42 /* Yes, all four strings *have to* be defined or things won't work. */ 43 qcom,enabled-strings = <0 1 2 3>;
|
/src/sys/arch/dreamcast/conf/ |
shl.x | 18 *(.strings)
|
/src/sys/arch/evbsh3/conf/ |
sh.x | 15 *(.strings)
|
shl.x | 15 *(.strings)
|
/src/sys/arch/hpc/hpc/platid_gen/ |
scan.l | 38 #include <strings.h>
|
/src/sys/arch/hpcsh/conf/ |
shl-coff.x | 18 *(.strings)
|
shl-elf.x | 19 *(.strings)
|
/src/usr.sbin/ldpd/ |
tlv.c | 35 #include <strings.h>
|
/src/include/ |
strings.h | 1 /* $NetBSD: strings.h,v 1.21 2024/11/01 18:52:29 riastradh Exp $ */ 86 #include <ssp/strings.h>
|
/src/tests/net/npf/ |
t_npf.sh | 47 strings npftest.core |grep -E '^\[.+\] '
|
/src/distrib/vax/inst-common/ |
instbin.conf | 11 progs slattach strings stty sync tar test umount
|
/src/sys/arch/xen/xenbus/ |
xenbus_xs.c | 260 count_strings(const char *strings, unsigned int len) 265 for (p = strings, num = 0; p < strings + len; p += strlen(p) + 1) 292 split(char *strings, unsigned int len, unsigned int *num) 296 /* Count the strings. */ 297 *num = count_strings(strings, len); 302 free(strings, M_DEVBUF); 305 memcpy(&ret[*num], strings, len); 306 free(strings, M_DEVBUF); 308 strings = (char *)&ret[*num] 320 char *strings, *path; local in function:xenbus_directory [all...] |
/src/distrib/amiga/floppies/inst-common/ |
instbin.conf | 11 progs route sed sh shutdown slattach strings stty sync tar test tip
|
/src/usr.bin/make/unit-tests/ |
varmod-quote.mk | 15 # All strings except the plain "Q" are interpreted as SysV modifier.
|