Searched refs:opt_header (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Ddriver.c247 if (cmd_opt[opt_header])
250 message_print(NIDL_INCLCREATE, (char *)cmd_val[opt_header]);
253 CALL(FILE_create((char *)cmd_val[opt_header], h_fid));
581 if (cmd_val[opt_header] != NULL)
583 FILE_parse((char *)cmd_val[opt_header], NULL, 0, filename, sizeof (filename), filetype, sizeof (filetype));
588 saved_header = (char *)cmd_val[opt_header];
592 cmd_val[opt_header] = (void *)filename;
597 cmd_val[opt_header] = (void *)saved_header;
H A Dcommand.h156 #define opt_header 14 /* (char *) Header file name */ macro
H A Dmtsbacke.c377 (char *)cmd_val[opt_header], cmd_opt, cmd_val, dd_vip);
383 BE_gen_sstub (sstub_fid, int_p, lang_c_k, (char *)cmd_val[opt_header],
H A Dcommand.c242 {"no_header", DENYARG|HIDARG, FD(cmd_opt[opt_header])},
719 cmd_opt[opt_header] = TRUE;
1070 cmd_opt[opt_header] = FALSE;
1175 cmd_val[opt_header] = (void *)alloc_and_copy(header_file);
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcapng.c437 struct pcapng_option_header *opt_header; local
454 opt_header = (struct pcapng_option_header *)(block_option_ptr + block->pcapng_options_len);
457 opt_header -= 1;
458 opt_header->option_code = code;
459 opt_header->option_length = value_len;
461 buffer = (u_char *)(opt_header + 1);
475 opt_header = (struct pcapng_option_header *)(block_option_ptr + block->pcapng_options_len);
476 opt_header -= 1;
477 opt_header->option_code = PCAPNG_OPT_ENDOFOPT;
478 opt_header
[all...]

Completed in 236 milliseconds