HomeSort by relevance Sort by last modified time
    Searched refs:PROTO (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppfsm.h 74 * proto non-terminal states
77 #define PROTO 0
78 #define RES1 (PROTO+1)
79 #define RES1a (PROTO+2)
80 #define RES1e (PROTO+3)
81 #define RES1f (PROTO+4)
82 #define RES1h (PROTO+5)
83 #define RES1l (PROTO+6)
84 #define RES1n (PROTO+7)
85 #define RES1o (PROTO+8
    [all...]
ppfsm.c 25 * preprocessor and proto lexical analyzer fsm
26 * define PROTOMAIN for standalone proto
51 * PROTO proto (ANSI -> K&R,C++,ANSI)
95 /* proto start state */
96 { PROTO, { C_XXX }, S_CHR, },
97 { PROTO, { C_EOF }, S_EOF, },
98 { PROTO, { C_DEC }, BAD1, },
99 { PROTO, { '.' }, DOT, },
100 { PROTO, { C_LET }, NID, }
    [all...]
ppproto.c 28 * define PROTOMAIN for standalone proto
32 static const char id[] = "\n@(#)$Id: proto (AT&T Research) 2008-05-11 $\0\n";
51 #define MAGICGEN "/* : : generated by proto : : */\n"
53 #define MAGICDIR "pragma" /* proto magic directive */
54 #define MAGICARG "prototyped" /* proto magic directive arg */
60 struct proto /* proto buffer state */ struct
94 * proto is separate from pp so these undef's are ok
263 p = strcopy(buf, "proto: ");
266 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)) local
2106 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); local
2127 register struct proto* proto; local
2450 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); local
2549 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); local
    [all...]
  /onnv/onnv-gate/usr/src/tools/scripts/
checkproto.sh 70 PROTO=${WS}/proto/root_${MACH}
85 protolist ${PROTO} > $PLIST
mkbfu.sh 90 usage="Usage: $0 [-f filter] [-z] proto-dir archive-dir"
126 PROTO=$1
131 [ -d $PROTO ] || fail "Proto directory $PROTO does not exist."
133 cd $PROTO
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/
ipsecalgs 31 # PROTO|protocol-id|protocol-name|exec-mode
34 PROTO|2|PROTO_IPSEC_AH|sync
35 PROTO|3|PROTO_IPSEC_ESP|sync
  /onnv/onnv-gate/usr/src/cmd/cron/
cron.h 78 #define PROTO "/etc/cron.d/.proto"
at.c 377 sprintf(pname, "%s", PROTO);
378 sprintf(pname1, "%s.%c", PROTO, 'a'+jobtype);
549 * make job file from proto + stdin
  /onnv/onnv-gate/usr/src/cmd/svc/servinfo/
servinfo.c 31 * to obtain port and proto information for the specified service.
60 #define PROTO 0x4
176 } else if (options & PROTO) {
200 * Print the concatenated output if options is PROTO or PORT.
202 if (options & (PROTO | PORT))
237 options = PROTO;
279 } else if (options & PROTO)
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_filesystem/
Solaris_NFS.h 146 #define PROTO (POSIX + 1)
147 {"Proto", cim_false, string},
149 #define PUBLIC (PROTO + 1)
Solaris_NFS.c 1086 * Proto
1088 propValues[PROTO] = strdup(nfs_mount->nml_proto);
1089 if (propValues[PROTO] == NULL) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
Solaris_NFSMount.h 135 #define PROTO (POSIX + 1)
138 #define PUBLIC (PROTO + 1)
Solaris_NFSMount.c     [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
fake-addrinfo.c 252 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \
253 (TMP = getservbyname (NAME, PROTO), (SP) = TMP, (ERR) = (SP) ? 0 : -1)
254 #define GET_SERV_BY_PORT(PORT, PROTO, SP, ERR, TMP) \
255 (TMP = getservbyport (PORT, PROTO), (SP) = TMP, (ERR) = (SP) ? 0 : -1)
262 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \
266 (SP) = (getservbyname_r((NAME), (PROTO), &TMP.ent, \
273 #define GET_SERV_BY_PORT(PORT, PROTO, SP, ERR, TMP) \
277 (SP) = (getservbyport_r((PORT), (PROTO), &TMP.ent, \
290 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \
292 (SP) = getservbyname_r((NAME), (PROTO), &TMP.ent,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/configd/
client.c     [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/i386/
ppdebug.h 11 "PROTO", PROTO,
  /onnv/onnv-gate/usr/src/lib/libpp/sparc/
ppdebug.h 11 "PROTO", PROTO,
  /onnv/onnv-gate/usr/src/tools/pmodes/
pmodes.c 86 #define PROTO "prototype_"
105 static int proto = 0; variable
145 case 'P': proto = 1; break;
241 else if (!proto && access(name, R_OK) == 0)
254 if (strstr(de->d_name, PROTO) != NULL &&
374 if (strstr(p, PROTO) == NULL)
  /onnv/onnv-gate/usr/src/cmd/hwdata/
pci.ids 429 1028 1f1a PERC H800 Proto Adapter
535 0017 PROTO-3 PCI Prototyping board
    [all...]

Completed in 4980 milliseconds