Home
last modified time | relevance | path

Searched refs:qstr (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/ctstat/
H A Dctstat.c525 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 Ddigest_md5.c348 #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 Dexpand.c168 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 Dgenmsg.l399 char *qstr = skip_quoted('"');
401 (void) fprintf(newfp, "\"%s\"", qstr);
403 free(qstr);
/titanic_44/usr/src/cmd/make/bin/
H A Dmain.cc1075 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 Ddigestmd5.c612 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 Dnwamcfg.c2667 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 Dzonecfg.c4790 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()