/aoo4110/main/sal/workben/ |
H A D | tgetpwnam.cxx | 101 struct passwd *pwd, *pres1; in main() local 123 printf("Name: %s\n", pwd->pw_name); in main() 124 printf("Passwd: %s\n", pwd->pw_passwd); in main() 125 printf("Uid: %d\n", pwd->pw_uid); in main() 126 printf("Gid: %d\n", pwd->pw_gid); in main() 129 printf("Class: %s\n", pwd->pw_class); in main() 131 printf("Age: %s\n", pwd->pw_age); in main() 134 printf("Gecos: %s\n", pwd->pw_gecos); in main() 135 printf("Dir: %s\n", pwd->pw_dir); in main() 136 printf("Shell: %s\n", pwd->pw_shell); in main() [all …]
|
/aoo4110/main/l10ntools/source/ |
H A D | treeconfig.cxx | 70 string pwd; in getActiveRepositories() local 72 Export::getCurrentDir( pwd ); in getActiveRepositories() 78 string::size_type pos = pwd.find_first_of( source_root ); in getActiveRepositories() 79 …if( pos != string::npos && ( pos + source_root.length() +1 ) < pwd.length()){ // I am within SOUR… in getActiveRepositories() 80 partial = pwd.substr( pos + source_root.length() +1 , pwd.length()); in getActiveRepositories()
|
H A D | localize.cxx | 951 string pwd; in main() local 952 Export::getCurrentDir( pwd ); in main() 953 cout << "Localizing repository " << pwd << "\n"; in main() 954 …SourceTreeLocalizer aIter( ByteString( pwd.c_str() ) , sVersion , (sOutput.Len() > 0) , bSkipLinks… in main()
|
/aoo4110/main/sal/osl/unx/ |
H A D | system.c | 87 int getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, in getpwuid_r() argument 109 memcpy(pwd, res, sizeof(struct passwd)); in getpwuid_r() 112 pwd->pw_name = buffer; in getpwuid_r() 116 pwd->pw_passwd = buffer; in getpwuid_r() 120 pwd->pw_class = buffer; in getpwuid_r() 124 pwd->pw_gecos = buffer; in getpwuid_r() 128 pwd->pw_dir = buffer; in getpwuid_r() 132 pwd->pw_shell = buffer; in getpwuid_r() 135 *result = pwd ; in getpwuid_r()
|
H A D | security.c | 746 struct passwd pwd; in osl_psz_getHomeDir() local 750 if ( 0 != getpwuid_r(getuid(), &pwd, buffer, sizeof(buffer), &ppwd ) ) in osl_psz_getHomeDir() 753 ppwd = getpwuid_r(getuid(), &pwd, buffer, sizeof(buffer) ); in osl_psz_getHomeDir()
|
H A D | system.h | 478 struct passwd *getpwent_r(struct passwd *pwd, char *buffer, int buflen);
|
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XIsolatedConnection.java | 93 String pwd = null; in _getIsolatedConnection() local 103 pwd = userSettings[1].equals("")?"<empty>":userSettings[1]; in _getIsolatedConnection() 105 pwd = "<null>"; in _getIsolatedConnection() 108 "with user = '" + user + "'; password = '" + pwd + "'"); in _getIsolatedConnection() 111 con = oObj.getIsolatedConnection(user, pwd) ; in _getIsolatedConnection()
|
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | PluginFactoryImpl.java | 139 PocketWordDocument pwd = new PocketWordDocument(name); in createDeviceDocument() local 140 pwd.read(is); in createDeviceDocument() 141 return pwd; in createDeviceDocument()
|
/aoo4110/main/sal/osl/os2/ |
H A D | security.c | 227 struct passwd pwd; in osl_psz_getHomeDir() local 231 if ( 0 != getpwuid_r(getuid(), &pwd, buffer, sizeof(buffer), &ppwd ) ) in osl_psz_getHomeDir() 234 ppwd = getpwuid_r(getuid(), &pwd, buffer, sizeof(buffer) ); in osl_psz_getHomeDir()
|
H A D | system.h | 497 struct passwd *getpwent_r(struct passwd *pwd, char *buffer, int buflen);
|
/aoo4110/main/icu/ |
H A D | icu4c-4_0_1-src.patch | 108 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS 112 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS 115 +SRCDIR_DEPEND=$(shell cd $(SRCDIR) && pwd) 116 +DATAFILEPATHS_DEPEND=$(foreach p,$(DATAFILEPATHS),$(shell cd $(dir $(p)) && pwd)/$(notdir $(p)))
|
/aoo4110/main/python/ |
H A D | python-freebsd.patch | 120 RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} 126 RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
/aoo4110/main/toolkit/doc/layout/ |
H A D | README | 13 * [d]make install DESTDIR=$(pwd)/ooo-layout/
|
/aoo4110/main/toolkit/workben/layout/ |
H A D | README | 7 * export OOO_INSTALL_PREFIX=$(pwd)/ooo-layout
|
/aoo4110/main/graphite/ |
H A D | graphite-2.3.1.patch.mingw | 7 - absdir=`cd "$dir" && pwd`
|
/aoo4110/main/solenv/bin/ |
H A D | linkoo | 40 export STAR_RESOURCEPATH=`pwd`/resource
|
/aoo4110/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 3414 PK11_Authenticate(slot, PR_TRUE, NULL /* default pwd callback */); 3509 PK11_Authenticate(slot, PR_TRUE, NULL /* default pwd callback */);
|
/aoo4110/main/ |
H A D | configure.ac | 2437 with_gxx_include_path=`cd $with_gxx_include_path && pwd` 6987 a_cwd=`pwd` 6992 ANT="`pwd`"/"`basename "$a_script"`"
|