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

/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzip.c45 #define FN_OBJ 1 /* Filename: relocatable */ macro
115 kgzcmp(&kh, fn[FN_SRC], fn[FN_OBJ]);
118 kgzld(&kh, fn[FN_OBJ], fn[FN_KGZ]);
153 if (i == FN_OBJ && !cflag) {
165 strcpy(fn[i] + n, i == FN_OBJ ? SFX_OBJ : SFX_KGZ);

Completed in 117 milliseconds