manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 105 for entry (0.003 sec.)
Man page of GETUTENT 8891
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... h > int main(int argc, char *argv[]) { struct utmp entry; system("echo before adding entry:;who"); entry.ut ... _type = USER_PROCESS; entry.ut_pid = getpid(); strcpy(entry.ut_line, ttyname(S ... ect for ptys named /dev/tty[pqr][0-9a-z] */ strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen("/dev/tty")) ... ; time(&entry.ut_time); strcpy(entry.ut_user, getpwuid(getuid()) ...
https://man.plustar.jp/manpage/man3/getutxline.3.html - [similar]
Man page of GETUTENT 8891
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... h > int main(int argc, char *argv[]) { struct utmp entry; system("echo before adding entry:;who"); entry.ut ... _type = USER_PROCESS; entry.ut_pid = getpid(); strcpy(entry.ut_line, ttyname(S ... ect for ptys named /dev/tty[pqr][0-9a-z] */ strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen("/dev/tty")) ... ; time(&entry.ut_time); strcpy(entry.ut_user, getpwuid(getuid()) ...
https://man.plustar.jp/manpage/man3/pututline.3.html - [similar]
Man page of GETUTENT 8891
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... h > int main(int argc, char *argv[]) { struct utmp entry; system("echo before adding entry:;who"); entry.ut ... _type = USER_PROCESS; entry.ut_pid = getpid(); strcpy(entry.ut_line, ttyname(S ... ect for ptys named /dev/tty[pqr][0-9a-z] */ strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen("/dev/tty")) ... ; time(&entry.ut_time); strcpy(entry.ut_user, getpwuid(getuid()) ...
https://man.plustar.jp/manpage/man3/pututxline.3.html - [similar]
Man page of GETUTENT 8891
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... h > int main(int argc, char *argv[]) { struct utmp entry; system("echo before adding entry:;who"); entry.ut ... _type = USER_PROCESS; entry.ut_pid = getpid(); strcpy(entry.ut_line, ttyname(S ... ect for ptys named /dev/tty[pqr][0-9a-z] */ strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen("/dev/tty")) ... ; time(&entry.ut_time); strcpy(entry.ut_user, getpwuid(getuid()) ...
https://man.plustar.jp/manpage/man3/setutent.3.html - [similar]
Man page of GETUTENT 8891
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... h > int main(int argc, char *argv[]) { struct utmp entry; system("echo before adding entry:;who"); entry.ut ... _type = USER_PROCESS; entry.ut_pid = getpid(); strcpy(entry.ut_line, ttyname(S ... ect for ptys named /dev/tty[pqr][0-9a-z] */ strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen("/dev/tty")) ... ; time(&entry.ut_time); strcpy(entry.ut_user, getpwuid(getuid()) ...
https://man.plustar.jp/manpage/man3/setutxent.3.html - [similar]
Man page of GETUTENT 8891
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... h > int main(int argc, char *argv[]) { struct utmp entry; system("echo before adding entry:;who"); entry.ut ... _type = USER_PROCESS; entry.ut_pid = getpid(); strcpy(entry.ut_line, ttyname(S ... ect for ptys named /dev/tty[pqr][0-9a-z] */ strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen("/dev/tty")) ... ; time(&entry.ut_time); strcpy(entry.ut_user, getpwuid(getuid()) ...
https://man.plustar.jp/manpage/man3/utmpname.3.html - [similar]
Man page of GETUTENT 8891
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... h > int main(int argc, char *argv[]) { struct utmp entry; system("echo before adding entry:;who"); entry.ut ... _type = USER_PROCESS; entry.ut_pid = getpid(); strcpy(entry.ut_line, ttyname(S ... ect for ptys named /dev/tty[pqr][0-9a-z] */ strcpy(entry.ut_id, ttyname(STDIN_FILENO) + strlen("/dev/tty")) ... ; time(&entry.ut_time); strcpy(entry.ut_user, getpwuid(getuid()) ...
https://man.plustar.jp/manpage/man3/utmpxname.3.html - [similar]
Man page of HSEARCH 7053
HSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 hcrea ... 書式 #include < search.h > int hcreate(size_t nel ); ENTRY *hsearch(ENTRY item , ACTION action ); void hdestr ... nel , struct hsearch_data * htab ); int hsearch_r(ENTRY item , ACTION action , ENTRY ** retval , struct hs ... どうかは strcmp (3) を使って判定する)。 引数 item は ENTRY 型であり、 < search.h > の中で 以下のように定義され ... ている。 typedef struct entry { char *key; void *data; } ENTRY; フィールド key は ...
https://man.plustar.jp/manpage/man3/hcreate.3.html - [similar]
Man page of HSEARCH 7053
HSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 hcrea ... 書式 #include < search.h > int hcreate(size_t nel ); ENTRY *hsearch(ENTRY item , ACTION action ); void hdestr ... nel , struct hsearch_data * htab ); int hsearch_r(ENTRY item , ACTION action , ENTRY ** retval , struct hs ... どうかは strcmp (3) を使って判定する)。 引数 item は ENTRY 型であり、 < search.h > の中で 以下のように定義され ... ている。 typedef struct entry { char *key; void *data; } ENTRY; フィールド key は ...
https://man.plustar.jp/manpage/man3/hcreate_r.3.html - [similar]
Man page of HSEARCH 7053
HSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 hcrea ... 書式 #include < search.h > int hcreate(size_t nel ); ENTRY *hsearch(ENTRY item , ACTION action ); void hdestr ... nel , struct hsearch_data * htab ); int hsearch_r(ENTRY item , ACTION action , ENTRY ** retval , struct hs ... どうかは strcmp (3) を使って判定する)。 引数 item は ENTRY 型であり、 < search.h > の中で 以下のように定義され ... ている。 typedef struct entry { char *key; void *data; } ENTRY; フィールド key は ...
https://man.plustar.jp/manpage/man3/hdestroy.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022