Subversion Repositories SvarDOS

Rev

Rev 1823 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1823 Rev 1881
Line 191... Line 191...
191
 
191
 
192
/* capitalize an ASCIZ string following country-dependent rules */
192
/* capitalize an ASCIZ string following country-dependent rules */
193
void nls_strtoup(char *buff);
193
void nls_strtoup(char *buff);
194
 
194
 
195
/* reload nls ressources from svarcom.lng into langblock */
195
/* reload nls ressources from svarcom.lng into langblock */
196
void nls_langreload(char *buff, unsigned short env);
196
void nls_langreload(char *buff, unsigned short rmodseg);
197
 
197
 
198
/* locates executable fname in path and fill res with result. returns 0 on success,
198
/* locates executable fname in path and fill res with result. returns 0 on success,
199
 * -1 on failed match and -2 on failed match + "don't even try with other paths"
199
 * -1 on failed match and -2 on failed match + "don't even try with other paths"
200
 * extptr is filled with a ptr to the extension in fname (NULL if no extension) */
200
 * extptr is filled with a ptr to the extension in fname (NULL if no extension) */
201
int lookup_cmd(char *res, const char *fname, const char *path, const char **extptr);
201
int lookup_cmd(char *res, const char *fname, const char *path, const char **extptr);