Vertaling van "null byte" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The terminating null byte ('\0') is considered to be a part of the strings.
Kończący znak null ("\0") jest brany także pod uwagę i traktowany jako część łańcuchów.
If s is longer than n, only n bytes are copied, and a terminating null byte ('\0') is added.
Jeśli s jest dłuższe niż n, kopiowane jest tylko n znaków i dodawany jest kończący znak null ('\0').
Maximum length of a login name, including the terminating null byte.
Maksymalna długość nazwy użytkownika, łącznie z końcowym znakiem NULL.
The maximum length of terminal device name, including the terminating null byte.
Maksymalna długość nazwy urządzenia terminalowego, włączając końcowy znak NULL.
Then, it adds a space followed by the size of the content and finally a null byte
Następnie, dodaje spację i wielkość treści, oraz na końcu znak null
If there is no terminating null byte in the first n bytes of src, strncpy() produces an unterminated string in dest.
Jeśli nie ma kończącego bajtu null w pierwszych n bajtach w src, to strncpy() utworzy niezakończony łańcuch w dest.
Maximum length of a hostname, not including the terminating null byte, as returned by gethostname(2).
Maksymalna długość nazwy komputera, pomijając końcowy bajt NULL, zwracana przez gethostname(2).
If a delimiter byte is found, it is overwritten with a null byte to terminate the current token, and strtok() saves a pointer to the following byte; that pointer will be used as the starting point when searching for the next token.
Jeśli zostanie znaleziony bajt ogranicznika, to jest nadpisywany znakiem null, tak aby zakończyć bieżące słowo, a strtok() zachowuje wskaźnik do kolejnego bajtu; wskaźnik ten będzie użyty jako punkt startowy wyszukiwania kolejnego słowa.
The command-line arguments appear in this file as a set of strings separated by null bytes ('\0'), with a further null byte after the last string.
Argumenty linii poleceń występują w tym pliku rozdzielone znakami NUL ('\0'), z dodatkowym znakiem NUL po ostatnim łańcuchu.
The strchrnul() function is like strchr() except that if c is not found in s, then it returns a pointer to the null byte at the end of s, rather than NULL.
Funkcja memrchr()jest podobna do funkcji memchr(), z tym wyjątkiem, że poszukuje wstecz od końca n bajtów wskazywanych przez s, zamiast przeszukiwać do przodu od początku.
The entries are separated by null bytes ('\0'), and there may be a null byte at the end.
Wpisy są oddzielone znakami NULL ("\0"), mogą także wystąpić znaki NULL na końcu.
The strcpy() function copies the string pointed to by src, including the terminating null byte ('\0'), to the buffer pointed to by dest.
Funkcja strcpy() kopiuje łańcuch znaków wskazywany przez src (łącznie z kończącym znakiem '\0') to tablicy wskazywanej przez dest. Łańcuchy nie mogą na siebie nachodzić.
Warning: If there is no null byte among the first n bytes of src, the string placed in dest will not be null-terminated.
Ostrzeżenie: Jeżeli nie było znaku null wśród pierwszych n bajtów src, to łańcuch dest nie będzie zakończony znakiem null.