Home | History | Annotate | Download | only in OS400

Lines Matching defs:in

10  * This software is licensed as described in the file COPYING, which
58 #include <netinet/in.h>
184 /* Get the buffer for the given local key in the current thread, and
213 /* Define the buffer system, get the buffer for the given local key in
670 /* No need to convert code: text results are already in ASCII. */
753 /* Convert `buf' in place, from EBCDIC to ASCII.
784 gss_buffer_desc in;
789 memcpy((char *) &in, (char *) in_name, sizeof in);
790 i = in.length;
792 if(!(in.value = malloc(i + 1))) {
799 QadrtConvertA2E(in.value, in_name->value, i, i);
800 ((char *) in.value)[i] = '\0';
801 rc = gss_import_name(minor_status, &in, in_name_type, out_name);
802 free(in.value);
848 gss_buffer_desc in;
851 in.value = NULL;
857 if(!(in.value = malloc(i + 1))) {
864 QadrtConvertA2E(in.value, input_token->value, i, i);
865 ((char *) in.value)[i] = '\0';
866 in.length = i;
867 inp = &in;
874 free(in.value);
1089 /* Result data are binary in nature, so they haven't been