Searched refs:TABFILE (Results 1 – 2 of 2) sorted by relevance
58 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()
32 #define TABFILE "/etc/xtab" /* where the table is kept */ macro