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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_owner.c140 print_item(struct ip6t_owner_info *info, u_int8_t flag, int numeric, char *label) function
208 print_item(info, IP6T_OWNER_UID, numeric, "OWNER UID match ");
209 print_item(info, IP6T_OWNER_GID, numeric, "OWNER GID match ");
210 print_item(info, IP6T_OWNER_PID, numeric, "OWNER PID match ");
211 print_item(info, IP6T_OWNER_SID, numeric, "OWNER SID match ");
213 print_item(info, IP6T_OWNER_COMM, numeric, "OWNER CMD match ");
223 print_item(info, IP6T_OWNER_UID, 0, "--uid-owner ");
224 print_item(info, IP6T_OWNER_GID, 0, "--gid-owner ");
225 print_item(info, IP6T_OWNER_PID, 0, "--pid-owner ");
226 print_item(inf
[all...]
H A Dlibipt_owner.c141 print_item(struct ipt_owner_info *info, u_int8_t flag, int numeric, char *label) function
209 print_item(info, IPT_OWNER_UID, numeric, "OWNER UID match ");
210 print_item(info, IPT_OWNER_GID, numeric, "OWNER GID match ");
211 print_item(info, IPT_OWNER_PID, numeric, "OWNER PID match ");
212 print_item(info, IPT_OWNER_SID, numeric, "OWNER SID match ");
214 print_item(info, IPT_OWNER_COMM, numeric, "OWNER CMD match ");
224 print_item(info, IPT_OWNER_UID, 0, "--uid-owner ");
225 print_item(info, IPT_OWNER_GID, 0, "--gid-owner ");
226 print_item(info, IPT_OWNER_PID, 0, "--pid-owner ");
227 print_item(inf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dchecklist.c31 static void print_item(WINDOW * win, const char *item, int status, int choice, function
190 print_item(list, items[(scroll + i) * 3 + 1],
220 print_item(list, items[scroll * 3 + 1],
227 print_item(list, items[scroll * 3 + 1], status[scroll], 0, TRUE);
244 print_item(list, items[(scroll + max_choice - 1) * 3 + 1],
252 print_item(list, items[(scroll + max_choice - 1) * 3 + 1],
267 print_item(list, items[(scroll + choice) * 3 + 1],
271 print_item(list, items[(scroll + choice) * 3 + 1],
305 print_item(list, items[(scroll + i) * 3 + 1],
H A Dmenubox.c101 #define print_item(index, choice, selected) \ macro
261 print_item(first_item + i, i, i == choice);
300 print_item(scroll + choice, choice, FALSE);
307 print_item(scroll, 0, FALSE);
312 print_item(scroll+choice, choice, FALSE);
319 print_item(scroll+max_choice - 1,
329 print_item(scroll, 0, FALSE);
340 print_item(scroll+max_choice-1,
350 print_item(scroll + choice, choice, TRUE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dchecklist.c32 print_item (WINDOW * win, const char *item, int status, function
211 print_item (list, items[scroll + i]->name,
241 print_item (list, items[scroll]->name,
248 print_item (list, items[scroll]->name,
267 print_item (list, items[scroll + max_choice - 1]->name,
275 print_item (list, items[scroll + max_choice - 1]->name,
291 print_item (list, items[scroll + choice]->name,
295 print_item (list, items[scroll + choice]->name,
334 print_item (list, items[scroll + i]->name,
H A Dmenubox.c67 print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey) function
263 print_item (menu, items[first_item + i]->name, i, i == choice,
302 print_item (menu, items[scroll + choice]->name, choice, FALSE,
314 print_item (menu, items[scroll]->name, 0, FALSE,
321 print_item (menu, items[scroll + choice]->name, choice, FALSE,
334 print_item (menu, items[scroll + max_choice - 1]->name,
346 print_item (menu, items[scroll]->name, 0, FALSE,
362 print_item (menu, items[scroll + max_choice - 1]->name,
374 print_item (menu, items[scroll + choice]->name, choice, TRUE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) function
189 print_item(list, i, i == choice);
220 print_item(list, 0, FALSE);
227 print_item(list, 0, TRUE);
245 print_item(list,
254 print_item(list, max_choice - 1, TRUE);
269 print_item(list, choice, FALSE);
273 print_item(list, choice, TRUE);
H A Dmenubox.c102 #define print_item(index, choice, selected) \ macro
268 print_item(first_item + i, i, i == choice);
309 print_item(scroll + choice, choice, FALSE);
316 print_item(scroll, 0, FALSE);
321 print_item(scroll+choice, choice, FALSE);
328 print_item(scroll+max_choice - 1,
338 print_item(scroll, 0, FALSE);
349 print_item(scroll+max_choice-1,
359 print_item(scroll + choice, choice, TRUE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ditem_ops.c107 .print_item = sd_print_item,
198 .print_item = direct_print_item,
341 .print_item = indirect_print_item,
621 .print_item = direntry_print_item,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1451 void (*print_item) (struct item_head *, char *item); member in struct:item_operations
1468 #define op_print_item(ih,item) item_ops[le_ih_k_type (ih)]->print_item (ih, item)

Completed in 80 milliseconds