Searched refs:results (Results 1 - 25 of 77) sorted by relevance

1234

/haiku-fatelf/src/bin/bash/
H A Dpathexp.c251 char *temp, **results; local
278 results = filenames.gl_pathv;
280 if (results && ((GLOB_FAILED (results)) == 0))
283 ignore_glob_matches (results);
284 if (results && results[0])
285 strvec_sort (results);
288 FREE (results);
289 results
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_xgstate.c359 pdc_resopt *results; local
383 results = pdc_parse_optionlist(p->pdc, optlist, pdf_create_gstate_options,
386 pdc_get_optvalues(p->pdc, "alphaisshape", results,
389 if (pdc_get_optvalues(p->pdc, "blendmode", results,
393 gs->dash_count = pdc_get_optvalues(p->pdc, "dasharray", results,
396 pdc_get_optvalues(p->pdc, "dashphase", results,
399 pdc_get_optvalues(p->pdc, "flatness", results,
402 pdc_get_optvalues(p->pdc, "font", results, &font, NULL);
406 pdc_get_optvalues(p->pdc, "fontsize", results,
409 pdc_get_optvalues(p->pdc, "linecap", results,
[all...]
H A Dp_shading.c111 pdc_resopt *results; local
132 results = pdc_parse_optionlist(p->pdc,
135 (void) pdc_get_optvalues(p->pdc, "gstate", results, &gstate, NULL);
137 pdc_cleanup_optionlist(p->pdc, results);
239 pdc_resopt *results; local
297 results = pdc_parse_optionlist(p->pdc,
300 (void) pdc_get_optvalues(p->pdc, "N", results, &N, NULL);
302 (void) pdc_get_optvalues(p->pdc, "antialias", results, &antialias,NULL);
305 if (pdc_get_optvalues(p->pdc, "r0", results, &r_0, NULL) != 1)
308 if (pdc_get_optvalues(p->pdc, "r1", results,
[all...]
H A Dp_image.c751 pdc_resopt *results; local
789 results = pdc_parse_optionlist(p->pdc, optlist,
796 if ((num = pdc_get_optvalues(p->pdc, "dpi", results, dpi, NULL)) > 0)
804 if (1 == pdc_get_optvalues(p->pdc, "scale", results, scale, NULL))
807 pdc_get_optvalues(p->pdc, "orientate", results, &orientangle, NULL);
809 pdc_get_optvalues(p->pdc, "boxsize", results, boxsize, NULL);
811 pdc_get_optvalues(p->pdc, "rotate", results, &angle, NULL);
813 if (1 == pdc_get_optvalues(p->pdc, "position", results, position, NULL))
816 if (pdc_get_optvalues(p->pdc, "fitmethod", results, &inum, NULL))
819 pdc_get_optvalues(p->pdc, "distortionlimit", results,
1360 pdc_resopt *results; local
[all...]
H A Dp_hyper.c199 pdc_resopt *results; local
212 results = pdc_parse_optionlist(p->pdc, optlist, pdf_destination_options,
215 if (pdc_get_optvalues(p->pdc, "fitbbox", results, &boolval, NULL) &&
219 if (pdc_get_optvalues(p->pdc, "fitheight", results, &boolval, NULL) &&
223 if (pdc_get_optvalues(p->pdc, "fitpage", results, &boolval, NULL) &&
227 if (pdc_get_optvalues(p->pdc, "fitwidth", results, &boolval, NULL) &&
231 if (pdc_get_optvalues(p->pdc, "retain", results, &boolval, NULL) &&
235 if (pdc_get_optvalues(p->pdc, "type", results, &inum, NULL))
240 if (pdc_get_optvalues(p->pdc, keyword, results, NULL, (void **) &name) &&
246 if (pdc_get_optvalues(p->pdc, keyword, results,
[all...]
H A Dp_text.c913 pdc_resopt *results; local
950 results = pdc_parse_optionlist(p->pdc, optlist, pdf_fit_textline_options,
954 pdc_get_optvalues(p->pdc, "font", results, &font, NULL);
956 nfontsize = pdc_get_optvalues(p->pdc, "fontsize", results,
959 ntextrendering = pdc_get_optvalues(p->pdc, "textrendering", results,
962 nwordspacing = pdc_get_optvalues(p->pdc, "wordspacing", results,
965 ncharspacing = pdc_get_optvalues(p->pdc, "charspacing", results,
968 nhorizscaling = pdc_get_optvalues(p->pdc, "horizscaling", results,
971 ntextrise = pdc_get_optvalues(p->pdc, "textrise", results,
974 pdc_get_optvalues(p->pdc, "underline", results,
[all...]
H A Dp_gstate.c490 pdc_resopt *results; local
499 results = pdc_parse_optionlist(p->pdc, optlist, pdf_dashoptions, NULL,
502 length = pdc_get_optvalues(p->pdc, "dasharray", results,
506 (void) pdc_get_optvalues(p->pdc, "dashphase", results, &phase, NULL);
508 pdc_cleanup_optionlist(p->pdc, results);
H A Dp_resource.c492 pdc_resopt *results; local
497 results = pdc_parse_optionlist(p->pdc, optlist, pdf_create_pvf_options,
499 pdc_get_optvalues(p->pdc, "copy", results, &iscopy, NULL);
500 pdc_cleanup_optionlist(p->pdc, results);
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dgoogle_request.h14 struct google_result *results; member in struct:google_request
H A Dparse_google_html.c47 int google_parse_results(const char *html, size_t htmlsize, struct google_result **results) argument
59 if (!html || !results)
92 printf(DBG"getting %ld results (%ld to %ld)\n", maxres, startid, lastid);
256 *results = res;
271 struct google_result *results; local
282 err = google_parse_results(p+4, len, &results);
286 res = results;
H A Dgoogle_request.c38 extern int google_parse_results(const char *html, size_t htmlsize, struct google_result **results);
153 err = count = google_parse_results(req->cnx->data, req->cnx->datalen, &req->results);
157 while ((res = SLL_DEQUEUE(req->results, next))) {
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dtcp_stream_script64 # time by saving the results of the CPU calibration and passing
101 echo If you wish to submit these results to the netperf database at
H A Dtcp_range_script70 # time by saving the results of the CPU calibration and passing
109 echo If you wish to submit these results to the netperf database at
H A Dtcp_rr_script68 # time by saving the results of the CPU calibration and passing
104 echo If you wish to submit these results to the netperf database at
H A Dudp_rr_script72 # time by saving the results of the CPU calibration and passing
104 echo If you wish to submit these results to the netperf database at
H A Dudp_stream_script67 # time by saving the results of the CPU calibration and passing
101 echo If you wish to submit these results to the netperf database at
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.c945 xmlXPathObjectPtr *results = NULL; local
976 results = xmlMalloc(len * sizeof(xmlXPathObjectPtr));
977 if (results == NULL) {
1016 results[i] = res;
1022 results[i] = NULL;
1026 results[i] = res;
1032 results[i] = NULL;
1037 results[i] = NULL;
1047 return(results);
1068 xmlXPathObjectPtr *results local
[all...]
/haiku-fatelf/src/apps/text_search/
H A DGrepper.cpp228 FILE *results = fopen(tempFile.Path(), "r"); local
230 if (results != NULL) {
231 while (fgets(tempString, B_PATH_NAME_LENGTH, results) != 0) {
244 fclose(results);
/haiku-fatelf/src/libs/linprog/
H A DActiveSetSolver.cpp39 // needed to solve the problem, coping theses values to the results could
110 EquationSystem::Results(double* results, int32 size) argument
113 results[i] = 0;
117 results[index] = fB[i];
509 double results[nVariables + nConstraints]; local
510 system.Results(results, nVariables + nConstraints);
514 if (!optimizer.Solve(results))
519 fVariables.ItemAt(i)->SetValue(results[i]);
522 TRACE("var %f\n", results[i]);
H A DActiveSetSolver.h25 /*! Copy the solved variables into results, keeping the original
27 inline void Results(double* results, int32 size);
/haiku-fatelf/src/bin/network/wget/src/
H A Dhttp-ntlm.c203 * bytes are stored in the results array.
206 calc_resp(unsigned char *keys, unsigned char *plaintext, unsigned char *results)
211 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) results,
215 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results+8),
219 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results+16),
204 calc_resp(unsigned char *keys, unsigned char *plaintext, unsigned char *results) argument
/haiku-fatelf/src/libs/ncurses/tack/
H A Dcontrol.c74 static struct test_results *results; /* pointer to next available */ variable in typeref:struct:test_results
75 static struct test_results *pads[STRCOUNT]; /* save pad results here */
120 ** Get a results block for pad test data.
126 results = (struct test_results *)
128 if (!results) {
135 return results++;
486 ** Display the previous results
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dbon_csv2html.in22 <HEAD><TITLE>Bonnie++ V@version@ Benchmark results</TITLE>
H A Dbon_csv2html22 <HEAD><TITLE>Bonnie++ V1.03d Benchmark results</TITLE>
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DXReferences.h101 void SetResults(int32 results) { fResults = results; } argument

Completed in 121 milliseconds

1234