Searched refs:whatstr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dhiperfifo.c261 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; local
264 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);
271 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]);
277 whatstr[fdp->action], whatstr[what]);
H A Dasiohiper.cpp269 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE"}; local
272 "\nsocket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);
283 fprintf(MSG_OUT, "\nAdding data: %s", whatstr[what]);
290 whatstr[*actionp], whatstr[what]);
H A Devhiperfifo.c268 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE"}; local
271 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);
280 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]);
286 whatstr[fdp->action], whatstr[what]);
H A Dghiper.c254 static const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; local
256 MSG_OUT("socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);
/macosx-10.10.1/vim-55/src/
H A Dex_cmds2.c4073 char *whatstr = ""; local
4092 whatstr = "messages ";
4098 whatstr = "ctype ";
4104 whatstr = "time ";
4118 smsg((char_u *)_("Current %slanguage: \"%s\""), whatstr, p);

Completed in 184 milliseconds