Searched refs:db_p (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | getcap.c | 223 char *r_end, *rp = NULL, **db_p; /* pacify gcc */ in getent() local 245 db_p = db_array; in getent() 263 for (db_p = db_array; *db_p != NULL; db_p++) { in getent() 280 (void)snprintf(pbuf, sizeof(pbuf), "%s.db", *db_p); in getent() 307 fd = open(*db_p, O_RDONLY, 0); in getent() 503 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1, in getent()
|
/netbsd-src/lib/libc/gen/ |
H A D | getcap.c | 259 const char * const *db_p; in getent() local 289 db_p = db_array; in getent() 307 for (db_p = db_array; *db_p != NULL; db_p++) { in getent() 324 (void)snprintf(pbuf, sizeof(pbuf), "%s.db", *db_p); in getent() 355 fd = open(*db_p, O_RDONLY | O_CLOEXEC, 0); in getent() 553 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1, in getent()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-into-ssa.cc | 462 def_blocks *db_p = &info->def_blocks; in get_def_blocks_for() local 463 if (!db_p->def_blocks) in get_def_blocks_for() 465 db_p->def_blocks = BITMAP_ALLOC (&update_ssa_obstack); in get_def_blocks_for() 466 db_p->phi_blocks = BITMAP_ALLOC (&update_ssa_obstack); in get_def_blocks_for() 467 db_p->livein_blocks = BITMAP_ALLOC (&update_ssa_obstack); in get_def_blocks_for() 470 return db_p; in get_def_blocks_for() 480 def_blocks *db_p; in set_def_block() local 484 db_p = get_def_blocks_for (info); in set_def_block() 487 bitmap_set_bit (db_p->def_blocks, bb->index); in set_def_block() 489 bitmap_set_bit (db_p->phi_blocks, bb->index); in set_def_block() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-into-ssa.c | 461 def_blocks *db_p = &info->def_blocks; in get_def_blocks_for() local 462 if (!db_p->def_blocks) in get_def_blocks_for() 464 db_p->def_blocks = BITMAP_ALLOC (&update_ssa_obstack); in get_def_blocks_for() 465 db_p->phi_blocks = BITMAP_ALLOC (&update_ssa_obstack); in get_def_blocks_for() 466 db_p->livein_blocks = BITMAP_ALLOC (&update_ssa_obstack); in get_def_blocks_for() 469 return db_p; in get_def_blocks_for() 479 def_blocks *db_p; in set_def_block() local 483 db_p = get_def_blocks_for (info); in set_def_block() 486 bitmap_set_bit (db_p->def_blocks, bb->index); in set_def_block() 488 bitmap_set_bit (db_p->phi_blocks, bb->index); in set_def_block() [all …]
|