OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__COPYRIGHT
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/sys/
cdefs_aout.h
95
#define
__COPYRIGHT
(_s) __IDSTRING(copyright,_s)
97
#define
__COPYRIGHT
(_s) \
/bionic/libc/include/sys/
cdefs.h
194
#define
__COPYRIGHT
(_s) /* nothing */
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h
541
#ifndef
__COPYRIGHT
543
#define
__COPYRIGHT
(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
545
#define
__COPYRIGHT
(s) struct __hack
/external/python/cpython2/Lib/plat-freebsd6/
IN.py
64
def
__COPYRIGHT
(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/external/python/cpython2/Lib/plat-freebsd7/
IN.py
64
def
__COPYRIGHT
(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/external/python/cpython2/Lib/plat-freebsd8/
IN.py
64
def
__COPYRIGHT
(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/external/mksh/src/
sh.h
158
* We got usable __IDSTRING
__COPYRIGHT
__RCSID __SCCSID macros
167
#undef
__COPYRIGHT
179
#define
__COPYRIGHT
(x) __IDSTRING(copyright,x)
[
all
...]
Completed in 538 milliseconds