Searched defs:token (Results 1 - 7 of 7) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | libgss_stubs.c | 38 __gss_get_mech_type(gss_OID OID, gss_buffer_t token) { argument 39 return (gssint_get_mech_type(OID, token));
|
H A D | kt_solaris.c | 150 char **tprinc, *ptr, *token, *t_host = NULL, *realm; local 172 token = localname; 178 if ((ptr = strchr(token, '.')) != NULL) 180 for (ptr = token; *ptr; ptr++) 183 token = hostname; 191 t_len = snprintf(NULL, 0, "host/%.*s.%s@%s", HOST_TRUNC, token, domain, 197 (void) snprintf(t_host, t_len, "host/%.*s.%s@%s", HOST_TRUNC, token,
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_5/ |
H A D | demo_module_5.c | 563 * demo_module_5.conf file. The token values represent the persistent filename 568 demo5_load_tokens(const char *token, char *cptr) argument 571 if (strcmp(token, "demo5_file1") == 0) { 573 } else if (strcmp(token, "demo5_file2") == 0) { 575 } else if (strcmp(token, "demo5_file3") == 0) { 577 } else if (strcmp(token, "demo5_file4") == 0) {
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/ |
H A D | me4LoadGroup.c | 116 * Register for thresholds. When a token (say threshold_loadavg1) is 328 * read_load_thresholds: This function is called when a registered token (see 330 * file. The token's values (thresholds) are then stored in some variables. 334 read_load_thresholds(const char *token, char *cptr) argument 337 if (strcmp(token, "threshold_loadavg1") == 0) { 339 } else if (strcmp(token, "threshold_loadavg5") == 0) { 341 } else if (strcmp(token, "threshold_loadavg15") == 0) {
|
/solaris-userland/components/apache24/mod_auth_gss/ |
H A D | mod_auth_gss.c | 395 char *token = NULL; local 398 token = apr_pcalloc(r->connection->pool, len + 1); 399 if (token == NULL) { 406 apr_base64_encode(token, output_token.value, output_token.length); 407 token[len] = '\0'; 408 *negotiate_ret_value = token;
|
/solaris-userland/components/libusb/wrapper/src/ |
H A D | wr_libusb.c | 736 char *token; local 834 token = strtok(version_store, "."); 847 "plugin rev is %d\n", atoi(token)); 850 if (atoi(token) != atoi(wr_token)) {
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | healthMonitor.c | 388 * a token is encountered in health_monitor.conf file, the function 2187 * a registered token is encountered in health_monitor.conf file. The 2188 * function simply stores the token's value in the appropriate threshold 2193 read_health_monitor_thresholds(const char *token, char *cptr) argument 2196 if (strcmp(token, "hm_refresh_interval") == 0) { 2198 } else if (strcmp(token, "threshold_swapavail_info") == 0) { 2200 } else if (strcmp(token, "threshold_swapavail_warning") == 0) { 2202 } else if (strcmp(token, "threshold_swapavail_error") == 0) { 2204 } else if (strcmp(token, "threshold_mutex_info") == 0) { 2206 } else if (strcmp(token, "threshold_mutex_warnin [all...] |
Completed in 38 milliseconds