home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / a / bin / modules-.2 / modules- / modules-1.2.8 / depmod / link.p < prev    next >
Encoding:
Text File  |  1995-05-30  |  1.7 KB  |  55 lines

  1. /* alloctxt.c 28/05/95 17.43.48 */
  2. char *strdup_err (const char *str, int quit);
  3. void *malloc_err (int size, int quit);
  4. char *alloctxt_add (const char *str);
  5. /* config.c 28/05/95 17.43.06 */
  6. FILE *popen_err (const char *cmd, const char *mode, int quit);
  7. int config_read (void);
  8. int config_lstmod (const char *match,
  9.      const char *type,
  10.      char *lst[],
  11.      int many);
  12. const char *config_getdepfile (void);
  13. void config_show (void);
  14. /* config1.c 20/05/95 04.41.38 */
  15. const char *any_alias (const char *mod);
  16. int config_locate (const char *match,
  17.      char *abs_path[1000],
  18.      const char *type);
  19. /* depmod.c 28/05/95 17.45.18 */
  20. int depmod_main (int argc, char *argv[]);
  21. /* error.c 28/05/95 18.01.38 */
  22. void depmod_setsyslog (const char *name);
  23. void depmod_error (const char *ctl, ...);
  24. /* fgets.c 19/01/95 00.19.24 */
  25. char *fgets_strip (char *buf,
  26.      int sizebuf,
  27.      FILE *fin,
  28.      char contcar,
  29.      char comcar,
  30.      int *noline,
  31.      int *empty);
  32. char *fgets_strip (char *buf,
  33.      int sizebuf,
  34.      FILE *fin,
  35.      char contcar,
  36.      char comcar,
  37.      int *noline);
  38. char *fgets_strip (char *buf, int sizebuf, FILE *fin, int *noline);
  39. /* main.c 28/05/95 17.47.30 */
  40. void load_kernel_symbols (void);
  41. /* modprobe.c 28/05/95 17.42.26 */
  42. const char *stripo (const char *fname);
  43. int modprobe_main (int argc, char *argv[]);
  44. /* module.c 28/05/95 17.46.56 */
  45. /* module2.c 28/05/95 17.49.36 */
  46. /* str.c 28/05/95 17.49.54 */
  47. int str_strip (const char *str, char *newstr);
  48. char *strip_end (char *str);
  49. char *str_skip (const char *str);
  50. char *strdup_err (const char *str);
  51. void tbstr_free (char *lst[], int nb);
  52. extern "C" char *stpcpy (char *dst, const char *src);
  53. void path_extrname (const char *path, char *name);
  54. /* symbol.c 14/07/94 09.21.48 */
  55.