代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/128965/5976934
h local.h
/*
* (C) Copyright 2003
* Ingo Assmus
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribut
www.eeworm.com/read/126021/6019479
h local.h
#define ApwPortName L"PRINTFAX:"
#define ApwDLLName L"apfaxcnv.dll"
/*++
Copyright (c) 1996 Microsoft Corporation
All rights reserved
Module Name:
local.h
Abstract:
local.h
www.eeworm.com/read/125951/6019704
h local.h
#define ApwPortName L"PRINTFAX:"
#define ApwDLLName L"apfaxcnv.dll"
/*++
Copyright (c) 1996 Microsoft Corporation
All rights reserved
Module Name:
local.h
Abstract:
local.h
www.eeworm.com/read/125688/6024234
h local.h
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistri
www.eeworm.com/read/125688/6025805
h local.h
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistri
www.eeworm.com/read/125279/6032128
local db.local
;
; BIND data file for local domain
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cach
www.eeworm.com/read/124347/6050581
h local.h
/* local header used by libc/time routines */
#include
#include
#define SECSPERMIN 60L
#define MINSPERHOUR 60L
#define HOURSPERDAY 24L
#define SECSPERHOUR (SECSPERMIN * MINSPERHOUR
www.eeworm.com/read/124347/6051830
h local.h
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/124347/6052126
h local.h
/* Misc. local definitions for libc/stdlib */
#ifndef _LOCAL_H_
#define _LOCAL_H_
char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));
#endif
www.eeworm.com/read/124347/6052282
h local.h
/* wctrans constants */
#include
/* valid values for wctrans_t */
#define WCT_TOLOWER 1
#define WCT_TOUPPER 2
/* valid values for wctype_t */
#define WC_ALNUM 1
#define WC_ALPHA 2
#define