Searched refs:qstr (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dbytecode.c322 { char *qstr; local
324 qstr = get_inline( parser );
326 if ( qstr[0] == '!' )
328 int qidx = strlen( qstr );
329 if ( qstr[1] == '\0' )
331 free( qstr );
340 if ( qstr[1] == '^' )
345 strncat( sycklval->name, qstr + 2, qidx - 2 );
346 free( qstr );
350 char *carat = qstr
[all...]
H A Dtoken.c122 n->data.str->ptr = qstr; \
139 QUOTECATS(qstr, qcapa, qidx, YYTOKEN, YYCURSOR - YYTOKEN); \
144 char *walker = qstr + qidx - 1; \
145 while ( walker > qstr && ( *walker == '\n' || *walker == ' ' || *walker == '\t' ) ) \
167 n->data.str->ptr = qstr; \
1554 char *qstr = S_ALLOC_N( char, qcapa ); local
1614 QUOTECAT(qstr, qcapa, qidx, ' ');
1621 QUOTECAT(qstr, qcapa, qidx, '\n');
1636 { QUOTECATS(qstr, qcapa, qidx, YYTOKEN, YYCURSOR - YYTOKEN);
1806 char *qstr local
1964 char *qstr = S_ALLOC_N( char, qcapa ); local
2234 char *qstr = S_ALLOC_N( char, qcapa ); local
2444 char *qstr = S_ALLOC_N( char, qcapa ); local
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_negotiation.c2458 char *qstr; local
2538 qstr = (char *) apr_palloc(r->pool, 6);
2539 apr_snprintf(qstr, 6, "%1.3f", variant->source_quality);
2542 if (qstr[4] == '0') {
2543 qstr[4] = '\0';
2544 if (qstr[3] == '0') {
2545 qstr[3] = '\0';
2546 if (qstr[2] == '0') {
2547 qstr[1] = '\0';
2551 *((const char **) apr_array_push(arr)) = qstr;
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCD.c640 char *qstr, *str, *res; local
652 qstr = asl_msg_to_string((asl_msg_t *)a, &len);
655 if (qstr == NULL)
662 asprintf(&str, "1\n%s [= ASLOption control]\n", qstr);
664 free(qstr);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/
H A Dapr_xml.c574 char *qstr; local
591 qstr = apr_palloc(p, len + extra + 1);
592 for (scan = s, qscan = qstr; (c = *scan) != '\0'; ++scan) {
626 return qstr;
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/
H A Dapr_xml.c574 char *qstr; local
591 qstr = apr_palloc(p, len + extra + 1);
592 for (scan = s, qscan = qstr; (c = *scan) != '\0'; ++scan) {
626 return qstr;
/macosx-10.9.5/syslog-217.1.4/aslmanager.tproj/
H A Daslmanager.c1130 char *qstr, *str, *res; local
1143 qstr = asl_msg_to_string((asl_msg_t *)a, &len);
1146 if (qstr == NULL)
1152 asprintf(&str, "1\n%s [= ASLOption control]\n", qstr);
1153 free(qstr);
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl.c1800 char *qstr, *str, *res; local
1812 qstr = asl_msg_to_string((asl_msg_t *)a, &len);
1815 if (qstr == NULL)
1822 asprintf(&str, "1\n%s\n", qstr);
1824 free(qstr);
1884 char *qstr, *res; local
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonRSA.c169 char *pstr, char *qstr, char *mstr, char *dstr)
180 byteBuffer q = hexStringToBytes(qstr);

Completed in 157 milliseconds