HomeSort by: relevance | last modified time | path
    Searched defs:__STRING (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
attrs.h 84 /* define __STRING if it's not yet defined */
85 #ifndef __STRING
87 #define __STRING(x) #x
89 #define __STRING(x) "x"
91 #endif /* not __STRING */
  /src/external/bsd/libfido2/dist/openbsd-compat/
types.h 54 #ifndef __STRING
55 #define __STRING(x) #x
60 __asm__(".section .gnu.warning." __STRING(sym) \
  /src/external/bsd/libbind/dist/port/aix32/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/aix4/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
87 #define __STRING(x) #x
103 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/aix5/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
87 #define __STRING(x) #x
107 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/cygwin/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/hpux/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/hpux10/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/hpux9/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/irix/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/lynxos/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
86 #define __STRING(x) #x
102 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/mpe/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/next/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/qnx/include/sys/
cdefs.h 61 * strings produced by the __STRING macro, but this only works with ANSI C.
66 #define __STRING(x) #x
82 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/sco42/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/solaris/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/sunos/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/unixware20/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/external/bsd/libbind/dist/port/unixware212/include/sys/
cdefs.h 79 * strings produced by the __STRING macro, but this only works with ANSI C.
84 #define __STRING(x) #x
100 #define __STRING(x) "x"
  /src/sys/arch/amd64/include/
asm.h 57 # define __STRING(x) #x
60 # define __STRING(x) "x"
  /src/sys/arch/or1k/include/
asm.h 42 #define __STRING(x) #x
  /src/sys/arch/sparc/include/
asm.h 211 #define __STRING(x) #x
214 .stabs __STRING(_ ## sym) ## ,1,0,0,0
216 #define __STRING(x) "x"
219 .stabs __STRING(_/**/sym),1,0,0,0
  /src/external/bsd/blocklist/port/
port.h 46 #ifndef __STRING
47 #define __STRING(x) #x
  /src/external/bsd/libbind/dist/port/aux3/include/sys/
cdefs.h 66 * strings produced by the __STRING macro, but this only works with ANSI C.
71 #define __STRING(x) #x
87 #define __STRING(x) "x"
  /src/sys/arch/i386/include/
asm.h 79 # define __STRING(x) #x
82 # define __STRING(x) "x"

Completed in 74 milliseconds

1 2