Home
last modified time | relevance | path

Searched refs:pwd (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sal/workben/
H A Dtgetpwnam.cxx101 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 …]
/trunk/main/l10ntools/source/
H A Dtreeconfig.cxx70 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 Dlocalize.cxx951 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()
/trunk/main/sal/osl/unx/
H A Dsystem.c87 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 Dsecurity.c745 struct passwd pwd; in osl_psz_getHomeDir() local
749 if ( 0 != getpwuid_r(getuid(), &pwd, buffer, sizeof(buffer), &ppwd ) ) in osl_psz_getHomeDir()
752 ppwd = getpwuid_r(getuid(), &pwd, buffer, sizeof(buffer) ); in osl_psz_getHomeDir()
H A Dsystem.h478 struct passwd *getpwent_r(struct passwd *pwd, char *buffer, int buflen);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XIsolatedConnection.java93 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()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPluginFactoryImpl.java139 PocketWordDocument pwd = new PocketWordDocument(name); in createDeviceDocument() local
140 pwd.read(is); in createDeviceDocument()
141 return pwd; in createDeviceDocument()
/trunk/main/sal/osl/os2/
H A Dsecurity.c227 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 Dsystem.h497 struct passwd *getpwent_r(struct passwd *pwd, char *buffer, int buflen);
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch108 #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)))
/trunk/main/python/
H A Dpython-freebsd.patch120 RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
126 RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
/trunk/main/toolkit/doc/layout/
H A DREADME13 * [d]make install DESTDIR=$(pwd)/ooo-layout/
/trunk/main/toolkit/workben/layout/
H A DREADME7 * export OOO_INSTALL_PREFIX=$(pwd)/ooo-layout
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch.mingw7 - absdir=`cd "$dir" && pwd`
/trunk/main/solenv/bin/
H A Dlinkoo40 export STAR_RESOURCEPATH=`pwd`/resource
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch3414 PK11_Authenticate(slot, PR_TRUE, NULL /* default pwd callback */);
3509 PK11_Authenticate(slot, PR_TRUE, NULL /* default pwd callback */);
/trunk/main/
H A Dconfigure.ac1154 macos_c11=`pwd`/macos_c11
6948 a_cwd=`pwd`
6953 ANT="`pwd`"/"`basename "$a_script"`"

Completed in 135 milliseconds