HomeSort by: relevance | last modified time | path
    Searched defs:PUBLIC (Results 1 - 14 of 14) sorted by relevancy

  /src/sbin/efi/
defs.h 33 #define PUBLIC
  /src/external/bsd/libpcap/dist/msdos/
pkt_rx0.asm 9 PUBLIC _pktDrop, _pktRxBuf, _pktTxBuf, _pktTemp
10 PUBLIC _rxOutOfs, _rxInOfs, _PktReceiver, _pktRxEnd
22 _TEXT SEGMENT PUBLIC DWORD USE16 'CODE'
24 _DATA SEGMENT PUBLIC DWORD USE16 'CODE'
32 _TEXT SEGMENT PUBLIC DWORD 'CODE'
34 _DATA SEGMENT PUBLIC DWORD 'DATA'
pktdrvr.h 4 #define PUBLIC
  /src/usr.bin/tip/
tip.h 120 #define PUBLIC 1 /* public access rights */
  /src/usr.bin/mail/
def.h 80 #define PUBLIC /* make it easy to find the entry points */
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 113 #define PUBLIC 366
ldgram.c 249 #define PUBLIC 366
2108 "NEWLINE","ENDWORD","ORDER","NAMEWORD","ASSERT_K","LOG2CEIL","FORMAT","PUBLIC",
2162 "mri_script_command : PUBLIC NAME '=' exp",
2163 "mri_script_command : PUBLIC NAME ',' exp",
2164 "mri_script_command : PUBLIC NAME exp",
ldlex.c 1377 it under the terms of the GNU General Public License as published by
1384 GNU General Public License for more details.
1386 You should have received a copy of the GNU General Public License
2589 { RTOKEN(PUBLIC); }
2674 { RTOKEN(PUBLIC); }
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 9 it under the terms of the GNU General Public License as published by
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
28 Bison output files to be licensed under the GNU General Public
166 PUBLIC = 367, /* PUBLIC */
311 #define PUBLIC 367
ldlex.c 1377 it under the terms of the GNU General Public License as published by
1384 GNU General Public License for more details.
1386 You should have received a copy of the GNU General Public License
2589 { RTOKEN(PUBLIC); }
2674 { RTOKEN(PUBLIC); }
ldgram.c 9 it under the terms of the GNU General Public License as published by
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
28 Bison output files to be licensed under the GNU General Public
267 PUBLIC = 367, /* PUBLIC */
412 #define PUBLIC 367
624 YYSYMBOL_PUBLIC = 128, /* PUBLIC */
1275 "PUBLIC", "DEFSYMEND", "BASE", "ALIAS", "TRUNCATE", "REL",
2654 case 21: /* mri_script_command: PUBLIC NAME '=' exp *
    [all...]
  /src/sys/dev/ic/
athnvar.h 27 #define PUBLIC
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 10 it under the terms of the GNU General Public License as published by
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
547 public. */
548 PUBLIC = 0,
687 /* True if this field is 'public'. */
689 { return m_accessibility == accessibility::PUBLIC; }
2245 public:
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 11 it under the terms of the GNU General Public License as published by
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
553 public. */
554 PUBLIC = 0,
693 /* True if this field is 'public'. */
695 { return m_accessibility == accessibility::PUBLIC; }
2251 public:

Completed in 44 milliseconds