Searched refs:next_item (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_l.l | 35 int next_item(int); 168 \{ {( push_proto(); return next_item('{'); }); 169 \} {( pop_proto(); return next_item('}'); }); 170 ; {( return next_item(';'); }); 171 [0-9]+ {( return next_item(IL_NUMBER); }); 172 [0-9a-fA-F] {( return next_item(IL_HEXDIGIT); }); 173 : {( return next_item(IL_COLON); }); 174 #[^\n]* {( return next_item(IL_COMMENT); }); 175 [^( \{\}\n\t;:{}]* { return next_item(IL_TOKEN); }); 176 \"[^\"]*\" {( return next_item(IL_TOKEN); }); [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_drop_mgr.c | 174 cl_list_item_t *item, *next_item; in drop_mgr_remove_port() local 221 next_item = cl_qlist_head(&sm->p_subn->alias_guid_list); in drop_mgr_remove_port() 222 while (next_item != cl_qlist_end(&sm->p_subn->alias_guid_list)) { in drop_mgr_remove_port() 223 item = next_item; in drop_mgr_remove_port() 224 next_item = cl_qlist_next(item); in drop_mgr_remove_port()
|
H A D | osm_perfmgr_db.c | 75 cl_map_item_t *item, *next_item; in perfmgr_db_destroy() local 80 next_item = cl_qmap_next(item); in perfmgr_db_destroy() 82 item = next_item; in perfmgr_db_destroy()
|
/freebsd/contrib/dialog/ |
H A D | buildlist.c | 253 next_item(ALL_DATA * all, int choice, int selected) in next_item() function 835 if ((new_choice = next_item(&all, cur_item, which)) == cur_item) { in dlg_buildlist() 975 i = next_item(&all, in dlg_buildlist() 979 i = next_item(&all, in dlg_buildlist() 984 next_item(&all, in dlg_buildlist() 1004 i = next_item(&all, cur_item, which); in dlg_buildlist() 1028 next_item(&all, moi->top_index, which), in dlg_buildlist() 1048 next_item(&all, moi->top_index, which), in dlg_buildlist() 1053 next_item(&all, moi->top_index, which), in dlg_buildlist()
|
/freebsd/usr.sbin/nscd/ |
H A D | cachelib.c | 291 struct cache_policy_item_ *item, *next_item; in clear_cache_entry() local 313 next_item = NULL; in clear_cache_entry() 316 next_item = policy->get_next_item_func(policy, in clear_cache_entry() 320 item = next_item; in clear_cache_entry() 377 struct cache_policy_item_ *item, *next_item, *connected_item; in flush_cache_policy() local 384 next_item = NULL; in flush_cache_policy() 387 next_item = policy->get_next_item_func(policy, item); in flush_cache_policy() 417 item = next_item; in flush_cache_policy()
|
/freebsd/crypto/openssl/apps/include/ |
H A D | apps.h | 130 char *next_item(char *opt); /* in list separated by comma and/or space */
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 752 *filenames = next_item(file); in write_PKIMESSAGE() 776 *filenames = next_item(file); in read_PKIMESSAGE() 902 next = next_item(names); in set_gennames() 1715 char *next = next_item(opt_policy_oids); in setup_request_ctx()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 638 char *next_item(char *opt) /* in list separated by comma and/or space */ in next_item() function 729 char *next = next_item(files); in STACK_OF() 779 char *next = next_item(input); in load_certstore()
|