Lines Matching defs:prefix
615 char *prefix;
623 /* can have a valid handle but a null prefix */
627 p_info[pindex].prefix = *handle_libusb_prefix;
629 p_info[pindex].prefix = NULL;
632 prefix = p_info[pindex].prefix;
633 if (prefix != NULL) {
635 "load_plugin_syms():prefix is %s\n", prefix);
643 "could not alloc space for prefix\n");
646 wusb_symbol(&symbol, sym_len, prefix, sym_names[sym_idx]);
661 wusb_symbol(char **init_str, int len, char *prefix, char *func_name)
663 if (prefix != NULL) {
664 (void) snprintf(*init_str, len, "%s", prefix);