Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

getpwnam_r

Declaration

Source position: pwdh.inc line 28

function getpwnam_r(

  __name: Pchar;

  __resultbuf: Ppasswd;

  __buffer: Pchar;

  __buflen: size_t;

  __result: PPpasswd

):LongInt;

function getpwnam_r(

  __name: Pchar;

  var __resultbuf: passwd;

  __buffer: Pchar;

  __buflen: size_t;

  var __result: Ppasswd

):LongInt;


Documentation generated on: 2023-03-18