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

/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh672 f_FLAG=n
871 f ) f_FLAG=y
1349 if [ "$f_FLAG" = "y" ]; then
1353 f_FLAG=n
1358 f_FLAG=n
2091 if [ "$f_FLAG" = "y" -a "$build_ok" = "y" ]; then
2172 if [ "$u_FLAG" = "y" -a "$f_FLAG" = "y" -a "$build_ok" = "y" ]; then
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c111 #define f_FLAG 'f' macro
2146 if (f[f_FLAG] == NULL)
2149 file = fopen(f[f_FLAG], "r");
2151 perror(f[f_FLAG]);
2293 if (f[f_FLAG] == NULL)
2296 fi = fopen(f[f_FLAG], "w");
2298 perror(f[f_FLAG]);
2681 f[f_FLAG] != NULL && f[t_FLAG] != NULL ||
2685 argc == 2 && (f[f_FLAG] != NULL || f[t_FLAG] != NULL)) {
2706 if (f[d_FLAG] != NULL || f[f_FLAG] !
[all...]

Completed in 69 milliseconds