Searched defs:home (Results 1 - 25 of 42) sorted by relevance

12

/external/proguard/bin/
H A Dproguard.bat10 IF EXIST "%PROGUARD_HOME%" GOTO home
12 :home label
H A Dproguardgui.bat10 IF EXIST "%PROGUARD_HOME%" GOTO home
12 :home label
H A Dretrace.bat10 IF EXIST "%PROGUARD_HOME%" GOTO home
12 :home label
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adif.cpp105 const int home=0; local
135 FDKwriteBits(hBs, home ? 1:0,1);
H A Dtpenc_adts.h111 UCHAR home; member in struct:__anon183
/external/valgrind/coregrind/
H A Dm_commandline.c215 HChar* home = VG_(getenv)("HOME"); local
216 HChar* f1_clo = home ? read_dot_valgrindrc( home ) : NULL;
223 if (home) {
225 f2_clo = ( VG_STREQ(home, cwd)
/external/aac/libMpegTPDec/src/
H A Dtpdec_adts.h121 UCHAR home; member in struct:__anon168
/external/ltrace/sysdeps/linux-gnu/
H A Dhooks.c103 char *home = getenv("HOME"); local
104 if (home == NULL) {
107 home = pwd->pw_dir;
110 size_t home_len = home != NULL ? strlen(home) : 0;
114 if (home != NULL) {
116 g_home_dir = strdup(home);
118 home = g_home_dir;
121 strcpy(tmp, home);
122 home
[all...]
/external/clang/test/Analysis/
H A Dtaint-tester.c79 void getenvTest(char *home) { argument
80 home = getenv("HOME"); // expected-warning + {{tainted}}
81 if (home != 0) { // expected-warning + {{tainted}}
82 char d = home[0]; // expected-warning + {{tainted}}
/external/libvncserver/x11vnc/
H A Dsslcmds.c483 char *cdir, *home, *tmp; local
496 home = get_home_dir();
497 if (! home) {
500 cdir = (char *) malloc(strlen(home) + strlen("/.vnc/certs/CA") + 1);
502 sprintf(cdir, "%s%s", home, cases1[i]);
515 sprintf(cdir, "%s%s", home, cases1[1]);
H A Dutil.c293 char *home = NULL; local
295 home = getenv("HOME");
298 if (home == NULL) {
301 home = pw->pw_dir;
306 if (home) {
307 return(strdup(home));
H A Duser.c66 static void user2uid(char *user, uid_t *uid, gid_t *gid, char **name, char **home);
70 static int switch_user_env(uid_t uid, gid_t gid, char *name, char *home, int fb_mode);
273 static void user2uid(char *user, uid_t *uid, gid_t *gid, char **name, char **home) { argument
279 *home = NULL;
356 *home = pw->pw_dir;
457 char *user, *name, *home, dpystr[10]; local
488 user2uid(user, &uid, &gid, &name, &home);
504 if (switch_user_env(uid, gid, name, home, 0)) {
655 char *home, *name; local
662 home
719 char *name, *home; local
758 switch_user_env(uid_t uid, gid_t gid, char *name, char *home, int fb_mode) argument
[all...]
H A Dx11vnc.c1064 char *home = get_home_dir(); local
1065 if (! home) {
1069 strncpy(rcfile, home, 500);
1070 free(home);
/external/linux-tools-perf/src/tools/perf/util/
H A Dconfig.c407 const char *home = NULL; local
418 home = getenv("HOME");
419 if (perf_config_global() && home) {
420 char *user_config = strdup(mkpath("%s/.perfconfig", home));
425 "ignoring it.", home);
/external/llvm/lib/Support/
H A Draw_ostream.cpp72 // An out of line virtual method to provide a home for the class vtable.
483 void format_object_base::home() { function in class:format_object_base
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
H A Dpde-ant.jar ... .exports.FeatureExportInfo info java.io.File home public void setFeatures (java.lang.String) String features ...
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c949 char *home; local
960 if ((home = getenv ("HOME"))) {
961 GLuint len = strlen (home);
964 __driUtilMessage ("Can't allocate memory for %s/.drirc.", home);
966 memcpy (filenames[1], home, len);
/external/selinux/libsemanage/src/
H A Dgenhomedircon.c55 #define PATH_DEFAULT_HOME "/home"
56 #define PATH_EXPORT_HOME "/export/home"
101 char *home; member in struct:user_entry
447 * user's home directory.
449 * Currently, the only lines that apply to the the root of a user's home
451 * lines apply to a user's home directory. If this changes the
553 const char *seuser, const char *home,
558 {.search_for = TEMPLATE_HOME_DIR,.replace_with = home},
659 char *home = NULL; local
674 home
551 write_home_dir_context(genhomedircon_settings_t * s, FILE * out, semanage_list_t * tpl, const char *user, const char *seuser, const char *home, const char *role_prefix, const char *level) argument
[all...]
/external/libvncserver/libvncserver/
H A Drfbserver.c1243 char *home=NULL; local
1252 home = getenv("HOME");
1253 if (home!=NULL)
1255 strcpy(unixPath, home);
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c867 int home; local
880 if (os_strcasecmp(type, "home") == 0)
881 home = 1;
883 home = 0;
911 if (home) {
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c1267 HChar* home = VG_(getenv)("HOME"); local
1281 else if (is_quald && home && !wpfx) {
1285 Int mashedSzB = VG_(strlen)(pdbname) + VG_(strlen)(home) + 50/*misc*/;
1288 home, pdbname[0], &pdbname[2]);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c2585 "optional home realm)\n");
3270 "<addr> <home realm> = get HS20 nai home realm list" },
3925 char *home; local
3933 home = CONFIG_WPA_CLI_HISTORY_DIR;
3935 home = getenv("HOME");
3937 if (home) {
3939 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1;
3942 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 1335 milliseconds

12