/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.h | 77 #define PROTO 0 macro 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) 86 #define RES1t (PROTO+9) [all …]
|
H A D | ppfsm.c | 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, }, 101 { PROTO, { 'L' }, LIT, }, 102 { PROTO, { 'd', 'e', 'f', 'i' }, RES1, }, 103 { PROTO, { 'r', 's', 't', 'v' }, RES1, }, 104 { PROTO, { 'w', 'N' }, RES1, }, 105 { PROTO, { '"', '\'' }, S_LITBEG, }, [all …]
|
H A D | ppproto.c | 620 state = PROTO; in lex()
|
H A D | Mamfile | 479 exec - 1,/^#define PROTO/-d
|
/illumos-gate/usr/src/test/elf-tests/tests/relocs/amd64/gotpcrelx/ |
H A D | rex_gotpcrelx.sh | 33 if [[ -n $PROTO ]]; then 34 export LD_ALTEXEC=$PROTO/bin/ld 43 $PROTO/bin/elfdump -rN.rela.text rex_gotpcrel.o | \
|
H A D | gotpcrelx.sh | 33 if [[ -n $PROTO ]]; then 34 export LD_ALTEXEC=$PROTO/bin/ld 43 $PROTO/bin/elfdump -rN.rela.text gotpcrel.o | \
|
/illumos-gate/usr/src/test/elf-tests/tests/relocs/i386/got32x/ |
H A D | got32x.sh | 33 if [[ -n $PROTO ]]; then 34 export LD_ALTEXEC=$PROTO/bin/ld 43 $PROTO/bin/elfdump -rN.rel.text got32x.o | \
|
/illumos-gate/usr/src/cmd/svc/servinfo/ |
H A D | servinfo.c | 60 #define PROTO 0x4 macro 176 } else if (options & PROTO) { in svc_getrpcinfo() 202 if (options & (PROTO | PORT)) in svc_getrpcinfo() 237 options = PROTO; in main() 279 } else if (options & PROTO) in main()
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | client.c | 2095 #define PROTO(p, f, in) { \ macro 2158 PROTO(REP_PROTOCOL_ENTITY_SETUP, entity_setup, 2164 PROTO(REP_PROTOCOL_ENTITY_GET_CHILD, entity_get_child, 2166 PROTO(REP_PROTOCOL_ENTITY_GET_PARENT, entity_get_parent, 2168 PROTO(REP_PROTOCOL_ENTITY_GET, entity_get, 2170 PROTO(REP_PROTOCOL_ENTITY_UPDATE, entity_update, 2172 PROTO(REP_PROTOCOL_ENTITY_CREATE_CHILD, entity_create_child, 2174 PROTO(REP_PROTOCOL_ENTITY_CREATE_PG, entity_create_pg, 2176 PROTO(REP_PROTOCOL_ENTITY_DELETE, entity_delete, 2178 PROTO(REP_PROTOCOL_ENTITY_RESET, entity_reset, [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 252 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \ argument 253 (TMP = getservbyname (NAME, PROTO), (SP) = TMP, (ERR) = (SP) ? 0 : -1) 254 #define GET_SERV_BY_PORT(PORT, PROTO, SP, ERR, TMP) \ argument 255 (TMP = getservbyport (PORT, PROTO), (SP) = TMP, (ERR) = (SP) ? 0 : -1) 262 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \ argument 266 (SP) = (getservbyname_r((NAME), (PROTO), &TMP.ent, \ 273 #define GET_SERV_BY_PORT(PORT, PROTO, SP, ERR, TMP) \ argument 277 (SP) = (getservbyport_r((PORT), (PROTO), &TMP.ent, \ 290 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \ argument 292 (SP) = getservbyname_r((NAME), (PROTO), &TMP.ent, \ [all …]
|
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/ |
H A D | strip-all-sections.sh | 33 if [[ -n $PROTO ]]; then 34 export LD_ALTEXEC=$PROTO/bin/ld
|
H A D | strip-one-section.sh | 35 if [[ -n $PROTO ]]; then 36 export LD_ALTEXEC=$PROTO/bin/ld
|
H A D | strip-two-sections.sh | 35 if [[ -n $PROTO ]]; then 36 export LD_ALTEXEC=$PROTO/bin/ld
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecalgs | 31 # PROTO|protocol-id|protocol-name|exec-mode 34 PROTO|2|PROTO_IPSEC_AH|sync 35 PROTO|3|PROTO_IPSEC_ESP|sync
|
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/ |
H A D | no-relobj-group-merge.sh | 35 if [[ -n $PROTO ]]; then 36 export LD_ALTEXEC=$PROTO/bin/ld
|
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/parser/ |
H A D | test-parser.sh | 33 if [[ -n $PROTO ]]; then 34 export LD_ALTEXEC=$PROTO/bin/ld
|
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/ |
H A D | test-assert.sh | 33 if [[ -n $PROTO ]]; then 34 export LD_ALTEXEC=$PROTO/bin/ld
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.h | 98 #define PROTO "/etc/cron.d/.proto" macro
|
H A D | at.c | 379 sprintf(pname, "%s", PROTO); in main() 380 sprintf(pname1, "%s.%c", PROTO, 'a'+jobtype); in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 269 $(PROTO) -p $(PROTOFLAGS) $(tmp).1 $(PROTOINSTALL) > $(tmp).3 286 win32.*)$(PROTO) -p $(PROTOFLAGS) $(*:O=1) $(PROTOINSTALL) > 1.$(tmp).x 293 $(PROTO) -p $(PROTOFLAGS) $(*:O=1) $(PROTOINSTALL) > 1.$(tmp).x 388 PAXFILTER = ;*.[ch];$(PROTO) $(PROTOFLAGS) -c "" -p
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 1215 0017 PROTO-3 PCI Prototyping board
|