Home
last modified time | relevance | path

Searched refs:PLen (Results 1 – 25 of 47) sorted by relevance

12

/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dos_os2.cpp106 ULONG PLen = 1; in make_device_names() local
114 (PVOID)&Parms, PLen, &PLen, (PVOID)&Id, IDLen, &IDLen); in make_device_names()
120 (PVOID)&Parms, PLen, &PLen, (PVOID)&Id, IDLen, &IDLen); in make_device_names()
134 (PVOID)&Parms, PLen, &PLen, (PVOID)&Id, IDLen, &IDLen); in make_device_names()
145 (PVOID)&Parms, PLen, &PLen, (PVOID)&Id, IDLen, &IDLen); in make_device_names()
245 ULONG PLen = 1; in dani_ioctl() local
255 (PVOID)&Parms, PLen, &PLen, (UCHAR *)arg+4, DLen, &DLen); in dani_ioctl()
309 (PVOID)&Parms, PLen, &PLen, (PVOID)buff, DLen, &DLen); in dani_ioctl()
319 (PVOID)&Parms, PLen, &PLen, (PVOID)buff, DLen, &DLen); in dani_ioctl()
330 (PVOID)&Parms, PLen, &PLen, (PVOID)buff, DLen, &DLen); in dani_ioctl()
[all …]
/dports/misc/estic/estic-1.61_10/spunk/
H A Dstr.cc1017 u16 PLen = strlen (P); in operator +=() local
1018 S.Resize (S.Length + PLen + 1); in operator +=()
1019 memcpy (&S.Str [S.Length], P, PLen + 1); in operator +=()
1020 S.Length += PLen; in operator +=()
1041 u16 PLen = strlen (P); in operator +() local
1042 Res.Length = S.Length + PLen; in operator +()
1046 memcpy (&Res.Str [S.Length], P, PLen + 1); in operator +()
1077 u16 PLen = strlen (P); in operator +() local
1078 Res.Length = PLen + S2.Length; in operator +()
1081 memcpy (Res.Str, P, PLen); in operator +()
[all …]
H A Dstr.new1100 u16 PLen = strlen (P);
1101 S.Resize (S.Length + PLen + 1);
1102 memcpy (&S.Str [S.Length], P, PLen + 1);
1103 S.Length += PLen;
1124 u16 PLen = strlen (P);
1125 Res.Length = S.Length + PLen;
1129 memcpy (&Res.Str [S.Length], P, PLen + 1);
1160 u16 PLen = strlen (P);
1161 Res.Length = PLen + S2.Length;
1164 memcpy (Res.Str, P, PLen);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_sftpd.erl314 handle_op(?SSH_FXP_READLINK, ReqId, <<?UINT32(PLen), RelPath:PLen/binary>>,
327 handle_op(?SSH_FXP_SETSTAT, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
332 handle_op(?SSH_FXP_MKDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
358 handle_op(?SSH_FXP_REMOVE, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
376 handle_op(?SSH_FXP_RMDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
384 Bin = <<?UINT32(PLen), _:PLen/binary, ?UINT32(PLen2),
390 <<?UINT32(PLen), BPath:PLen/binary, ?UINT32(PLen2),
420 <<?UINT32(PLen), Link:PLen/binary, ?UINT32(PLen2),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_sftpd.erl312 handle_op(?SSH_FXP_READLINK, ReqId, <<?UINT32(PLen), RelPath:PLen/binary>>,
325 handle_op(?SSH_FXP_SETSTAT, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
330 handle_op(?SSH_FXP_MKDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
356 handle_op(?SSH_FXP_REMOVE, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
374 handle_op(?SSH_FXP_RMDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
382 Bin = <<?UINT32(PLen), _:PLen/binary, ?UINT32(PLen2),
388 <<?UINT32(PLen), BPath:PLen/binary, ?UINT32(PLen2),
418 <<?UINT32(PLen), Link:PLen/binary, ?UINT32(PLen2),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_sftpd.erl300 handle_op(?SSH_FXP_READLINK, ReqId, <<?UINT32(PLen), RelPath:PLen/binary>>,
313 handle_op(?SSH_FXP_SETSTAT, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
318 handle_op(?SSH_FXP_MKDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
344 handle_op(?SSH_FXP_REMOVE, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
362 handle_op(?SSH_FXP_RMDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
370 Bin = <<?UINT32(PLen), _:PLen/binary, ?UINT32(PLen2),
376 <<?UINT32(PLen), BPath:PLen/binary, ?UINT32(PLen2),
406 <<?UINT32(PLen), Link:PLen/binary, ?UINT32(PLen2),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_sftpd.erl314 handle_op(?SSH_FXP_READLINK, ReqId, <<?UINT32(PLen), RelPath:PLen/binary>>,
327 handle_op(?SSH_FXP_SETSTAT, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
332 handle_op(?SSH_FXP_MKDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
358 handle_op(?SSH_FXP_REMOVE, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
376 handle_op(?SSH_FXP_RMDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
384 Bin = <<?UINT32(PLen), _:PLen/binary, ?UINT32(PLen2),
390 <<?UINT32(PLen), BPath:PLen/binary, ?UINT32(PLen2),
420 <<?UINT32(PLen), Link:PLen/binary, ?UINT32(PLen2),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_sftpd.erl314 handle_op(?SSH_FXP_READLINK, ReqId, <<?UINT32(PLen), RelPath:PLen/binary>>,
327 handle_op(?SSH_FXP_SETSTAT, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
332 handle_op(?SSH_FXP_MKDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
358 handle_op(?SSH_FXP_REMOVE, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
376 handle_op(?SSH_FXP_RMDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
384 Bin = <<?UINT32(PLen), _:PLen/binary, ?UINT32(PLen2),
390 <<?UINT32(PLen), BPath:PLen/binary, ?UINT32(PLen2),
420 <<?UINT32(PLen), Link:PLen/binary, ?UINT32(PLen2),
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_sftpd.erl314 handle_op(?SSH_FXP_READLINK, ReqId, <<?UINT32(PLen), RelPath:PLen/binary>>,
327 handle_op(?SSH_FXP_SETSTAT, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
332 handle_op(?SSH_FXP_MKDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
358 handle_op(?SSH_FXP_REMOVE, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
376 handle_op(?SSH_FXP_RMDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
384 Bin = <<?UINT32(PLen), _:PLen/binary, ?UINT32(PLen2),
390 <<?UINT32(PLen), BPath:PLen/binary, ?UINT32(PLen2),
420 <<?UINT32(PLen), Link:PLen/binary, ?UINT32(PLen2),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_sftpd.erl314 handle_op(?SSH_FXP_READLINK, ReqId, <<?UINT32(PLen), RelPath:PLen/binary>>,
327 handle_op(?SSH_FXP_SETSTAT, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
332 handle_op(?SSH_FXP_MKDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary,
358 handle_op(?SSH_FXP_REMOVE, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
376 handle_op(?SSH_FXP_RMDIR, ReqId, <<?UINT32(PLen), BPath:PLen/binary>>,
384 Bin = <<?UINT32(PLen), _:PLen/binary, ?UINT32(PLen2),
390 <<?UINT32(PLen), BPath:PLen/binary, ?UINT32(PLen2),
420 <<?UINT32(PLen), Link:PLen/binary, ?UINT32(PLen2),
/dports/net/rude/rude/scripts/
H A Dcrude_parse.pl58 $Parse::PLen = 0;
123 $Parse::PLen = log($Parse::Prec)/log(10);
124 $Parse::Step = 10**(6-$Parse::PLen);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dpwdbased.h192 const size_t PLen = RoundUpToMultipleOf(passwordLen, v), ILen = SLen + PLen; in DeriveKey() local
193 SecByteBlock buffer(DLen + SLen + PLen); in DeriveKey()
200 for (i=0; i<PLen; i++) in DeriveKey()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_TorusRangeSplitter.cxx189 TColStd_Array1OfReal& P, const Standard_Integer PLen) const in FUN_CalcAverageDUV()
194 for (i = 1; i <= PLen; i++) in FUN_CalcAverageDUV()
197 for (j = i + 1; j <= PLen; j++) in FUN_CalcAverageDUV()
H A DBRepMesh_TorusRangeSplitter.hxx54 Standard_Real FUN_CalcAverageDUV(TColStd_Array1OfReal& P, const Standard_Integer PLen) const;
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dpwdbased.h420 const size_t PLen = RoundUpToMultipleOf(secretLen, v), ILen = SLen + PLen; in DeriveKey() local
421 SecByteBlock buffer(DLen + SLen + PLen); in DeriveKey()
430 for (i=0; i<PLen; i++) in DeriveKey()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dpwdbased.h420 const size_t PLen = RoundUpToMultipleOf(secretLen, v), ILen = SLen + PLen; in DeriveKey() local
421 SecByteBlock buffer(DLen + SLen + PLen); in DeriveKey()
430 for (i=0; i<PLen; i++) in DeriveKey()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dpwdbased.h420 const size_t PLen = RoundUpToMultipleOf(secretLen, v), ILen = SLen + PLen; in DeriveKey() local
421 SecByteBlock buffer(DLen + SLen + PLen); in DeriveKey()
430 for (i=0; i<PLen; i++) in DeriveKey()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dpwdbased.h420 const size_t PLen = RoundUpToMultipleOf(secretLen, v), ILen = SLen + PLen;
421 SecByteBlock buffer(DLen + SLen + PLen);
430 for (i=0; i<PLen; i++)
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepMesh_TorusRangeSplitter.hxx54 Standard_Real FUN_CalcAverageDUV(TColStd_Array1OfReal& P, const Standard_Integer PLen) const;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepMesh_TorusRangeSplitter.hxx54 Standard_Real FUN_CalcAverageDUV(TColStd_Array1OfReal& P, const Standard_Integer PLen) const;
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dmasks.pas95 PLen: PtrInt;
101 PLen := UTF8CodepointSize(p);
104 SetLength(Res,PLen);
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dmasks.pas95 PLen: PtrInt;
101 PLen := UTF8CodepointSize(p);
104 SetLength(Res,PLen);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-pehage.adb1405 PLen : constant Natural := Pkg_Name'Length; constant
1406 FName : String (1 .. PLen + 4);
1411 FName (1 .. PLen) := Pkg_Name;
1412 for J in 1 .. PLen loop
1423 FName (PLen + 1 .. PLen + 4) := ".ads";
1442 FName (PLen + 4) := 'b';
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-pehage.adb1405 PLen : constant Natural := Pkg_Name'Length;
1406 FName : String (1 .. PLen + 4);
1411 FName (1 .. PLen) := Pkg_Name;
1412 for J in 1 .. PLen loop
1423 FName (PLen + 1 .. PLen + 4) := ".ads";
1442 FName (PLen + 4) := 'b';
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/softoken/
H A Dlowpbe.c422 unsigned int SLen, PLen; in nsspkcs5_PKCS12PBE() local
459 PLen = NSSPBE_ROUNDUP(pwitem->len, bufferLength); in nsspkcs5_PKCS12PBE()
460 I.len = SLen + PLen; in nsspkcs5_PKCS12PBE()
476 if (PLen) { in nsspkcs5_PKCS12PBE()
477 for (i = 0; i < PLen; i += pwitem->len) { in nsspkcs5_PKCS12PBE()
478 PORT_Memcpy(P + i, pwitem->data, NSSPBE_MIN(PLen - i, pwitem->len)); in nsspkcs5_PKCS12PBE()

12