代码搜索:linked
找到约 4,326 项符合「linked」的源代码
代码结果 4,326
www.eeworm.com/read/222573/4819017
h linklist.h
/* $Id: linklist.h,v 1.6 2001/05/12 18:43:01 mhe Exp $
*
* linklist.h -- generic linked list
*
* Yet Another FTP Client
* Copyright (C) 1998-2001, Martin Hedenfalk
*
* This
www.eeworm.com/read/222573/4819021
c linklist.c
/* $Id: linklist.c,v 1.8 2003/07/12 10:25:42 mhe Exp $
*
* linklist.c -- generic linked list
*
* Yet Another FTP Client
* Copyright (C) 1998-2001, Martin Hedenfalk
*
* This
www.eeworm.com/read/200501/5064828
makefile
#
# Build the OpenVPN auth-pam plugin module.
#
# If PAM modules are not linked against libpam.so, set DLOPEN_PAM to 1. This
# must be done on SUSE 9.1, at least.
DLOPEN_PAM=1
ifeq ($(DLOPEN_PAM),1)
www.eeworm.com/read/195013/5123217
h structure.h
#ifndef _INCLUDE_GUARD_STRUCTURE_H_
#define _INCLUDE_GUARD_STRUCTURE_H_
#include
#include
struct http_request;
struct http_request
{
/* Linked list */
struct http_r
www.eeworm.com/read/191809/5161507
c sr1.c
/* This file is compiled and linked into the S-record format. */
extern int e1;
extern int e2;
int i;
int j = 1;
static int k;
static int l = 1;
static char ab[] = "This is a string constant";
exte
www.eeworm.com/read/190682/5170822
c sr1.c
/* This file is compiled and linked into the S-record format. */
extern int e1;
extern int e2;
int i;
int j = 1;
static int k;
static int l = 1;
static char ab[] = "This is a string constant";
exte
www.eeworm.com/read/179911/5300508
h structure.h
#ifndef _INCLUDE_GUARD_STRUCTURE_H_
#define _INCLUDE_GUARD_STRUCTURE_H_
#include
#include
struct http_request;
struct http_request
{
/* Linked list */
struct http_r
www.eeworm.com/read/167046/5471000
h dl-syscalls.h
/* We can't use the real errno in ldso, since it has not yet
* been dynamicly linked in yet. */
extern int _dl_errno;
#define __set_errno(X) {(_dl_errno) = (X);}
#include "sys/syscall.h"
#undef __sy
www.eeworm.com/read/350097/3135398
h structure.h
#ifndef _INCLUDE_GUARD_STRUCTURE_H_
#define _INCLUDE_GUARD_STRUCTURE_H_
#include
#include
struct http_request;
struct http_request
{
/* Linked list */
struct http_r
www.eeworm.com/read/349752/3140280
makefile
#
# Build the OpenVPN auth-pam plugin module.
#
# If PAM modules are not linked against libpam.so, set DLOPEN_PAM to 1. This
# must be done on SUSE 9.1, at least.
DLOPEN_PAM=1
ifeq ($(DLOPEN_PAM),1)