/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/ |
H A D | xtmSetup.c | 297 struct passwd *password_ref; in createDbDir() local 300 password_ref = getpwuid( getuid() ); in createDbDir() 302 if( password_ref == NULL ) in createDbDir() 305 strcpy( user, password_ref -> pw_name ); in createDbDir() 431 struct passwd *password_ref; in okCB() local 470 password_ref = getpwuid( getuid() ); in okCB() 472 if( password_ref != NULL ) { in okCB() 473 strncpy( calendar_name, password_ref -> pw_name, XTM_GL_MAX_CAL_NAME ); in okCB()
|
H A D | xtmMsgBase.c | 344 struct passwd *password_ref; in sendInternalMessage() local 369 password_ref = getpwuid( getuid() ); in sendInternalMessage() 370 if( password_ref != NULL ) in sendInternalMessage() 371 strncpy( msg.from, password_ref -> pw_name, 20 ); in sendInternalMessage()
|
H A D | xtmEditAclUx.c | 619 struct passwd *password_ref; in saveAccessInfo() local 656 password_ref = getpwnam( user ); in saveAccessInfo() 657 access.uid = password_ref -> pw_uid; in saveAccessInfo() 720 struct passwd *password_ref; in setAccessData() local 767 password_ref = getpwuid( access.uid ); in setAccessData() 768 if( password_ref != NULL ) in setAccessData() 769 strcpy( user, password_ref -> pw_name ); in setAccessData() 1180 struct passwd *password_ref; in addCB() local 1202 password_ref = getpwnam( user ); in addCB() 1204 if( password_ref == NULL ) { in addCB()
|
H A D | xtmSchedMain.c | 1753 struct passwd *password_ref; in displayEntryInfo() local 1812 password_ref = getpwuid( entry_record.entry.owner ); in displayEntryInfo() 1813 if( password_ref != NULL ) in displayEntryInfo() 1814 strcpy( last_changed_by, password_ref -> pw_name ); in displayEntryInfo()
|
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/java/fauxware_java_jni/src/ |
H A D | fauxware_jni.c | 26 Java_Fauxware_authenticate (JNIEnv *env, jclass cls, jstring password_ref){ in Java_Fauxware_authenticate() argument 27 const char *password = (*env)->GetStringUTFChars(env, password_ref, 0); in Java_Fauxware_authenticate() 29 (*env)->ReleaseStringUTFChars(env, password_ref, password); in Java_Fauxware_authenticate()
|
/dports/devel/py-cle/binaries-9.0.5405/tests_src/java/fauxware_java_jni/src/ |
H A D | fauxware_jni.c | 26 Java_Fauxware_authenticate (JNIEnv *env, jclass cls, jstring password_ref){ in Java_Fauxware_authenticate() argument 27 const char *password = (*env)->GetStringUTFChars(env, password_ref, 0); in Java_Fauxware_authenticate() 29 (*env)->ReleaseStringUTFChars(env, password_ref, password); in Java_Fauxware_authenticate()
|
/dports/security/py-ailment/binaries-9.0.5405/tests_src/java/fauxware_java_jni/src/ |
H A D | fauxware_jni.c | 26 Java_Fauxware_authenticate (JNIEnv *env, jclass cls, jstring password_ref){ in Java_Fauxware_authenticate() argument 27 const char *password = (*env)->GetStringUTFChars(env, password_ref, 0); in Java_Fauxware_authenticate() 29 (*env)->ReleaseStringUTFChars(env, password_ref, password); in Java_Fauxware_authenticate()
|
/dports/security/py-angr/binaries-9.0.5405/tests_src/java/fauxware_java_jni/src/ |
H A D | fauxware_jni.c | 26 Java_Fauxware_authenticate (JNIEnv *env, jclass cls, jstring password_ref){ in Java_Fauxware_authenticate() argument 27 const char *password = (*env)->GetStringUTFChars(env, password_ref, 0); in Java_Fauxware_authenticate() 29 (*env)->ReleaseStringUTFChars(env, password_ref, password); in Java_Fauxware_authenticate()
|
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdinitdb/ |
H A D | xtmInitDb.c | 114 struct passwd *password_ref; in main() local 277 password_ref = getpwuid( getuid() ); in main() 278 if( password_ref != NULL ) in main() 279 strcpy( buffer, password_ref -> pw_name ); in main()
|
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/darwin/ |
H A D | darwin_pki_utils.c | 187 CFStringRef password_ref = CFSTR(""); in aws_import_pkcs12_to_identity() local 190 …password_ref = CFStringCreateWithBytes(cf_alloc, password->ptr, password->len, kCFStringEncodingUT… in aws_import_pkcs12_to_identity() 193 CFDictionaryAddValue(dictionary, kSecImportExportPassphrase, password_ref); in aws_import_pkcs12_to_identity() 200 if (password_ref) { in aws_import_pkcs12_to_identity() 201 CFRelease(password_ref); in aws_import_pkcs12_to_identity()
|
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/ |
H A D | module_types.cpp | 392 if (!(lhs.password_ref() == rhs.password_ref())) { in operator ==() 405 if (!(lhs.password_ref() == rhs.password_ref())) { in operator <() 406 return lhs.password_ref() < rhs.password_ref(); in operator <() 415 swap(a.password_ref().value(), b.password_ref().value()); in swap()
|
H A D | module_for_each_field.h | 43 f(1, static_cast<T&&>(t).password_ref()...);
|
H A D | module_visit_by_thrift_field_metadata.h | 62 return f(1, static_cast<T&&>(t).password_ref());
|
H A D | module_types.h | 805 FOLLY_ERASE ::apache::thrift::field_ref<const T&> password_ref() const& { 810 FOLLY_ERASE ::apache::thrift::field_ref<const T&&> password_ref() const&& { 815 FOLLY_ERASE ::apache::thrift::field_ref<T&> password_ref() & { 820 FOLLY_ERASE ::apache::thrift::field_ref<T&&> password_ref() && { 865 password_ref() = std::forward<T_SecretStruct_password_struct_setter>(password_);
|
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/ |
H A D | types.h | 79 obj.password_ref().copy_from(default_inst<::cpp2::SecretStruct>().password_ref());
|
H A D | types.pxd | 113 __field_ref[string] password_ref()
|
H A D | types.pyx | 378 "password": deref(self._cpp_obj).password_ref().has_value(), 397 return (<bytes>deref(self._cpp_obj).password_ref().value()).decode('UTF-8')
|
H A D | types_fields.pyx | 171 …deref(self._struct_cpp_obj).password_ref().assign(cmove(bytes_to_string(_fbthrift_value.encode('ut…
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/ |
H A D | mz_crypt_apple.c | 411 CFStringRef password_ref = NULL; in mz_crypt_sign() local 431 password_ref = CFStringCreateWithCString(0, cert_pwd, kCFStringEncodingUTF8); in mz_crypt_sign() 432 options_values[0] = password_ref; in mz_crypt_sign() 468 if (password_ref) in mz_crypt_sign() 469 CFRelease(password_ref); in mz_crypt_sign()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/ |
H A D | mz_crypt_apple.c | 411 CFStringRef password_ref = NULL; in mz_crypt_sign() local 431 password_ref = CFStringCreateWithCString(0, cert_pwd, kCFStringEncodingUTF8); in mz_crypt_sign() 432 options_values[0] = password_ref; in mz_crypt_sign() 468 if (password_ref) in mz_crypt_sign() 469 CFRelease(password_ref); in mz_crypt_sign()
|
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdnotify/ |
H A D | xtmNotify.c | 696 struct passwd *password_ref; in fetchChangedEntries() local 705 password_ref = getpwuid( entry_record.entry.owner ); in fetchChangedEntries() 706 if( password_ref != NULL ) in fetchChangedEntries() 707 strcpy( changed_by, password_ref -> pw_name ); in fetchChangedEntries()
|
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdaclafs/ |
H A D | xtmEdAclAfs.c | 649 struct passwd *password_ref; in saveAccessInfo() local 653 password_ref = getpwuid( getuid() ); in saveAccessInfo() 654 strcpy( afs_acl_entry.id, password_ref -> pw_name ); in saveAccessInfo()
|