Home
last modified time | relevance | path

Searched refs:TABFILE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c58 if (access(TABFILE, F_OK) < 0) { in setexportent()
59 fd = open(TABFILE, O_CREAT, 0644); in setexportent()
62 if (access(TABFILE, W_OK) == 0) { in setexportent()
63 f = fopen(TABFILE, "r+"); in setexportent()
65 f = fopen(TABFILE, "r"); in setexportent()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dexportent.h32 #define TABFILE "/etc/xtab" /* where the table is kept */ macro