Home
last modified time | relevance | path

Searched refs:user_rc (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/xine-toolkit/
H A Dconfig.c477 const char *user_rc = "xitkrc"; in xitk_config_init() local
481 rcfile = (char *) xitk_xmalloc(strlen(xine_get_homedir()) + strlen(user_rc) + 3); in xitk_config_init()
482 sprintf(rcfile, "%s/.%s", xine_get_homedir(), user_rc); in xitk_config_init()
486 sprintf(rcfile, "%s/.xine/%s", xine_get_homedir(), user_rc); in xitk_config_init()
/dports/deskutils/taskd/taskd-1.1.0/src/
H A DDatabase.cpp127 Config user_rc (_config->get ("root") + "/orgs/" + org + "/users/" + key + "/config"); in authenticate() local
128 if (!user.empty () && user_rc.get ("user") != user) in authenticate()
/dports/graphics/xbmbrowser/xbmbrowser5.1/
H A Dxbmbrowser.c96 offset(user_rc), XtRString, (XtPointer) USERS_RC },
335 else if( app_data.user_rc != NULL &&
336 ( sprintf(rcfile, "%s%s", home_dir, app_data.user_rc),
H A Dxbmbrowser.h105 char *user_rc; /* the user's rc file in his/her home dir */ member
H A DXbmBrowser-color.ad.sed10 !XbmBrowser.user_rc: ==USERS_RC==
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dcommon_func.py60 % (mach, os.linesep, run.user_rc), '<A>_ALARM')
H A Drun.py147 self.user_rc = osp.join(get_home_directory(), self.rcdir, 'prefs')
225 ficrc = self.user_rc
499 Perhaps it must be defined in %s.""") % (key, self.user_rc), \
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Dcommon_func.py60 % (mach, os.linesep, run.user_rc), '<A>_ALARM')
H A Drun.py147 self.user_rc = osp.join(get_home_directory(), self.rcdir, 'prefs')
225 ficrc = self.user_rc
499 Perhaps it must be defined in %s.""") % (key, self.user_rc), \
/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.c42 static int user_rc; /* Used by various callback functions. */ variable
1983 user_rc = 1; in bst_seen_opt_cb()
1998 user_rc = 1; in bst_seen_opt_seen_cb()
2078 user_rc++; in match_prefix_cb()
2143 user_rc = 0; in abbrev_expand()
2153 if (user_rc == 1) /* The number of matching abbreviations. */ in abbrev_expand()
2221 user_rc = 0; in has_unseen_mandatory_opt()
2229 return user_rc ? 1 : 0; in has_unseen_mandatory_opt()
2834 user_rc = 0; in ctxopt_init()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsession.c1223 char *cmd = NULL, *user_rc = NULL; in do_rc_files() local
1229 xasprintf(&user_rc, "%s/%s", s->pw->pw_dir, _PATH_SSH_USER_RC); in do_rc_files()
1234 stat(user_rc, &st) >= 0) { in do_rc_files()
1236 user_rc) == -1) in do_rc_files()
1248 user_rc); in do_rc_files()
1289 free(user_rc); in do_rc_files()