bogus 523 ompi/attribute/attribute.c void *bogus = (void*) 1; bogus 524 ompi/attribute/attribute.c int *p = (int *) &bogus; bogus 32 ompi/debuggers/ompi_debugger_canary.c { struct_name foo; char *bogus = (char*) &foo.field_name; *bogus = 'a'; } bogus 1903 orte/orted/orted_submit.c char bogus[] = "bogus "; bogus 1937 orte/orted/orted_submit.c strcat(line, bogus); bogus 1939 orte/orted/orted_submit.c if (NULL == fgets(line + sizeof(bogus) - 1, bogus 1940 orte/orted/orted_submit.c sizeof(line) - sizeof(bogus) - 1, fp)) { bogus 1969 orte/orted/orted_submit.c for (blank = true, i = sizeof(bogus); i < len; ++i) {