args 1270 src/dps8/dps8_mgp.c make_rfc_pkt(int *len, char *host, char *contact, char *args) args 1274 src/dps8/dps8_mgp.c ( args == NULL ? 0 : 1 + strlen(args) ) + 1; args 1279 src/dps8/dps8_mgp.c args == NULL || *args == '\0' ? "" : " ", args 1280 src/dps8/dps8_mgp.c args == NULL || *args == '\0' ? "" : args); args 1432 src/dps8/dps8_mgp.c char connect_string[256], *net, *host, *contact, *args; args 1463 src/dps8/dps8_mgp.c args = NULL; args 1468 src/dps8/dps8_mgp.c args = i + 1; args 1472 src/dps8/dps8_mgp.c "\"%s\", args \"%s\"\n", __func__, net, host, contact, args); args 1523 src/dps8/dps8_mgp.c u_char *cbpkt = make_rfc_pkt(&cblen, host, contact, args); args 1864 src/dps8/dps8_mgp.c char *i, *rhost, *args = NULL, connect[128]; args 1879 src/dps8/dps8_mgp.c args = i + 1; args 1900 src/dps8/dps8_mgp.c args == NULL ? "" : " ", args == NULL ? "" : args); args 131 src/dps8/ucache.c # define stats(n) args ( (long long unsigned)cpus[cpuNo].uCache.hits [n], \ args 10165 src/simh/scp.c va_list args; args 10167 src/simh/scp.c va_start (args, fmt); args 10168 src/simh/scp.c ret = vfprintf (f, fmt, args); args 10169 src/simh/scp.c va_end (args); args 249 src/simh/sim_tmxr.h void tmxr_linemsgvf (TMLN *lp, const char *fmt, va_list args);