[go: up one dir, main page]

File: both_phrases.c

package info (click to toggle)
suck 4.3.2-15
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,568 kB
  • ctags: 1,448
  • sloc: ansic: 12,075; perl: 528; sh: 363; makefile: 350; java: 144
file content (23 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
const char *default_both_phrases[] = { 
	"No hostname given!\n",			/* 0 */
	"Using Port %v1%\n",
	"Could not get host information",
	"Official host name: %v1%\n",
	"Alias %v1%\n",
	"Unsupported address type\n",		/* 5 */
	"Socket Failed",
	"Connect Failed",
	"Connected to %v1%\n",
	"%v1%: Errno %v2%\n",
	"Socket error: Timed out on Read\n",	/* 10 */
	"Socket error: No data to read\n",
	"Socket error",
	"Unable to block signal %v1%\n",
	"Unable to block SIGPIPE, if child dies, we will die\n",
	"Out of memory reading %v1%, ignoring\n",	/* 15 */
	"Out of memory reading argument file\n",
	"Address: %v1%\n",
	"Unable to initialize SSL\n",
};

int nr_both_phrases=sizeof(default_both_phrases)/sizeof(default_both_phrases[0]);