Searched refs:rcname (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c2744 static char *rcname = 0;
2763 if (rcname == 0) {
2764 rcname = getenv("HOME");
2765 if (rcname && (strlen(rcname) + 10) < sizeof(rcbuf))
2766 strcpy(rcbuf, rcname);
2770 rcname = rcbuf;
2773 if ((rcfile = fopen(rcname, "r")) == 0) {
2735 static char *rcname = 0; variable
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c1985 static char rcname[128];
1999 if (rcname[0] == 0) {
2002 snprintf (rcname, sizeof(rcname), "%s/.telnetrc",
2006 if ((rcfile = fopen(rcname, "r")) == 0) {
1977 static char rcname[128]; local
/macosx-10.9.5/syslog-217.1.4/util.tproj/
H A Dsyslog.c740 const char *rcname; local
742 rcname = rcontrol_name(pid, uid);
746 status = rcontrol_set_string(rcname, filter);
758 status = rcontrol_set_string(rcname, filter);
761 status = notify_post(rcname);

Completed in 101 milliseconds