returns a non-null pointer to dst .
はdstへの (NULL でない) ポインタを返す。 - JM
On failure, a NULL pointer is returned.
エラーの場合は NULL ポインタを返す。 - JM
If p is NULL, no operation is performed.
p が NULLなら、何も行いません。 - Python
mysql DESCRIBE developers;+-------+--------------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra |+-------+--------------+------+-----+---------+-------+| name | varchar(128) | YES | | NULL | || email | varchar(128) | YES | | NULL | || job | varchar(128) | YES | | NULL | |+-------+--------------+------+-----+---------+-------+3 rows in set (0.00 sec)
コード表示3.5:テーブルdevelopersの情報を表示する - Gentoo Linux
function returns NULL if the fork (2)
関数は、fork (2) - JM
function returns NULL and does nothing else.
関数は何もせずに NULL を返す。 - JM
This does not check type for a NULL value. type が NULL かどうかチェックしません。 - Python
callback may also be None or NULL.
callback は None や NULL にしてもかまいません。 - Python
If the fmt argument is not NULL, the printf (3)-like
fmt引き数が NULL でない場合、printf (3) - JM
The user argument must be non-NULL.
user引数は NULL であってはならない。 - JM
null and void
無価値で無効の - 日本語WordNet
The main case for this function is when s is not NULL and pwc is not NULL.
この関数が用いられる場合、通常 s が NULL でなく pwc も NULL でない。 - JM
This routine can return NULL.
このルーティンが NULL を返す場合もある。 - JM
was specified and shmaddr was NULL.
が指定されているが、shmaddrが NULL であった。 - JM
The contents of the property are not required to be null-terminated;any terminating null should not be included in text_prop.nitems.
プロパティの内容は NULL で終わる必要はない。 - XFree86
It returns NULL if there is no following entry.
次のエントリがない場合、NULL を返す。 - JM
removes all entries with value NULL.
は、値が NULL のエントリをすべて削除する。 - JM
flag is specified, and addr is 0 (NULL), then the mapped address will be 0 (NULL).
フラグが指定され、かつaddrが 0 (NULL)の場合には、マップされるアドレスが 0 (NULL) になる。 - JM
The list of group members must be NULL terminated or NULL initialized.
グループメンバのリストは、NULL で終端されるか、NULL で初期化されなければならない。 - JM
If filename is NULL, "???" is used instead. filenameがNULLならば、"???"が代わりに使われます。 - Python
Specifies thename of the font, which is a null-terminated string.
これはNULLで終る文字列である。 - XFree86
If XOpenDisplay does not succeed, it returns NULL. 失敗した場合には、XOpenDisplayは NULL を返す。 - XFree86
Returns the window name, which is a null-terminated string. これは NULL で終わる文字列である。 - XFree86
The data can have embedded null characters and need not be null-terminated. データの途中に NULL 文字があっても良いし、データが NULL 文字で終わる必要もない。 - XFree86
When addr is NULL nothing is filled in.
addrが NULL の時は何も代入されない。 - JM
Thus, there is no NULL error return.
よって NULL エラーが返されることはない。 - JM
Since Unix V7 both are NULL.
Unix V7 以降では、ともに NULL で終端される。 - JM
The reserved slots contain NULL pointers.
予約されたスロットには NULL ポインタが入る。 - JM
A third case is when s is NULL.
三番目のケースは、s が NULL の時である。 - JM
If a problem occurs, XGetImage returns NULL. 問題が起こった場合、XGetImageはNULLを返す。 - XFree86
If entry is NULL, the first entry is returned.
entryが NULL の場合、最初のエントリを返す。 - JM
A null byte is maintained at the end of the buffer.
バッファ末尾の NULL バイトは保持される。 - JM
returns NULL and sets the external variable errno to 0.
はNULL を返し、外部変数errnoを 0 にする。 - JM
On error, these functions return NULL.
エラーの場合、これらの関数は NULL を返す。 - JM
If buf is NULL, profiling is disabled.
bufが NULL ならば、プロファイル (profile) は無効にされる。 - JM
If the Unicode buffer pointer is NULL, None is returned. Unicode バッファポインタが NULLの場合、 None になります。 - Python
Each returned string is null-terminated.
返される文字列はそれぞれ NULL で終わる。 - XFree86
If database is NULL, XrmDestroyDatabasereturns immediately.
.LPデータベースが NULL ならば、XrmDestroyDatabaseはすぐに復帰する。 - XFree86
Code Listing2.5: Creating the missing console and null nodes # mknod -m 660 console c 5 1# mknod -m 660 null c 1 3
コード表示2.5:存在しないconsoleとnullノードを作成 - Gentoo Linux
If the dptr
返り値の dptr 要素が NULL - JM
The pair (NULL,0) is an argz vector, and, conversely, argz vectors of length 0 must have NULL pointer.
ペア (NULL,0) は argz vector であり、逆に言えば長さ 0 の argz vectorは NULL ポインタを持たなければならない。 - JM
returns NULL and sets errno appropriately.
はNULL を返し、errnoをエラーに対応した値にする。 - JM
h_aliases An array of alternative names for the host, terminated by a NULL pointer.
配列は NULL ポインタで終端される。 - JM
parameter is required, and it is NULL, then ioctl (2)
のパラメータが必要で、それが NULL ならば、ioctl (2) - JM
If the Cstring pointer is NULL, None is used.
C 文字列ポインタが NULLの場合、 None になります。 - Python
If not set, return NULL.
設定されていない場合はNULLを返します。 - Python
If insufficient memory is available, XListPixmapFormats returns NULL. メモリが不足している場合、XListPixmapFormatsは NULL を返す。 - XFree86
Description The data can have embedded null characters and need not be null-terminated. 説明データの途中に NULL 文字があっても良いし、データが NULL 文字で終わる必要もない。 - XFree86
The contents of the property are not null-terminated. プロパティの内容の終端は NULL ではない。 - XFree86
The value of the filenameparameter, or the application's class name if filename is NULL.
\\fIfilename\\fP が NULL ならばアプリケーションのクラス名。 - XFree86
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.