Searched refs:in_type (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/dcerpc-61/dcerpc/demos/echo_union/
H A Dechou_client.c81 long int in_type = -1; local
106 in_type = 1;
111 in_type = 2;
116 in_type = 3;
156 ok = ReplyBack(echo_server, in_type, in_value, &out_value, &status);
170 else if (in_type == 1)
174 else if (in_type == 2)
178 else if (in_type == 3)
H A Dechou_server.c165 ReplyBack(h, in_type, in_value, out_value, status)
167 idl_long_int in_type;
194 else if (in_type == 1)
199 else if (in_type == 2)
204 else if (in_type == 3)
/macosx-10.10/MITKerberosShim-66/PrivateKerberos/
H A Dkim_ui_plugin.h105 kim_prompt_type in_type,
H A Dkim_ccache.h425 * \a in_type and \a in_name. Must be freed with kim_ccache_free().
426 * \param in_type a ccache type string.
434 kim_string in_type,
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dfiles.c257 char in_type[PATH_MAX]; /* Filetype part of in_filespec */
267 in_type[0] = '\0';
287 if (!FILE_parse(in_filespec, in_dir, sizeof (in_dir), in_name, sizeof(in_name), in_type, sizeof(in_type)))
313 /* Apply first valid of in_type, type, rel_type. Note that rel_type is
316 if (in_type[0] != '\0')
317 res_type = in_type;
253 char in_type[PATH_MAX]; /* Filetype part of in_filespec */ local
/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c510 u_int32_t generator_known, in_tests, in_tries, in_type, in_size; local
564 in_type = strtoul(cp, &cp, 10);
587 switch (in_type) {
589 debug2("%10u: (%u) Sophie-Germain", count_in, in_type);
606 debug2("%10u: (%u)", count_in, in_type);
/macosx-10.10/file-46/file/src/
H A Dprint.c61 (m->in_type < file_nnames) ?
62 file_names[m->in_type] : "*bad*");
H A Dapprentice.c1193 m->in_type = FILE_LONG;
1202 m->in_type = FILE_LELONG;
1205 m->in_type = FILE_BELONG;
1208 m->in_type = FILE_MELONG;
1212 m->in_type = FILE_LESHORT;
1216 m->in_type = FILE_BESHORT;
1222 m->in_type = FILE_BYTE;
1227 m->in_type = FILE_LEDOUBLE;
1232 m->in_type = FILE_BEDOUBLE;
1235 m->in_type
[all...]
H A Dfile.h150 uint8_t in_type; /* type of indirection */ member in struct:magic
H A Dsoftmagic.c1049 switch (m->in_type) {
1081 switch (m->in_type) {
1506 switch (m->in_type) {
/macosx-10.10/Security-57031.1.35/Security/regressions/inc/IPC/
H A DRun3.pm440 my $in_type = _type $stdin;
448 my $in_fh = _spool_data_to_child $in_type, $stdin,
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/t/IPC/
H A DRun3.pm440 my $in_type = _type $stdin;
448 my $in_fh = _spool_data_to_child $in_type, $stdin,
/macosx-10.10/ruby-106/ruby/
H A Dregparse.c4514 enum CCVALTYPE val_type, in_type; local
4551 in_type = CCV_CODE_POINT;
4559 in_type = CCV_SB;
4609 in_type = CCV_CODE_POINT;
4615 in_type = CCV_SB;
4630 in_type = (len == 1 ? CCV_SB : CCV_CODE_POINT);
4632 r = next_state_val(cc, &vs, v, &val_israw, in_israw, in_type, &val_type,

Completed in 148 milliseconds