代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/243166/4531435
h snmp_asn1.h
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) codec.
*/
/*
* Copyright (c) 2006 Axon Digital Design B.V., The Netherlands.
* All rights reserved.
*
* Redistribution and
www.eeworm.com/read/240162/4579127
c attrib4.c
// Test for syntax support of various attribute permutations.
int
__attribute__((noreturn))
__attribute__((unused))
one(void); // OK
__attribute__((noreturn))
__attribute__((unused))
int
two(void);
www.eeworm.com/read/240162/4583244
c template12.c
// { dg-do assemble }
// Testcase for 'this is a type' syntax.
struct B {
typedef int A;
};
template struct Y {
void f() {
typename T::A *d;
}
};
template class Y;
www.eeworm.com/read/238372/4615415
readme
This directory contains example configurations demonstrating various uses
of pam_smbpass. These examples use Linux-style /etc/pam.d syntax, and
must be modified for use on Solaris systems.
www.eeworm.com/read/234134/4661161
asm dvstmt.asm
TITLE DVSTMT - Device Independent I/O Statements
page 56,132
;***
; DVSTMT - Device Independent I/O Statements
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax map
www.eeworm.com/read/234134/4661215
asm ostimer.asm
TITLE OSTIMER - MS-DOS TIMER support
;***
; OSTIMER - MS-DOS TIMER Support
;
; Copyright 1988, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtime entry points:
www.eeworm.com/read/234134/4661254
asm dynamic.asm
TITLE DYNAMIC - Dynamic array support
PAGE 56,132
;***
; DYNAMIC.ASM - Dynamic array support
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included r
www.eeworm.com/read/234134/4661275
asm osdate.asm
TITLE OSDATE - MS-DOS DATE$ and TIME$ Support
;***
; OSDATE - MS-DOS DATE$ and TIME$ Support
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included run
www.eeworm.com/read/233554/4666350
c ntptime_config.c
/*
* ntptime_config.c
*
* What follows is a simplified version of the config parsing code
* in ntpd/ntp_config.c. We only parse a subset of the configuration
* syntax, and don't bother whining a
www.eeworm.com/read/233448/4671337
c attrib4.c
// Test for syntax support of various attribute permutations.
int
__attribute__((noreturn))
__attribute__((unused))
one(void); // OK
__attribute__((noreturn))
__attribute__((unused))
int
two(void);