| /src/external/gpl3/gdb/dist/readline/readline/ |
| shell.c | 157 static char *home_dir = (char *)NULL; local 160 if (home_dir) 161 return (home_dir); 163 home_dir = (char *)NULL; 171 home_dir = savestring (entry->pw_dir); 178 return (home_dir);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| shell.c | 157 static char *home_dir = (char *)NULL; local 160 if (home_dir) 161 return (home_dir); 163 home_dir = (char *)NULL; 171 home_dir = savestring (entry->pw_dir); 178 return (home_dir);
|
| /src/external/gpl2/xcvs/dist/src/ |
| ignore.c | 63 char *home_dir; local 90 home_dir = get_homedir (); 96 if (home_dir) 98 char *file = strcat_filename_onto_homedir (home_dir, CVSDOTIGNORE);
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
| tspps.c | 67 char *file_name = NULL, *home_dir = NULL; local 118 home_dir = strdup(pwp->pw_dir); 124 if (!home_dir) 128 rc = snprintf(buf, sizeof (buf), "%s/%s", home_dir, TSS_USER_PS_DIR); 159 rc = snprintf(buf, sizeof (buf), "%s/%s/%s", home_dir, TSS_USER_PS_DIR, 169 free(home_dir);
|
| /src/external/gpl2/gmake/dist/glob/ |
| glob.c | 619 const char *home_dir = getenv ("SYS$LOGIN"); 621 const char *home_dir = getenv ("HOME"); 624 if (home_dir == NULL || home_dir[0] == '\0') 625 home_dir = "SYS:"; 628 if (home_dir == NULL || home_dir[0] == '\0') 629 home_dir = "c:/users/default"; /* poor default */ 633 if (home_dir == NULL || home_dir[0] == '\0' 618 const char *home_dir = getenv ("SYS$LOGIN"); local 719 const char *home_dir; local [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| glob.c | 527 const char *home_dir = getenv ("HOME"); 529 if (home_dir == NULL || home_dir[0] == '\0') 530 home_dir = "SYS:"; 533 if (home_dir == NULL || home_dir[0] == '\0') 534 home_dir = "c:/users/default"; /* poor default */ 536 if (home_dir == NULL || home_dir[0] == '\0') 587 home_dir = p->pw_dir 526 const char *home_dir = getenv ("HOME"); local 616 const char *home_dir; local [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| glob.c | 624 char *home_dir = getenv ("HOME"); 626 if (home_dir == NULL || home_dir[0] == '\0') 642 home_dir = mem; 645 home_dir = "c:/users/default"; /* poor default */ 679 home_dir = strdup (p->pw_dir); 683 if (err == 0 && home_dir == NULL) 690 if (home_dir == NULL || home_dir[0] == '\0') 693 free (home_dir); 623 char *home_dir = getenv ("HOME"); local [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| glob.c | 624 char *home_dir = getenv ("HOME"); 626 if (home_dir == NULL || home_dir[0] == '\0') 642 home_dir = mem; 645 home_dir = "c:/users/default"; /* poor default */ 679 home_dir = strdup (p->pw_dir); 683 if (err == 0 && home_dir == NULL) 690 if (home_dir == NULL || home_dir[0] == '\0') 693 free (home_dir); 623 char *home_dir = getenv ("HOME"); local [all...] |
| /src/external/gpl2/gmake/dist/ |
| read.c | 2956 char *home_dir; 2964 home_dir = allocated_variable_expand ("$(HOME)"); 2969 is_variable = home_dir[0] != '\0'; 2972 free (home_dir); 2973 home_dir = getenv ("HOME"); 2976 if (home_dir == 0 || home_dir[0] == '\0') 2980 home_dir = 0; 2985 home_dir = p->pw_dir; 2989 if (home_dir != 0 2941 char *home_dir; local [all...] |
| /src/external/public-domain/sqlite/dist/ |
| shell.c | 28564 static char *home_dir = NULL; local 28566 free(home_dir); 28567 home_dir = 0; 28570 if( home_dir ) return home_dir; 28578 home_dir = pwent->pw_dir; 28586 home_dir = "/"; 28590 if (!home_dir) { 28591 home_dir = getenv("USERPROFILE"); 28595 if (!home_dir) { 28672 char *home_dir = NULL; local [all...] |