1153万例文収録!

「null characters」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > null charactersに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

null charactersの部分一致の例文一覧と使い方

該当件数 : 35



例文

The data can have embedded null characters and need not be null-terminated.例文帳に追加

データの途中に NULL 文字があっても良いし、データが NULL 文字で終わる必要もない。 - XFree86

Use delete characters for fill instead of null characters. 例文帳に追加

fill 動作にヌル文字でなく delete 文字を用いる。 - JM

Description The data can have embedded null characters and need not be null-terminated.例文帳に追加

説明データの途中に NULL 文字があっても良いし、データが NULL 文字で終わる必要もない。 - XFree86

characters preceding the terminating null byte. 例文帳に追加

個の文字と、それに続く終端の NULL バイトが格納される。 - JM

例文

If wcs contains none of these characters, NULL is returned. 例文帳に追加

このような文字がwcs に含まれない場合は、NULL が返される。 - JM


例文

Specifies the null-terminated pattern string that can contain wildcard characters.例文帳に追加

これはワイルドカード文字を含んでいてもよい。 - XFree86

This is a 16-byte string which may containnon-ASCII characters, including null bytes. 例文帳に追加

返り値は 16 バイトの文字列で、null バイトを含む非 ASCII 文字が入っているかもしれません。 - Python

This is a 20-byte string which may containnon-ASCII characters, including null bytes. 例文帳に追加

戻り値は 20 バイトの文字列で、nullバイトを含む非 ASCII 文字が入っているかもしれません。 - Python

The resulting multibyte characters are written up to (but not including) the terminating null byte. 例文帳に追加

結果のマルチバイト文字列は、終端の NULL バイトが出てくるまで出力される (終端の NULL バイトは出力されない)。 - JM

例文

function returns the number of characters placed in the array s, not including the terminating null byte, provided the string, including the terminating null byte, fits. 例文帳に追加

関数は、結果の文字列が終端の NULL バイトを含めて配列sに収まった場合には、sに書きこまれた文字数を返す。 NULL バイトは文字数に入らない。 - JM

例文

return the number of characters read, including the delimiter character, but not including the terminating null byte. 例文帳に追加

は読み込んだ文字数を返す。 文字数には区切り文字を含むが、終端に使う NULL バイトは含まない。 - JM

writes n+1 characters to dest (n from src plus the terminating null byte). 例文帳に追加

は dest に n+1 文字を書き込む(src からの n 文字と終端のヌルバイトである)。 - JM

return s on success, and NULL on error or when end of file occurs while no characters have been read. 例文帳に追加

は、成功するとsを返し、エラーや 1 文字も読み込んでいないのにファイルの終わりになった場合に NULL を返す。 - JM

The resulting wide characters are written up to (but not including) the terminating null wide character. 例文帳に追加

結果のワイド文字は終端のナルワイド文字の手前までが書き込まれる。 - JM

function returns a pointer to the next character in dest after c, or NULL if c was not found in the first n characters of src. 例文帳に追加

は、dest 中に見つかったc の次にあるキャラクター型の変数を指すポインタを返す。 見つからなかった場合、NULL を返す。 - JM

function returns the number of wide characters that make up the converted part of the wide-character string, not including the terminating null wide character. 例文帳に追加

関数はワイド文字列に変換完了したワイド文字の数を返す。 - JM

and there must be enough room for all the characters (no terminating null byte is added). 例文帳に追加

次のポインタはcharへのポインタで、すべての文字を格納するのに十分な領域がなければならない (終端の NULL バイトは追加されない)。 - JM

A sequence of null-terminated strings, terminated by two null characters. (Python handles this termination automatically.) 例文帳に追加

ヌル文字で終端された文字列からなり、二つのヌル文字で終端されている配列 (Python はこの終端の処理を自動的に行います)。 - Python

If dest is NULL, len is ignored, and the conversion proceeds as above, except that the converted wide characters are not written out to memory, and that no destination length limit exists. 例文帳に追加

dest が NULL の場合、len は無視され、上記と同様の変換が行われるが、変換されたワイド文字はメモリに書き込まれず、変換先の上限が存在しない。 - JM

If dest is NULL, len is ignored, and the conversion proceeds as above, except that the converted wide characters are not written out to memory, and that no length limit exists. 例文帳に追加

dest が NULL の場合、len は無視され、上記と同様の変換が行われるが、変換されたワイド文字はメモリに書き込まれず、変換先の上限が存在しない。 - JM

If dest is NULL, n is ignored, and the conversion proceeds as above, except that the converted wide characters are not written out to memory, and that no length limit exists. 例文帳に追加

dest が NULL の場合、n は無視され、上記と同様の変換が行われるが、変換されたワイド文字はメモリに書き込まれず、変換先の上限が存在しない。 - JM

and there must be enough room for all the characters in the string, plus a terminating null byte. 例文帳に追加

次のポインタはcharへのポインタでなければならず、そこには文字列中のすべての文字と終端の NULL バイトを格納するための十分な領域がなければならない。 - JM

function returns a pointer to the first occurrence of c among the n wide characters starting at s, or NULL if c does not occur among these. 例文帳に追加

関数は、s を先頭とする n 個のワイド文字の中において最初に c が現われる場所へのポインタを返す。 c が現われなかった場合には NULL を返す。 - JM

function returns a pointer to the character in s that matches one of the characters in accept, or NULL if no such character is found. 例文帳に追加

関数は、 s に含まれる文字のうち、accept に含まれる文字のどれかに一致したものへのポインタを返す。 - JM

The array must contain a terminating null wide character, unless a precision is given and it is smaller than or equal to the number of wide characters in the array. 例文帳に追加

精度を指定する場合にはそれはワイド文字の配列の大きさよりも小さくなければならない。 - JM

x can be one of the following characters: E Escape (27) n Line feed (10) r Carriage return (13) t Tabulation (9) b Backspace (8) f Form feed (12) 0 Null character.例文帳に追加

x には以下の文字のどれかが入る。 E エスケープ (27)n ラインフィード (10)r 復帰 (13)t タブ (9)b バックスペース (8)f 頁送り (12)0 ヌルキャラクタ。 - JM

This function is unreliable, because it does not permit to deal properly with null wide characters that may be present in the input. 例文帳に追加

この関数は信頼できない。 なぜなら、入力に含まれるかもしれないナルワイド文字を適切に処理することができないからである。 - JM

If length is NULL, the resulting buffer may not contain NUL characters; if it does, the function returns -1and a TypeError is raised. The buffer refers to an internal string buffer of obj, not a copy.例文帳に追加

length が NULL の場合、値を返させるバッファには NUL 文字を入れてはなりません;NUL 文字が入っている場合、関数は -1 を返し、TypeError を送出します。 buffer は obj の内部文字列バッファを参照し、バッファのコピーを参照するわけではありません。 - Python

Wide characters from the array are written up to (but not including) a terminating null wide character. 例文帳に追加

配列のワイド文字列は終端のナルワイド文字の手間まで出力される。 もし精度が指定された場合には指定された精度以上の文字は出力されない。 - JM

then SUSv2 stipulates an unspecified return value less than 1, while C99 allows str to be NULL in this case, and gives the return value (as always) as the number of characters that would have been written in case the output string has been large enough. 例文帳に追加

で呼び出された場合、 1 未満の値を何か返り値とするように規定している。 一方 C99 では、このような場合strを NULL とし、返り値として (通常通り) 出力バッファが十分な大きさがあった場合に出力されるであろう文字数を返す。 - JM

One thing to keep in mind when adding a null title-escape-sequence to your prompt is that some shells (like the csh) count all the non-control characters as part of the prompt's length. 例文帳に追加

空の title エスケープシーケンスをプロンプトに追加する際に注意すべきなのは、一部のシェル (csh など) では、制御文字などもすべてプロンプトの長さに数え入れる点である。 - JM

An output processing part 17 abandons invalid data such as 'null' in the character code stored in the buffer memory 16 and outputs only valid data for the portion of the valid number of characters as output data OUT.例文帳に追加

出力処理部17において、バッファメモリ16に格納された文字コードの内の「空白」等の無効データが廃棄され、有効文字数分の有効データのみが出力データOUTとして出力される。 - 特許庁

The array must contain a terminating null byte, unless a precision is given and it is so small that the number of converted wide characters reaches it before the end of the array is reached. 例文帳に追加

精度がない場合には配列の終端にナル文字を含む必要がある。 精度を指定する場合には、配列の最後に到着する前に変換されたワイド文字の数がそれに到達するよう、精度は十分に小さな数でなければならない。 - JM

A printing data changing controlling part 15 controls to change the printing data of the printing data forming part 13 to shift a next line by inserting a null line between the subject character line and the next line in only a character line region when a character region occupied by characters in each character line exceeds a predetermined reference region.例文帳に追加

印刷データ変更制御部15は、個々の文字行の文字が占める文字領域が所定の基準領域を超えるとき、文字行領域のみにおいて当該文字行と次行との間に空行を挿入して当該次行をシフトするよう上記印刷データ形成部13の印刷データを変更制御する。 - 特許庁

例文

The document server 100 acquires all of document data, for which a file name is selected by a user, and their masking information and converts all the data, which exist inside an area having a higher reference security level than that previously set for a log-in user, among the document data into null characters to transmit the converted document data to the client PC 102.例文帳に追加

帳票サーバ100は、クライアントPC102でファイル名がユーザ選択された帳票データ及びそのマスキング情報の全てを取得し、この帳票データのうち、上記マスキング情報中の参照セキュリティレベルがログインユーザについて予め設定されている参照セキュリティレベルより上である領域内に存在するデータを全て空文字に変換して、その変換済みの帳票データをクライアントPC102に送信する。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS