Results of 1 - 10 of about 54 for we (0.014 sec.)
- Man page of WORDEXP 14655
- WORDEXP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 worde
...
果を返す。 データ型 wordexp_t は少なくともフィールド we_wordc , we_wordv , we_offs を持つ構造体である。 フ ...
ィールド we_wordc は size_t であり、 s を展開した結果に単語がい ...
くつあるかを表す。 フィールド we_wordv は char ** であり、見つかった単語の配列を指し ...
示す。 size_t 型のフィールド we_offs は、 we_wordv 配列にある初期要素のうちいくつが ...
-
https://man.plustar.jp/manpage/man3/wordexp.3.html
- [similar]
- Man page of WORDEXP 14655
- WORDEXP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 worde
...
果を返す。 データ型 wordexp_t は少なくともフィールド we_wordc , we_wordv , we_offs を持つ構造体である。 フ ...
ィールド we_wordc は size_t であり、 s を展開した結果に単語がい ...
くつあるかを表す。 フィールド we_wordv は char ** であり、見つかった単語の配列を指し ...
示す。 size_t 型のフィールド we_offs は、 we_wordv 配列にある初期要素のうちいくつが ...
-
https://man.plustar.jp/manpage/man3/wordfree.3.html
- [similar]
- Man page of POLL 8277
- POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp
...
rocmask (2) for a discussion on the differences between the kernel and the libc notion of the sigset. バ ...
bly POLLHUP ), closes the file descriptor. Suppose we run the program in one terminal, asking it to open ...
$ ./poll_input myfifo In a second terminal window, we then open the FIFO for writing, write some data to ...
cho aaaaabbbbbccccc > myfifo In the terminal where we are running the program, we would then see: Opened ...
-
https://man.plustar.jp/manpage/man2/poll.2.html
- [similar]
- Man page of POLL 8277
- POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp
...
rocmask (2) for a discussion on the differences between the kernel and the libc notion of the sigset. バ ...
bly POLLHUP ), closes the file descriptor. Suppose we run the program in one terminal, asking it to open ...
$ ./poll_input myfifo In a second terminal window, we then open the FIFO for writing, write some data to ...
cho aaaaabbbbbccccc > myfifo In the terminal where we are running the program, we would then see: Opened ...
-
https://man.plustar.jp/manpage/man2/ppoll.2.html
- [similar]
- Man page of RWHOD 8188
- RWHOD Section: Maintenance Commands (8) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 r
...
[3]; int wd_boottime; struct whoent { struct outmp we_utmp; int we_idle; } wd_we[1024 / sizeof (struct w ...
-
https://man.plustar.jp/manpage/man8/rwhod.8.html
- [similar]
- Man page of SHMOP 7906
- SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat,
...
実装依存の制限はない。 例 The two programs shown below exchange a string using a shared memory segment. Fu ...
details about the programs are given below. First, we show a shell session demonstrating their use. In o ...
ne terminal window, we run the "reader" program, which creates a System V ...
= 1114194; semid = 15 In another terminal window, we run the "writer" program. The "writer" program tak ...
-
https://man.plustar.jp/manpage/man2/shmat.2.html
- [similar]
- Man page of SHMOP 7906
- SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat,
...
実装依存の制限はない。 例 The two programs shown below exchange a string using a shared memory segment. Fu ...
details about the programs are given below. First, we show a shell session demonstrating their use. In o ...
ne terminal window, we run the "reader" program, which creates a System V ...
= 1114194; semid = 15 In another terminal window, we run the "writer" program. The "writer" program tak ...
-
https://man.plustar.jp/manpage/man2/shmdt.2.html
- [similar]
- Man page of SHMOP 7906
- SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat,
...
実装依存の制限はない。 例 The two programs shown below exchange a string using a shared memory segment. Fu ...
details about the programs are given below. First, we show a shell session demonstrating their use. In o ...
ne terminal window, we run the "reader" program, which creates a System V ...
= 1114194; semid = 15 In another terminal window, we run the "writer" program. The "writer" program tak ...
-
https://man.plustar.jp/manpage/man2/shmop.2.html
- [similar]
- Man page of SEMGET 7713
- SEMGET Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semget
...
. The usage of this program is demonstrated below. We first create two files that will be used to genera ...
7004136d 9 mtk 600 1 0x70041368 10 mtk 600 2 Next, we demonstrate that when semctl (2) is given the same ...
ore set: $ ./t_semget -c mykey p 1 ID = 9 Finally, we demonstrate the kind of collision that can occur w ...
-
https://man.plustar.jp/manpage/man2/semget.2.html
- [similar]
- Man page of PTHREAD_GETATTR_NP 7713
- PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page
...
oy"); } static void * /* Start function for thread we create */ thread_start(void *arg) { printf("Attrib ...
hread_attr_t *ret_attrp = NULL; /* Set to attrp if we initialize a thread attributes object */ allocate_ ...
; pthread_attr_t *attrp = NULL; /* Set to &attr if we initialize a thread attributes object */ attrp = g ...
-
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html
- [similar]