代码搜索结果

找到约 743 项符合 Solar 的代码

memset.c

/* $Id: memset.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* memset( void *, int, size_t ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to

strncat.c

/* $Id: strncat.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* strncat( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). Permission is

strrchr.c

/* $Id: strrchr.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* strrchr( const char *, int c ) This file is part of the Public Domain C Library (PDCLib). Permission is granted t

strxfrm.c

/* $Id: strxfrm.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* strxfrm( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). Permission is

strncpy.c

/* $Id: strncpy.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* strncpy( char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib). Permission is

memmove.c

/* $Id: memmove.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* memmove( void *, const void *, size_t ) This file is part of the Public Domain C Library (PDCLib). Permission is

ldiv.c

/* $Id: ldiv.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* ldiv( long int, long int ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use,

realloc.c

/* $Id: realloc.c 262 2006-11-16 07:34:57Z solar $ */ /* Release $Name$ */ /* void * realloc( void *, size_t ) This file is part of the Public Domain C Library (PDCLib). Permission is granted

logger.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ #include #include #include #include #includ

idle.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ #include #ifdef __linux__ #include #ifndef SCHED_IDLE #define SCHED_I