Home
last modified time | relevance | path

Searched refs:FCN (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dprint.h50 #define FCN 7 /* print fcntl code */ macro
H A Dsystable.c285 {"fcntl", 4, DEC, NOV, DEC, FCN, HEX, HEX}, /* 62 */
600 {"fcntl", 3, DEC, NOV, DEC, FCN, HEX}, /* 0: default */
601 {"fcntl", 2, DEC, NOV, DEC, FCN}, /* 1: no arg */
602 {"fcntl", 3, DEC, NOV, DEC, FCN, FFG}, /* 2: F_SETFL */
603 {"fcntl", 3, DEC, NOV, DEC, FCN, FFD}, /* 3: F_SETFD */
604 {"fcntl", 4, DEC, NOV, DEC, FCN, DEC, FFD}, /* 4: F_DUP3FD */
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h164 #define FCN 040 /* this is a function name */ macro
276 #define isfcn(n) ((n)->tval & FCN)
H A Dparse.c294 v->tval = FCN; in defn()
H A Dawk.g.y488 p->tval |= FCN;