Searched refs:filedata (Results 1 – 1 of 1) sorted by relevance
108 #define filedata bb_common_bufsiz1 macro113 int n = open_read_close(name, filedata, COMMON_BUFSIZE - 1); in read_file()115 filedata[0] = '\0'; in read_file()117 filedata[n] = '\0'; in read_file()118 if (n != 0 && filedata[n - 1] == '\n') in read_file()119 filedata[--n] = '\0'; in read_file()151 printf("%s\t\t%s\t", name, filedata); in show_bridge()155 if (LONE_CHAR(filedata, '0')) in show_bridge()156 strcpy(filedata, "no"); in show_bridge()158 if (LONE_CHAR(filedata, '1')) in show_bridge()[all …]