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

/macosx-10.10/remote_cmds-47/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.10/Heimdal-398.1.2/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.10/syslog-267/util.tproj/
H A Dsyslog.c726 const char *rcname; local
728 rcname = rcontrol_name(pid, uid);
732 status = rcontrol_set_string(rcname, filter);
744 status = rcontrol_set_string(rcname, filter);
747 status = notify_post(rcname);

Completed in 241 milliseconds