HomeSort by: relevance | last modified time | path
    Searched defs:three_char_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-rt-st.c 98 struct three_char_t { struct
293 * OUT struct three_char_t *three_char -- structure to be filled
299 struct three_char_t *three_char,
462 * IN struct three_char_t three_char
464 struct three_char_t print_three_chars (struct three_char_t three_char)
467 printf("Contents of three_char_t: \n\n");
561 struct three_char_t *three_char;
588 three_char = (struct three_char_t *)malloc(sizeof(struct three_char_t));
    [all...]
call-ar-st.c 118 struct three_char_t { struct
404 * OUT struct three_char_t *three_char -- structure to be filled
409 void init_three_chars (struct three_char_t *three_char, char init_val1, char init_val2, char init_val3)
472 struct three_char_t *three_char,
593 * IN struct three_char_t three_char
595 void print_three_chars (struct three_char_t three_char)
598 printf("Contents of three_char_t: \n\n");
686 struct three_char_t three_char,
733 struct three_char_t three_char,
907 static struct three_char_t *three_char
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-rt-st.c 98 struct three_char_t { struct
293 * OUT struct three_char_t *three_char -- structure to be filled
299 struct three_char_t *three_char,
462 * IN struct three_char_t three_char
464 struct three_char_t print_three_chars (struct three_char_t three_char)
467 printf("Contents of three_char_t: \n\n");
561 struct three_char_t *three_char;
588 three_char = (struct three_char_t *)malloc(sizeof(struct three_char_t));
    [all...]
call-ar-st.c 118 struct three_char_t { struct
404 * OUT struct three_char_t *three_char -- structure to be filled
409 void init_three_chars (struct three_char_t *three_char, char init_val1, char init_val2, char init_val3)
472 struct three_char_t *three_char,
593 * IN struct three_char_t three_char
595 void print_three_chars (struct three_char_t three_char)
598 printf("Contents of three_char_t: \n\n");
686 struct three_char_t three_char,
733 struct three_char_t three_char,
907 static struct three_char_t *three_char
    [all...]

Completed in 28 milliseconds