Searched refs:IDENT (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtident.c27 #define IDENT 01 macro
57 i |= IDENT;
64 i &= IDENT;
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexgram.y50 %token IDENT
107 %type <strval> SETNAME FCNNAME IDENT VALSTR REGEXP
173 | HELP IDENT NL { help_on_topic($2); }
285 | CREATE FCNNAME IDENT NL { fcn($2, $3); }
289 | SOURCE IDENT NL { source_file($2); }
348 spec : IDENT { $$ = spec($1, SPEC_EXACT); }
H A Dprexlex.l105 {ID} { yylval.strval = strdup(yytext); return IDENT; }
/illumos-gate/usr/src/tools/cscope-fast/
H A Dconstants.h107 #define IDENT 1 macro
H A Dcrossref.c126 (token == IDENT ||
235 if ((type = symbol[symput].type) != IDENT) {
H A Dscanner.l448 token = IDENT;
495 token = IDENT;
503 ident: token = IDENT;
965 case IDENT:
/illumos-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py153 IDENT = re.compile(r'(%s)' % '|'.join(idents)) variable
180 if lenient and line.startswith("#pragma ident") and IDENT.search(line):
227 not IDENT.search(line)):
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h129 * IDENT: Determine if two stat() structures represent identical files.
134 #define IDENT(a, b) ((a.st_ino == b.st_ino && a.st_dev == b.st_dev) ? 1 : 0) macro
H A Dcpio.c3665 if (!Aspec && IDENT(SrcSt, ArchSt))
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm.h50 #define IDENT(x) .ident x macro
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c74 #define IDENT "DNET 21x4x" macro
299 IDENT, /* short description */
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c125 #define IDENT "PCI Crypto Accelerator" macro
144 IDENT, /* drv_linkinfo */

Completed in 92 milliseconds