[go: up one dir, main page]

File: xiodiag.c

package info (click to toggle)
socat 1.4.3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,192 kB
  • ctags: 3,709
  • sloc: ansic: 19,348; sh: 3,435; makefile: 154
file content (21 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* $Id: xiodiag.c,v 1.3 2003/05/21 05:16:38 gerhard Exp $ */
/* Copyright Gerhard Rieger 2001, 2003 */
/* Published under the GNU General Public License V.2, see file COPYING */

/* this file contains source for some diagnostics */

#include "xiosysincludes.h"
#include "xioopen.h"

#include "xiodiag.h"


const char *ddirection[] = {
   "reading", "writing", "reading and writing" } ;

/* compliant with S_ macros (sys/stat.h) */
const char *filetypenames[] = {
   "undef", "named pipe", "character device", "undef",
   "block device", "undef", "directory", "undef",
   "regular file", "undef", "symbolic link", "undef",
   "local socket", "undef", "undef", "\"MT\"?"} ;