Home
last modified time | relevance | path

Searched refs:myprogname (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/tradcpp/dist/
H A Dplace.c54 static const char *myprogname; variable
284 myprogname = pn; in complain_init()
297 fprintf(stderr, "%s: ", myprogname); in complain()
/netbsd-src/lib/librumpclient/
H A Drumpclient.c391 const char *myprogname = NULL; /* XXXgcc */ in handshake_req() local
404 myprogname = getprogname(); in handshake_req()
408 myprogname = "???"; in handshake_req()
419 myprogname = commname; in handshake_req()
421 myprogname = "???"; in handshake_req()
426 bonus = strlen(myprogname)+1; in handshake_req()
447 IOVPUT_WITHSIZE(iov[1], __UNCONST(myprogname), bonus); in handshake_req()