The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Результаты поиска по запросу 'pwd.h'

Результаты поиска по запросу 'pwdh'


Поиск:          
Искать в ключах
Советы по поиску

Документы 1 - 10 из 73 найденных документов.
[getpwuid.3.html]******
  NAME getpwuid, getpwuid_r - search user database for a user ID   SYNOPSIS #include <pwd.h> struct passwd *getpwuid(uid_t uid ); int getpwuid_r(uid_t uid , struct passwd *pwd , char *buffer ,        size_t bufsize , struct passwd **result );   DESCRIPTION The getpwuid() function shall search the user ...
http://www.opennet.ru/man/posix/getpwuid.3.html 19.01.2009, 7807 bytes
[getpwnam.3.html]******
  NAME getpwnam, getpwnam_r - search user database for a name   SYNOPSIS #include <pwd.h> struct passwd *getpwnam(const char *name ); int getpwnam_r(const char *name , struct passwd *pwd , char *buffer ,        size_t bufsize , struct passwd **result );   DESCRIPTION The getpwnam() function shall search ...
http://www.opennet.ru/man/posix/getpwnam.3.html 19.01.2009, 6496 bytes
[pwd.h.3.html]******
  NAME pwd.h, pwd - password structure   SYNOPSIS #include <pwd.h>   DESCRIPTION The <pwd.h> header provides a definition for struct passwd, which includes the following members: char *pw_name user's login name uid_t pw_uid numerical user ID gid_t pw_gid numerical group ID char *pw_dir initial working ...
http://www.opennet.ru/man/solaris/pwd.h.3.html 19.01.2009, 1846 bytes
[endpwent.3.html]******
  NAME endpwent, getpwent, setpwent - user database functions   SYNOPSIS #include <pwd.h> void endpwent(void); struct passwd *getpwent(void); void setpwent(void);   DESCRIPTION These functions shall retrieve information about users. The getpwent() function shall return a pointer to a structure containing ...
http://www.opennet.ru/man/posix/endpwent.3.html 19.01.2009, 5168 bytes
[getpwnam.3.html]******
  NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r - get password file entry   SYNOPSIS #include <sys/types.h> #include <pwd.h> struct passwd *getpwnam(const char *name ); struct passwd *getpwuid(uid_t uid ); int getpwnam_r(const char *name , struct passwd *pwd , char *buf , size_t buflen , struct passwd ...
http://www.opennet.ru/man/linux/getpwnam.3.html 19.01.2009, 8860 bytes
[papiJobSubmit.3.html]******
... program to enumerate queued jobs using PAPI interfaces. */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <libintl.h> #include <pwd.h> #include <papi.h> static int authCB(papi_service_t svc, void *app_data) { char prompt[BUFSIZ]; char *user, *svc_name, *passphrase; /* get the name ...
http://www.opennet.ru/man/solaris/papiJobSubmit.3.html 19.01.2009, 21488 bytes
[getpwent_r.3.html]******
  NAME getpwent_r, fgetpwent_r - get passwd file entry reentrantly   SYNOPSIS #include <pwd.h> int getpwent_r(struct passwd *pwbuf , char *buf , size_t buflen , struct passwd **pwbufp ); int fgetpwent_r(FILE *fp , struct passwd *pwbuf , char *buf , size_t buflen , struct passwd **pwbufp ); Feature Test ...
http://www.opennet.ru/man/linux/getpwent_r.3.html 19.01.2009, 5839 bytes
[pwd.h.3.html]******
  NAME pwd.h - password structure   SYNOPSIS #include <pwd.h>   DESCRIPTION The <pwd.h> header shall provide a definition for struct passwd, which shall include at least the following members: char *pw_name User's login name. uid_t pw_uid Numerical user ID. gid_t pw_gid Numerical group ID. char *pw_dir ...
http://www.opennet.ru/man/posix/pwd.h.3.html 19.01.2009, 3013 bytes
[fgetpwent.3.html]******
  NAME fgetpwent - get password file entry   SYNOPSIS #include <stdio.h> #include <sys/types.h> #include <pwd.h> struct passwd *fgetpwent(FILE *stream ); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): fgetpwent(): _SVID_SOURCE   DESCRIPTION The fgetpwent() function returns a ...
http://www.opennet.ru/man/linux/fgetpwent.3.html 19.01.2009, 3899 bytes
[putpwent.3.html]******
  НАЗВАНИЕ putpwent - записывает строку в формате файла паролей   СИНТАКСИС #include <pwd.h> #include <stdio.h> #include <sys/types.h> int putpwent(const struct passwd *p , FILE *stream );   ОПИСАНИЕ Функция putpwent() записывает строку в формате файла паролей из структуры p в файловый поток stream ...
http://www.opennet.ru/man/rus/putpwent.3.html 19.01.2009, 2738 bytes

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | (Сортировать по дате) Следующая >> Искать через GoogleYandex



Партнёры:
PostgresPro
 Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2026 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру