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

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_main.c42 int32_t l_flag = 0; variable
162 l_flag++;
245 l_flag++;
246 } else if ((optind == argc) && !l_flag) {
313 /* l_flag is mutually exclusive of these flags */
314 if (l_flag && (D_flag + e_flag + H_flag + p_flag + U_flag +
H A Drmf_menu.c48 extern int32_t l_flag;
127 if (l_flag && !dev_name) {
291 if (l_flag) {
/illumos-gate/usr/src/cmd/ptools/psecflags/
H A Dpsecflags.c137 boolean_t l_flag = B_FALSE; local
182 l_flag = B_TRUE;
193 if (l_flag && ((idtypename != NULL) || s_flag || (argc != 0)))
199 if (!l_flag && argc <= 0)
216 if (l_flag) {
/illumos-gate/usr/src/cmd/modload/
H A Dupdate_drv.c92 int l_flag = 0; /* -l option */ local
144 l_flag++;
204 if (l_flag) {
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c126 l_flag = 0, /* produce long listing of output */ variable
285 case 'l': l_flag = 1;
1081 if (!l_flag)
1086 if (!l_flag)

Completed in 60 milliseconds