Searched defs:prefix (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/desktop/os-welcome/files/po/
H A DMakefile24 prefix = /usr macro
26 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
/solaris-userland/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c148 gss_error_msg(apr_pool_t *p, OM_uint32 maj, OM_uint32 min, char *prefix) argument
154 char *err_msg = (char *)apr_pstrdup(p, prefix);
/solaris-userland/components/libusb/wrapper/src/
H A Dwr_libusb.h195 char *prefix; /* libusb_prefix symbol val */ member in struct:plugin_info
H A Dwr_libusb.c615 char *prefix; local
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\
661 wusb_symbol(char **init_str, int len, char *prefix, char *func_name) argument
[all...]
/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c195 * Given a device name of the form <driver-prefix><instance>,
543 * Given a path extract the HCA dev name of the form <dev-prefix><dev-instance>
574 * Check whether a path starts with prefix, and if it does, remove it
575 * from the string. The prefix can also contain one %d scan argument.
578 check_path(char *path, cp_prefix_t prefix, unsigned int *arg) argument
582 switch (prefix) {
630 /* Unkown prefix */

Completed in 25 milliseconds