Home
last modified time | relevance | path

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

/dports/emulators/quasi88/quasi88-0.6.4/src/FWIN/
H A Dfile-op.c566 char drv_str[5] = "<A:>"; in osd_opendir() local
681 p = (char *)malloc(sizeof(drv_name) + sizeof(drv_str)); in osd_opendir()
687 strcpy(dir->entry[ dir->nr_entry ].str, drv_str); in osd_opendir()
694 drv_str[1] ++; /* "<x:>" �� x �� A��Z���ִ����Ƥ��� */ in osd_opendir()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dparse-events.l113 static int drv_str(yyscan_t scanner, int token) in drv_str() function
305 @{drv_cfg_term} { return drv_str(yyscanner, PE_DRV_CFG_TERM); }
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dparse-events.l113 static int drv_str(yyscan_t scanner, int token) in drv_str() function
305 @{drv_cfg_term} { return drv_str(yyscanner, PE_DRV_CFG_TERM); }
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dparse-events.l113 static int drv_str(yyscan_t scanner, int token) in drv_str() function
305 @{drv_cfg_term} { return drv_str(yyscanner, PE_DRV_CFG_TERM); }
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/
H A Ddecomp.py440 drv_str = [None, "ev", "evd", "evr", "evx", "gv", "gvd", "gvx"]
441 if driver not in drv_str:
443 ''.format(driver, '", "'.join(drv_str[1:])))
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Drmnimbus.cpp275 #define set_drv(drv_name) sprintf(drv_str,drv_name)
281 char drv_str[80]; in decode_subbios() local
607 logerror("Type=%s, Driver=%s, Function=%s\n",type_str,drv_str,func_str); in decode_subbios()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Drmnimbus.cpp275 #define set_drv(drv_name) sprintf(drv_str,drv_name)
281 char drv_str[80]; in decode_subbios() local
607 logerror("Type=%s, Driver=%s, Function=%s\n",type_str,drv_str,func_str); in decode_subbios()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DParamStudy.cpp493 String cv_str("cv"), div_str("div"), dsv_str("dsv"), drv_str("drv"); in centered_loop() local
573 if (outputLevel > SILENT_OUTPUT) centered_header(drv_str, k, i, cntr); in centered_loop()