Searched defs:apc_flag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c522 int apc_flag = RC_DEFAULT; variable
716 apc_flag = RC_KEYWORD;
952 apc_flag = RC_POSITIONAL;
1009 if (apc_flag == RC_DEFAULT) apc = 0;
1262 range_check(&apc, "apc", 0, nsect - 1, 0, apc_flag);
1575 if (apc_flag) {
1579 * Have to test for this separately from apc_flag, due to

Completed in 74 milliseconds