Home
last modified time | relevance | path

Searched refs:hostcp (Results 1 – 8 of 8) sorted by relevance

/dports/games/KnightCap/Export/
H A Depdglue.c171 switch (hostcp) in EGMapFromHostCP()
222 siT hostcp=0; in EGMapToHostCP() local
231 hostcp = PAWN; in EGMapToHostCP()
240 hostcp = ROOK; in EGMapToHostCP()
243 hostcp = QUEEN; in EGMapToHostCP()
246 hostcp = KING; in EGMapToHostCP()
249 hostcp = -PAWN; in EGMapToHostCP()
258 hostcp = -ROOK; in EGMapToHostCP()
264 hostcp = -KING; in EGMapToHostCP()
267 hostcp = NONE; in EGMapToHostCP()
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/sio/
H A DStrAddr.c213 char *hostcp, *atsign, *colon, *cp, *p2; in AddrStrToAddr() local
224 hostcp = colon + 3; in AddrStrToAddr()
225 for (cp = hostcp; *cp != '\0'; cp++) { in AddrStrToAddr()
245 hostcp = portstr; in AddrStrToAddr()
251 hostcp = atsign + 1; in AddrStrToAddr()
256 hostcp = portstr; in AddrStrToAddr()
267 ipnum = inet_addr(hostcp); in AddrStrToAddr()
275 hp = val_gethostbyname(NULL,hostcp,&val_status); in AddrStrToAddr()
280 hp = gethostbyname(hostcp); in AddrStrToAddr()
/dports/games/crafty/crafty-25.2_1/
H A Depdglue.c172 switch (hostcp) { in EGMapFromHostCP()
218 siT hostcp = 0; in EGMapToHostCP() local
224 hostcp = pawn; in EGMapToHostCP()
233 hostcp = rook; in EGMapToHostCP()
236 hostcp = queen; in EGMapToHostCP()
239 hostcp = king; in EGMapToHostCP()
242 hostcp = -pawn; in EGMapToHostCP()
251 hostcp = -rook; in EGMapToHostCP()
257 hostcp = -king; in EGMapToHostCP()
260 hostcp = 0; in EGMapToHostCP()
[all …]
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmetad/
H A Dexport_helpers.c374 char hostcp[hostlen+1]; in write_data_to_carbon() local
414 hostcp[i]='_'; in write_data_to_carbon()
417 hostcp[i] = tolower(host[i]); in write_data_to_carbon()
420 hostcp[i] = host[i]; in write_data_to_carbon()
424 hostcp[i+1]=0; in write_data_to_carbon()
454 patrn[1].replwith=hostcp; in write_data_to_carbon()
479 strncat(graphite_msg, hostcp, PATHSIZE-strlen(graphite_msg)); in write_data_to_carbon()
/dports/net/c3270/suite3270-4.0/wc3270/
H A Drelinkc.h88 char *hostcp; member
H A Dwizard.c805 snprintf(s->codepage, STR_SIZE, "cp%s", codepages[i].hostcp); in fixup_codepage()
1718 CP_WIDTH, codepages[j].hostcp); in get_codepage()
1736 codepages[u - 1].hostcp); in get_codepage()
1748 u == atoi(codepages[k].hostcp)) { in get_codepage()
1750 codepages[k].hostcp); in get_codepage()
1767 codepages[i].hostcp); in get_codepage()
1782 u == atoi(codepages[k].hostcp)) { in get_codepage()
1784 codepages[k].hostcp); in get_codepage()
3149 if (!strcmp(codepages[i].hostcp, s->codepage + 2)) { in edit_menu()
/dports/x11/x3270/suite3270-4.0/wc3270/
H A Drelinkc.h88 char *hostcp; member
H A Dwizard.c805 snprintf(s->codepage, STR_SIZE, "cp%s", codepages[i].hostcp); in fixup_codepage()
1718 CP_WIDTH, codepages[j].hostcp); in get_codepage()
1736 codepages[u - 1].hostcp); in get_codepage()
1748 u == atoi(codepages[k].hostcp)) { in get_codepage()
1750 codepages[k].hostcp); in get_codepage()
1767 codepages[i].hostcp); in get_codepage()
1782 u == atoi(codepages[k].hostcp)) { in get_codepage()
1784 codepages[k].hostcp); in get_codepage()
3149 if (!strcmp(codepages[i].hostcp, s->codepage + 2)) { in edit_menu()