ftell 148 lib/common/io.c start = ftell(file_strm); ftell 150 lib/common/io.c length = ftell(file_strm); ftell 154 lib/common/io.c CRM_ASSERT(start == ftell(file_strm)); ftell 409 lib/common/io.c length = ftell(fp); ftell 1149 lib/services/services.c start = ftell(file_strm); ftell 1151 lib/services/services.c length = ftell(file_strm); ftell 1155 lib/services/services.c CRM_ASSERT(start == ftell(file_strm)); ftell 381 tools/crm_node.c start = ftell(input); ftell 383 tools/crm_node.c if (UUID_LEN != ftell(input)) { ftell 389 tools/crm_node.c if (start != ftell(input)) { ftell 390 tools/crm_node.c fprintf(stderr, "fseek not behaving: %ld vs. %ld\n", start, ftell(input)); ftell 120 tools/crm_uuid.c start = ftell(input); ftell 122 tools/crm_uuid.c if (UUID_LEN != ftell(input)) { ftell 129 tools/crm_uuid.c if (start != ftell(input)) { ftell 130 tools/crm_uuid.c fprintf(stderr, "fseek not behaving: %ld vs. %ld\n", start, ftell(input));