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

/asus-wl-520gu-7.0.1.45/src/router/500gp/exinstall/usr/gift-nasoc/bin/
H A Dasus_gift.conf6 search_type = everything
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Ddev.c108 char *search_type; member in struct:blkid_struct_dev_iterate
122 iter->search_type = 0;
129 char *search_type, char *search_value)
133 if (!iter || iter->magic != DEV_ITERATE_MAGIC || !search_type ||
136 new_type = malloc(strlen(search_type)+1);
145 strcpy(new_type, search_type);
147 if (iter->search_type)
148 free(iter->search_type);
151 iter->search_type = new_type;
170 if (iter->search_type
128 blkid_dev_set_search(blkid_dev_iterate iter, char *search_type, char *search_value) argument
211 char *search_type = NULL; local
[all...]
H A Dtag.c412 char *search_type = NULL; local
435 search_type = argv[optind++];
453 if (search_type) {
454 found = blkid_dev_has_tag(dev, search_type, search_value);
456 search_type, search_value ? search_value : "NULL",
H A Dblkid.h60 char *search_type, char *search_value);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dblkid.c129 char *search_type = NULL, *search_value = NULL; local
176 if (search_type) {
182 &search_type,
220 if (!search_type) {
229 if ((dev = blkid_find_dev_with_tag(cache, search_type,
242 blkid_dev_set_search(iter, search_type, search_value);
257 if (search_type &&
258 !blkid_dev_has_tag(dev, search_type,
267 if (search_type)
268 free(search_type);
[all...]

Completed in 90 milliseconds