Searched refs:qstr (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 525 char hstr[100], qstr[20], nstr[20]; in print_contract() local 579 qstr[0] = nstr[0] = '-'; in print_contract() 580 qstr[1] = nstr[1] = '\0'; in print_contract() 582 (void) snprintf(qstr, sizeof (qstr), "%d", t); in print_contract() 597 ct_status_get_nevents(status), qstr, nstr); in print_contract()
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | digest_md5.c | 348 #define suffixsize (sizeof (rstr) + sizeof (qstr) - 1 + DIGEST_SIZE * 2) in digest_client_resp() 352 static const char qstr[] = ",qop=auth"; in digest_client_resp() local 441 memcpy(scan, qstr, sizeof (qstr)); in digest_client_resp() 444 if (plen != NULL) *plen = scan - outbuf + sizeof (qstr) - 1; in digest_client_resp() 459 static const char qstr[] = "qop"; in digest_parse() local 556 if (lstreqcase(qstr, attr, alen)) { in digest_parse()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | expand.c | 168 char *str, *qstr; in get_prop_val_str() local 269 qstr = quote_for_shell(str); in get_prop_val_str() 271 str = qstr; in get_prop_val_str() 272 if (qstr == NULL) in get_prop_val_str()
|
/titanic_44/usr/src/cmd/genmsg/ |
H A D | genmsg.l | 399 char *qstr = skip_quoted('"'); 401 (void) fprintf(newfp, "\"%s\"", qstr); 403 free(qstr);
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | main.cc | 1075 quote_str(char *str, char *qstr) in quote_str() argument 1080 to = qstr; in quote_str() 1116 unquote_str(char *str, char *qstr) in unquote_str() argument 1121 to = qstr; in unquote_str()
|
/titanic_44/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 612 static char *unquote (char *qstr) argument 618 if(!qstr) return NULL; 620 if (qstr[0] == '"') { 621 qstr++; 622 outptr = qstr; 624 for (endvalue = qstr; endvalue[0] != '\0'; endvalue++, outptr++) { 652 endvalue = skip_token(qstr,0);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 2667 str2qstr(void *s, const char *prop, char *qstr) in str2qstr() argument 2670 (void) snprintf(qstr, NWAM_MAX_VALUE_LEN, "\"%s\"", s); in str2qstr() 2671 return (qstr); in str2qstr()
|
/titanic_44/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 4790 char *qstr; in output_prop() local 4793 qstr = quoteit(pval); in output_prop() 4796 qstr); in output_prop() 4798 (void) fprintf(fp, "\t%s: %s\n", pt_to_str(pnum), qstr); in output_prop() 4799 free(qstr); in output_prop()
|