代码搜索:Local

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

代码结果 10,000
www.eeworm.com/read/236400/14017495

asm appack.asm

; ######################################################################### ; aPPack is a test piece for MASM programmers using Joergen Ibsen's ; MASM version of "aPLib". It is an implementati
www.eeworm.com/read/236400/14017500

asm toolbar.asm

; ######################################################################## Do_ToolBar PROTO :DWORD SetBmpColor PROTO :DWORD include tbmacros.asm .data hTbBmp
www.eeworm.com/read/236244/14024303

sh string.functions.sh

#!/bin/bash # function strcat # Usage: strcat s1 s2 function strcat () { local s1_val s2_val s1_val=${!1} # indirect variable expansion s2_val=${!2}
www.eeworm.com/read/133757/14025448

c time.c

# include # include int main() { struct tm *local; time_t tm; tm = time(NULL); local = localtime(&tm); printf("Local time and date: %s\n", asctime(local)); loca
www.eeworm.com/read/235758/14053768

agent tape.agent

#!/bin/bash ############################################################################### # Tape hotplug agent for Linux 2.4 kernels # # Copyright (c) 2002 IBM Development Germany, Boeblingen # # th
www.eeworm.com/read/235540/14064318

c ambakbd.c

/* ambaKbd.c - ARM AMBA keyboard driver routines */ /* Copyright 1993-2001 Wind River System, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01b,20sep02,wdf Removed
www.eeworm.com/read/132749/14074428

c systffs.c

/* sysTffs.c - Motorola 860ads system-dependent TrueFFS library */ /* Copyright 1984-1997 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history --------------------
www.eeworm.com/read/132667/14079699

c wap_addr.c

/* ==================================================================== * The Kannel Software License, Version 1.0 * * Copyright (c) 2001-2004 Kannel Group * Copyright (c) 1998-2001 WapIT Ltd
www.eeworm.com/read/204429/15339825

readme

Gnewtellium is the Linux port of Newtella. You can find more information about the project at: http://gnewtellium.sourceforge.net http://www.newtella.com/linux/ The program will install itself in
www.eeworm.com/read/203704/15352812

c ftp.c

/* $Id: ftp.c,v 1.15 1998/12/09 20:49:20 eivind Exp $ */ /* $NetBSD: ftp.c,v 1.29.2.1 1997/11/18 01:01:04 mellon Exp $ */ /* * Copyright (c) 1985, 1989, 1993, 1994 * The Regents of the Univers