Searched refs:PREFIX (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/rc/
H A Ddecompile.cpp40 #define PREFIX "R_" macro
154 size_t prefix_len = strlen(PREFIX);
157 if (strncmp(name, PREFIX, prefix_len) == 0)
198 fprintf(sOutputFile, "resource(%s%s_%s) ", PREFIX, code, name);
199 fprintf(sHeaderFile, "\t%s%s_%s = %" B_PRId32 ",\n", PREFIX, code,
202 fprintf(sOutputFile, "resource(%s%" B_PRIu32 "_%s) ", PREFIX,
205 PREFIX, (uint32)type, name, id);

Completed in 31 milliseconds