HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
11 #include "user_config.h"
92 cfg =
fopen(
"hpdir.ini",
"rb");
94 #ifndef LIF_STAND_ALONE
96 cfg =
fopen(
"/hpdir.ini",
"rb");
101 len = readlink(
"/proc/self/exe", name,
sizeof(name) -2);
103 strcat (name,
"/hpdir.ini");
104 cfg =
fopen(name,
"rb");
111 printf(
"Error: hpdir.ini not found!\n");
117 while( (ptr =
fgets(str,
sizeof(str)-2, cfg)) !=
NULL)
130 if(*ptr ==
';' || *ptr ==
'#' )
133 if(*ptr ==
'[' && driveinfo == 1 )
160 printf(
"Model: %s found in hpdir.ini\n", model);
220 printf(
"Error /hpdir.ini parsing\n");
228 if(verbose && !found)
229 printf(
"Model: %s NOT found in hpdir.ini\n", model);
MEMSPACE int32_t get_value(char *str)
get a number
MEMSPACE FILE * fopen(const char *path, const char *mode)
POSIX Open a file with path name and ascii file mode string.
MEMSPACE int printf(const char *format,...)
MEMSPACE char * get_token(char *str, char *token, int max)
return next token
MEMSPACE int MATCHI(char *str, char *pat)
Compare two strings without case.
MEMSPACE WEAK_ATR char * strcat(char *dest, const char *src)
Append string.
MEMSPACE char * fgets(char *str, int size, FILE *stream)
get a string from stdin See fdevopen() sets stream->put get for TTY devices
hpdir_t hpdir
hpdir.ini file processing
MEMSPACE void trim_tail(char *str)
Trim White space and control characters from end of string.
MEMSPACE size_t WEAK_ATR strlen(const char *str)
String Length.
MEMSPACE int fclose(FILE *stream)
POSIX close a file stream.
MEMSPACE int token(char *str, char *pat)
Search for token in a string matching user pattern.
MEMSPACE WEAK_ATR char * strncpy(char *dest, const char *src, size_t size)
copy a string of at most N characters
MEMSPACE char * skipspaces(char *ptr)
Skip white space in a string - tabs and spaces.
void hpdir_init()
hpdir.ini file processing
MEMSPACE int dirname(char *str)
POSIX directory name of a filename. Return the index of the last '/' character.
int hpdir_find_drive(char *model, int list, int verbose)
Find drive parameters in hpdir.ini file.
long lif_dir_count(long blocks)
LIF Directory blocks ~= sqrt(blocks);.