The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/include/minix/minlib.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #ifndef _MINLIB
    2 #define _MINLIB
    3 
    4 #ifndef _ANSI_H
    5 #include <ansi.h>
    6 #endif
    7 
    8 /* Miscellaneous BSD. */
    9 _PROTOTYPE(void swab, (char *_from, char *_to, int _count));
   10 _PROTOTYPE(char *itoa, (int _n));
   11 _PROTOTYPE(char *getpass, (const char *_prompt));
   12 
   13 /* Miscellaneous MINIX. */
   14 _PROTOTYPE(void std_err, (char *_s));
   15 _PROTOTYPE(void prints, (const char *_s, ...));
   16 _PROTOTYPE(int fsversion, (char *_dev, char *_prog));
   17 _PROTOTYPE(int getprocessor, (void));
   18 _PROTOTYPE(int load_mtab, (char *_prog_name));
   19 _PROTOTYPE(int rewrite_mtab, (char *_prog_name));
   20 _PROTOTYPE(int get_mtab_entry, (char *_s1, char *_s2, char *_s3, char *_s4));
   21 _PROTOTYPE(int put_mtab_entry, (char *_s1, char *_s2, char *_s3, char *_s4));
   22 
   23 #endif

Cache object: 4782cfc04cb4a069f4e86e80bdce817f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.