Home
last modified time | relevance | path

Searched refs:cdInfoDir (Results 1 – 11 of 11) sorted by relevance

/dports/audio/xcdplayer/xcdplayer-2.2/
H A Dtop_setup.c77 XtOffsetOf(AppData,cdInfoDir), XtRString, (caddr_t) NULL },
134 if ((app_data.cdInfoDir == NULL) && ((s=getenv("XCDINFODIR")) != NULL))
135 app_data.cdInfoDir = strdup(s);
H A Dapp.h28 char *cdInfoDir; member
H A Dcdrom_sun.h92 extern char *cdInfoDir;
H A Dcdrom_freebsd.h94 extern char *cdInfoDir;
H A DXCdplayer.ad.sun48 ! cdInfoDir is the directory to search for stored data about discs.
51 ! copy of the application defaults. The command line option -cdInfoDir <path>
53 !XCdplayer*cdInfoDir: eg: /usr/staff/yourname/CDs
H A Dcdrom_sgi.h134 extern char *cdInfoDir;
H A DXCdplayer.ad48 ! cdInfoDir is the directory to search for stored data about discs.
51 ! copy of the application defaults. The command line option -cdInfoDir <path>
53 !XCdplayer*cdInfoDir: eg: /usr/staff/yourname/CDs
H A DXCdplayer.ad.sgi49 ! cdInfoDir is the directory to search for stored data about discs.
52 ! copy of the application defaults. The command line option -cdInfoDir <path>
54 !XCdplayer*cdInfoDir: eg: /usr/staff/yourname/CDs
H A Dcdrom_freebsd.c70 if (app_data.cdInfoDir != NULL) in get_stored_info()
71 sprintf(info_filename, "%s/cd.%d", app_data.cdInfoDir, n); in get_stored_info()
H A Dcdrom_sun.c70 if (cdInfoDir != NULL) in get_stored_info()
71 sprintf(info_filename, "%s/cd.%d", cdInfoDir, n); in get_stored_info()
H A Dcdrom_sgi.c86 if (cdInfoDir != NULL) in get_stored_info()
87 sprintf(info_filename, "%s/cd.%d", cdInfoDir, n); in get_stored_info()