/src/common/lib/libc/string/ |
strstr.c | 1 /* $NetBSD: strstr.c,v 1.3 2018/02/04 01:13:45 mrg Exp $ */ 38 static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: strstr.c,v 1.3 2018/02/04 01:13:45 mrg Exp $"); 56 strstr(const char *s, const char *find) function in typeref:typename:char *
|
strstr.c | 1 /* $NetBSD: strstr.c,v 1.3 2018/02/04 01:13:45 mrg Exp $ */ 38 static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: strstr.c,v 1.3 2018/02/04 01:13:45 mrg Exp $"); 56 strstr(const char *s, const char *find) function in typeref:typename:char *
|
/src/sys/external/bsd/acpica/dist/utilities/ |
utclib.c | 190 * FUNCTION: strstr 747 * FUNCTION: strstr 755 * full implementation of strstr, only sufficient for command 761 strstr ( function in typeref:typename:char *
|
utclib.c | 190 * FUNCTION: strstr 747 * FUNCTION: strstr 755 * full implementation of strstr, only sufficient for command 761 strstr ( function in typeref:typename:char *
|
/src/bin/csh/ |
misc.c | 159 strstr(char *s, char *t) function in typeref:typename:char *
|
misc.c | 159 strstr(char *s, char *t) function in typeref:typename:char *
|