Searched defs:prefix (Results 1 - 5 of 5) sorted by relevance
/solaris-userland/components/desktop/os-welcome/files/po/ |
H A D | Makefile | 24 prefix = /usr macro 26 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
/solaris-userland/components/apache24/mod_auth_gss/ |
H A D | mod_auth_gss.c | 148 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 D | wr_libusb.h | 195 char *prefix; /* libusb_prefix symbol val */ member in struct:plugin_info
|
H A D | wr_libusb.c | 615 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 D | solaris_compatibility.c | 195 * 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