代码搜索:String

找到约 10,000 项符合「String」的源代码

代码结果 10,000
www.eeworm.com/read/124989/6034977

h string.h

#ifndef ETHERBOOT_STRING_H #define ETHERBOOT_STRING_H #include "bits/string.h" void *memcpy(void *dest, const void *src, size_t n); void *memmove(void *dest, const void *src, size_t n); void *memse
www.eeworm.com/read/124989/6035071

h string.h

#include #include "linux-asm-string.h" /* * Prototypes for other non-inline string functions */ char *strrchr(const char *s, int c); char *strcpy(char *dest, const char *src); char *str
www.eeworm.com/read/124989/6035104

c string.c

#include "stddef.h" #include "string.h" /* * Some helper string functions */ /* * Same as Posix strrchr */ char *strrchr(const char *s, int c) { const char *p; for (p = 0 ; *s != '\0'; s++) {
www.eeworm.com/read/124910/6035479

h string.h

/* Optimized, inlined string functions. S/390 version. Copyright (C) 2000, 2001 Free Software Foundation, Inc. Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part o
www.eeworm.com/read/124910/6035600

h string.h

/* This file should provide inline versions of string functions. Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'. This file should define __STRING_INLINES if functi
www.eeworm.com/read/124910/6035905

h string.h

/* Optimized, inlined string functions. ARM version. Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software
www.eeworm.com/read/124910/6036099

h string.h

/* Optimized, inlined string functions. m680x0 version, x >= 2. Copyright (C) 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software;
www.eeworm.com/read/124910/6038653

h string.h

/* Optimized, inlined string functions. i486 version. Copyright (C) 1997,1998,1999,2000,2001,2002,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C L
www.eeworm.com/read/124910/6038870

h string.h

/* Optimized, inlined string functions. i386 version. Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free s
www.eeworm.com/read/124910/6039111

h string.h

/* Optimized, inlined string functions. SPARC version. Copyright (C) 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can