bs – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 508 Results  tupiniers.com
  Linux Certif - Man mpoo...  
void (*pgout)(void *, pgno_t, void *), void *pgcookie); void * mpool_new (MPOOL *mp, pgno_t *pgnoaddr); void * mpool_get (MPOOL *mp, pgno_t pgno, u_int flags); int mpool_put (MPOOL *mp, void *pgaddr, u_int flags); int mpool_sync (MPOOL *mp); int mpool_close (MPOOL *mp);
#include #include MPOOL *mpool_open(DBT *key, int fd, pgno_t pagesize, pgno_t maxcache); void mpool_filter(MPOOL *mp, void (*pgin)(void *, pgno_t, void *), void (*pgout)(void *, pgno_t, void *), void *pgcookie); void *mpool_new(MPOOL *mp, pgno_t *pgnoaddr); void *mpool_get(MPOOL *mp, pgno_t pgno, unsigned int flags); int mpool_put(MPOOL *mp, void *pgaddr, unsigned int flags); int mpool_sync(MPOOL *mp); int mpool_close(MPOOL *mp);
  Linux Certif - Man mpoo...  
void (*pgout)(void *, pgno_t, void *), void *pgcookie); void * mpool_new (MPOOL *mp, pgno_t *pgnoaddr); void * mpool_get (MPOOL *mp, pgno_t pgno, u_int flags); int mpool_put (MPOOL *mp, void *pgaddr, u_int flags); int mpool_sync (MPOOL *mp); int mpool_close (MPOOL *mp);
#include #include MPOOL *mpool_open(DBT *key, int fd, pgno_t pagesize, pgno_t maxcache); void mpool_filter(MPOOL *mp, void (*pgin)(void *, pgno_t, void *), void (*pgout)(void *, pgno_t, void *), void *pgcookie); void *mpool_new(MPOOL *mp, pgno_t *pgnoaddr); void *mpool_get(MPOOL *mp, pgno_t pgno, unsigned int flags); int mpool_put(MPOOL *mp, void *pgaddr, unsigned int flags); int mpool_sync(MPOOL *mp); int mpool_close(MPOOL *mp);
  Linux Certif - Man tmpf...  
#include FILE *tmpfile(void);
tmpfile - crea un fichero temporal
  Linux Certif - Man idle...  
void idle(void);
書式
int idle(void);
int idle(void);
int idle(void);
  Linux Certif - Man rpc(3)  
void svcerr_weakauth(xprt) SVCXPRT *xprt;
void svcerr_noprog(SVCXPRT *xprt);
  Linux Certif - Man long...  
void longjmp (jmp_buf env, int val); void siglongjmp (sigjmp_buf env, int val);
void longjmp(jmp_buf env, int val); void siglongjmp(sigjmp_buf env, int val);
void longjmp(jmp_buf env, int val); void siglongjmp(sigjmp_buf env, int val);
longjmp()와 setjmp()는 프로그램의 하위-레벨 루틴에서 만나는 에러와 인터럽트를 처리할때 유용한다. longjmp()는 env 인자에 대응하는 곳에 setjmp()의 마지막 호출시 저장된 환경 변수를 복구한다.
void longjmp(jmp_buf env, int val); void siglongjmp(sigjmp_buf env, int val);
  Linux Certif - Man read...  
#include #include ssize_t read(int fd, void *buf, size_t count);
#include ssize_t read(int fd, void *buf, size_t count);
#include ssize_t read(int fd, void *buf, size_t count);
  Linux Certif - Man long...  
void longjmp (jmp_buf env, int val); void siglongjmp (sigjmp_buf env, int val);
void longjmp(jmp_buf env, int val); void siglongjmp(sigjmp_buf env, int val);
void longjmp(jmp_buf env, int val); void siglongjmp(sigjmp_buf env, int val);
longjmp()와 setjmp()는 프로그램의 하위-레벨 루틴에서 만나는 에러와 인터럽트를 처리할때 유용한다. longjmp()는 env 인자에 대응하는 곳에 setjmp()의 마지막 호출시 저장된 환경 변수를 복구한다.
void longjmp(jmp_buf env, int val); void siglongjmp(sigjmp_buf env, int val);
  Linux Certif - Man gets...  
#include int getsockopt(int s, int level, int optname, void *optval, socklen_t *optlen); int setsockopt(int s, int level, int optname, const void *optval, socklen_t optlen);
getsockopt и setsockopt манипулируют флагами, установленными на сокете. Флаги могут существовать на нескольких уровнях протоколов; они всегда присутствуют на самом верхнем из них.
  Linux Certif - Man _exi...  
void _exit (int code);
void _exit(int status);
#include
void _Exit(int status);
  Linux Certif - Man idle...  
void idle(void);
書式
int idle(void);
int idle(void);
int idle(void);
  Linux Certif - Man rpc(3)  
void svcerr_decode(xprt) SVCXPRT *xprt;
bool_t svc_sendreply(SVCXPRT *xprt, xdrproc_t outproc, char *out);
  Linux Certif - Man bzer...  
#include void bzero (void *s, size_t n);
bzero() 関数は バイト列 s から始まるバイト領域の先頭 n バイトを 数値ゼロ (値が '\0' のバイト) で埋める。
bzero() 함수는 바이트 스트링 s의 처음 n 바이트를 0으로 설정한다.
#include void bzero(void *s, size_t n);
  Linux Certif - Man ferr...  
void clearerr (FILE *stream);
void clearerr(FILE *stream);
int fileno( FILE *stream);
void clearerr(FILE *stream);
  Linux Certif - Man gets...  
#include int getsockopt(int s, int level, int optname, void *optval, socklen_t *optlen); int setsockopt(int s, int level, int optname, const void *optval, socklen_t optlen);
getsockopt и setsockopt манипулируют флагами, установленными на сокете. Флаги могут существовать на нескольких уровнях протоколов; они всегда присутствуют на самом верхнем из них.
  Linux Certif - Man bzer...  
#include void bzero (void *s, size_t n);
bzero() 関数は バイト列 s から始まるバイト領域の先頭 n バイトを 数値ゼロ (値が '\0' のバイト) で埋める。
bzero() 함수는 바이트 스트링 s의 처음 n 바이트를 0으로 설정한다.
#include void bzero(void *s, size_t n);
  Linux Certif - Man memc...  
#include void *memcpy (void *dest, const void *src, size_t n);
#include void *memcpy(void *dest, const void *src, size_t n);
  Linux Certif - Man memc...  
#include void *memcpy (void *dest, const void *src, size_t n);
#include void *memcpy(void *dest, const void *src, size_t n);
  Linux Certif - Man memm...  
const void *aiguille, size_t lg_aiguille);
const void *needle, size_t needlelen);
  Linux Certif - Man memm...  
#include void *memmem (const void *meule_de_foin, size_t lg_meule,
#include void *memmem(const void *haystack, size_t haystacklen,
  Linux Certif - Man rpc(3)  
void svcerr_noprog(xprt) SVCXPRT *xprt;
void svcerr_auth(SVCXPRT *xprt, enum auth_stat why);
  Linux Certif - Man rpc(3)  
void svcerr_progvers(xprt) SVCXPRT *xprt;
void svcerr_decode(SVCXPRT *xprt);
  Linux Certif - Man memc...  
#include void *memcpy (void *dest, const void *src, size_t n);
#include void *memcpy(void *dest, const void *src, size_t n);
  Linux Certif - Man memm...  
#include void *memmem (const void *meule_de_foin, size_t lg_meule,
#include void *memmem(const void *haystack, size_t haystacklen,
  Linux Certif - Man rpc(3)  
void svcerr_noproc(xprt) SVCXPRT *xprt;
void svc_unregister(unsigned long prognum, unsigned long versnum);
  Linux Certif - Man rpc(3)  
void svcerr_systemerr(xprt) SVCXPRT *xprt;
void svcerr_noproc(SVCXPRT *xprt);
  Linux Certif - Man memc...  
#include void *memchr (const void *s, int c, size_t n); void *memrchr(const void *s, int c, size_t n);
#include void *memchr(const void *s, int c, size_t n);
#include void *memchr(const void *s, int c, size_t n); void *memrchr(const void *s, int c, size_t n);
  Linux Certif - Man rpc(3)  
void clnt_perrno(stat) enum clnt_stat stat;
clnt_freeres(CLIENT * clnt, xdrproc_t outproc, char *out);
  Linux Certif - Man rpc(3)  
void svc_unregister(prognum, versnum) u_long prognum, versnum;
dispatch(struct svc_req *request, SVCXPRT *xprt);
  Linux Certif - Man rpc(3)  
void clnt_geterr(clnt, errp) CLIENT *clnt; struct rpc_err *errp;
CLGET_SERVER_ADDR struct sockaddr_in // get server's address
  Linux Certif - Man prea...  
ssize_t pwrite(int fd, const void *buf, size_t nombre, off_t position);
pwrite() はバッファ buf から最大 count バイトをファイル・ディスクリプター fd のオフセット offset に書き込む。ファイル・オフセットは変化しない。
  Linux Certif - Man prea...  
ssize_t pread(int fd, void *buf, size_t nombre, off_t position);
pread() はファイル・ディスクリプター fd の(ファイルの先頭からの)オフセット offset から最大 count バイトをバッファ buf へ読み込む。ファイル・オフセットは変化しない。
  Linux Certif - Man swab...  
#define _XOPEN_SOURCE #include void swab (const void * from, void * to, ssize_t n);
#define _XOPEN_SOURCE #include void swab(const void *from, void *to, ssize_t n);
  Linux Certif - Man flex...  
(Si votre environnement supporte les prototypes de fonctions, alors il sera « int yylex( void ) ». ) Cette définition peut être modifiée en définissant la macro « YY_DECL ». Par exemple, vous pourriez utiliser :
The output of flex is the file lex.yy.c, which contains the scanning routine yylex(), a number of tables used by it for matching tokens, and a number of auxiliary routines and macros. By default, yylex() is declared as follows:
  Linux Certif - Man term...  
void cfmakeraw (struct termios * termios_p);
cfsetspeed(), cfmakeraw(): _BSD_SOURCE
  Linux Certif - Man swab...  
#define _XOPEN_SOURCE #include void swab (const void * from, void * to, ssize_t n);
#define _XOPEN_SOURCE #include void swab(const void *from, void *to, ssize_t n);
  Linux Certif - Man rewi...  
#include #include void rewinddir (DIR *dir);
#include #include void rewinddir(DIR *dir);
rewinddir() 함수는 디렉토리 스트림 dir의 위치를 디렉토리의 처음으로 리셋한다.
  Linux Certif - Man rebo...  
int reboot (int magic, int magic2, int flag, void *arg);
int reboot (int magico, int otro_magico, int flag, void *arg);
int reboot(int magic, int magic2, int flag, void *arg);
  Linux Certif - Man memc...  
#include int memcmp (const void *s1, const void *s2, size_t n);
#include int memcmp(const void *s1, const void *s2, size_t n);
#include int memcmp(const void *s1, const void *s2, size_t n);
#include int memcmp(const void *s1, const void *s2, size_t n);
  Linux Certif - Man memc...  
#include int memcmp (const void *s1, const void *s2, size_t n);
#include int memcmp(const void *s1, const void *s2, size_t n);
#include int memcmp(const void *s1, const void *s2, size_t n);
#include int memcmp(const void *s1, const void *s2, size_t n);
  Linux Certif - Man fsee...  
void rewind (FILE *stream);
#include
#include
long ftell(FILE *stream);
  Linux Certif - Man swab...  
#define _XOPEN_SOURCE #include void swab (const void * from, void * to, ssize_t n);
#define _XOPEN_SOURCE #include void swab(const void *from, void *to, ssize_t n);
  Linux Certif - Man memc...  
#include void *memchr (const void *s, int c, size_t n); void *memrchr(const void *s, int c, size_t n);
#include void *memchr(const void *s, int c, size_t n);
#include void *memchr(const void *s, int c, size_t n); void *memrchr(const void *s, int c, size_t n);
  Linux Certif - Man getp...  
size_t getpagesize(void);
int getpagesize(void);
int getpagesize(void);
  Linux Certif - Man abor...  
#include void abort (void);
abort - プログラムの異常終了を生じさせる
#include void abort(void);
abort - awaryjne zakończenie programu
  Linux Certif - Man abor...  
#include void abort (void);
abort - プログラムの異常終了を生じさせる
#include void abort(void);
abort - awaryjne zakończenie programu
  Linux Certif - Man floc...  
void funlockfile(FILE *filehandle);
int ftrylockfile(FILE *filehandle);
int ftrylockfile(FILE *filehandle);
int ftrylockfile(FILE *filehandle);
  Linux Certif - Man seek...  
#include void seekdir (DIR *dir, off_t offset);
#include void seekdir(DIR *dir, off_t offset);
  Linux Certif - Man sigv...  
int siggetmask(void);
int sigsetmask(int mask);
  Linux Certif - Man paus...  
int pause(void);
記述
  Linux Certif - Man getg...  
gid_t getgid(void);
書式
사용법
  Linux Certif - Man updw...  
#include void updwtmp(const char *fichier_wtmp, const struct utmp *ut);
#include void updwtmp(const char *wtmp_file, const struct utmp *ut);
  Linux Certif - Man memc...  
#include void *memccpy (void *dest, const void *src, int c, size_t n);
memccpy() 함수는 메모리 영역 src에서 메모리 영역 dest로 단지 n 바이트만을 복사하며, 문자 c가 발견되었을때 멈춘다.
#include void *memccpy(void *dest, const void *src, int c, size_t n);
  Linux Certif - Man memc...  
#include void *memccpy (void *dest, const void *src, int c, size_t n);
memccpy() 함수는 메모리 영역 src에서 메모리 영역 dest로 단지 n 바이트만을 복사하며, 문자 c가 발견되었을때 멈춘다.
#include void *memccpy(void *dest, const void *src, int c, size_t n);
  Linux Certif - Man memc...  
#include void *memccpy (void *dest, const void *src, int c, size_t n);
memccpy() 함수는 메모리 영역 src에서 메모리 영역 dest로 단지 n 바이트만을 복사하며, 문자 c가 발견되었을때 멈춘다.
#include void *memccpy(void *dest, const void *src, int c, size_t n);
  Linux Certif - Man updw...  
void logwtmp(const char *ligne, const char *nom, const char *hote);
void logwtmp(const char *line, const char *name, const char *host);
  Linux Certif - Man epol...  
typedef union epoll_data { void *ptr; int fd; __uint32_t u32; __uint64_t u64; } epoll_data_t; struct epoll_event { __uint32_t events; /* Evénement epoll */ epoll_data_t data; /* Variable utilisateur */ };
typedef union epoll_data { void *ptr; int fd; __uint32_t u32; __uint64_t u64; } epoll_data_t; struct epoll_event { __uint32_t events; /* epoll イベント */ epoll_data_t data; /* ユーザデータ変数 */ };
  Linux Certif - Man dbop...  
void *data;
R_RECNOSYNC
  Linux Certif - Man vmsp...  
struct iovec { void *iov_base; /* Adresse de départ */ size_t iov_len; /* Nombre d'octets */ };
vmsplice() システムコールは、 iov で指定されたユーザ・メモリの nr_segs の範囲をパイプにマッピングする。 fd はパイプを参照していなければならない。
  Linux Certif - Man getu...  
#include char *getusershell (void); void setusershell (void); void endusershell (void);
getusershell, setusershell, endusershell - 正当なユーザシェルを得る
getusershell, setusershell, endusershell - odczytanie dozwolonej powłoki użytkownika
  Linux Certif - Man bstr...  
#include int bcmp (const void *s1, const void *s2, int n); void bcopy (const void *src, void *dest, int n); void bzero (void *s, int n); void *memccpy (void *dest, const void *src, int c, size_t n); void *memchr (const void *s, int c, size_t n); int memcmp (const void *s1, const void *s2, size_t n); void *memcpy (void *dest, const void *src, size_t n); void *memfrob (void *s, size_t n); void *memmem (const void *needle, size_t needlelen,
#include int bcmp(const void *s1, const void *s2, int n); void bcopy(const void *src, void *dest, int n); void bzero(void *s, int n); void *memccpy(void *dest, const void *src, int c, size_t n); void *memchr(const void *s, int c, size_t n); int memcmp(const void *s1, const void *s2, size_t n); void *memcpy(void *dest, const void *src, size_t n); void *memfrob(void *s, size_t n); void *memmem(const void *needle, size_t needlelen,
  Linux Certif - Man getu...  
#include char *getusershell (void); void setusershell (void); void endusershell (void);
getusershell, setusershell, endusershell - 正当なユーザシェルを得る
getusershell, setusershell, endusershell - odczytanie dozwolonej powłoki użytkownika
  Linux Certif - Man shad...  
void endspent();
struct spwd {
  Linux Certif - Man getu...  
#include char *getusershell (void); void setusershell (void); void endusershell (void);
getusershell, setusershell, endusershell - 正当なユーザシェルを得る
getusershell, setusershell, endusershell - odczytanie dozwolonej powłoki użytkownika
  Linux Certif - Man getu...  
#include char *getusershell (void); void setusershell (void); void endusershell (void);
getusershell, setusershell, endusershell - 正当なユーザシェルを得る
getusershell, setusershell, endusershell - odczytanie dozwolonej powłoki użytkownika
  Linux Certif - Man getu...  
#include char *getusershell (void); void setusershell (void); void endusershell (void);
getusershell, setusershell, endusershell - 正当なユーザシェルを得る
getusershell, setusershell, endusershell - odczytanie dozwolonej powłoki użytkownika
  Linux Certif - Man bsd_...  
typedef void (*sighandler_t)(int);
#include
  Linux Certif - Man epol...  
typedef union epoll_data { void *ptr; int fd; __uint32_t u32; __uint64_t u64; } epoll_data_t; struct epoll_event { __uint32_t events; /* Événement epoll */ epoll_data_t data; /* Variable utilisateur */ };
typedef union epoll_data { void *ptr; int fd; __uint32_t u32; __uint64_t u64; } epoll_data_t; struct epoll_event { __uint32_t events; /* epoll イベント */ epoll_data_t data; /* ユーザデータ変数 */ };
  Linux Certif - Man shad...  
void setspent();
struct spwd {
  Linux Certif - Man bstr...  
#include int bcmp (const void *s1, const void *s2, int n); void bcopy (const void *src, void *dest, int n); void bzero (void *s, int n); void *memccpy (void *dest, const void *src, int c, size_t n); void *memchr (const void *s, int c, size_t n); int memcmp (const void *s1, const void *s2, size_t n); void *memcpy (void *dest, const void *src, size_t n); void *memfrob (void *s, size_t n); void *memmem (const void *needle, size_t needlelen,
#include int bcmp(const void *s1, const void *s2, int n); void bcopy(const void *src, void *dest, int n); void bzero(void *s, int n); void *memccpy(void *dest, const void *src, int c, size_t n); void *memchr(const void *s, int c, size_t n); int memcmp(const void *s1, const void *s2, size_t n); void *memcpy(void *dest, const void *src, size_t n); void *memfrob(void *s, size_t n); void *memmem(const void *needle, size_t needlelen,
  Linux Certif - Man bstr...  
#include int bcmp (const void *s1, const void *s2, int n); void bcopy (const void *src, void *dest, int n); void bzero (void *s, int n); void *memccpy (void *dest, const void *src, int c, size_t n); void *memchr (const void *s, int c, size_t n); int memcmp (const void *s1, const void *s2, size_t n); void *memcpy (void *dest, const void *src, size_t n); void *memfrob (void *s, size_t n); void *memmem (const void *needle, size_t needlelen,
#include int bcmp(const void *s1, const void *s2, int n); void bcopy(const void *src, void *dest, int n); void bzero(void *s, int n); void *memccpy(void *dest, const void *src, int c, size_t n); void *memchr(const void *s, int c, size_t n); int memcmp(const void *s1, const void *s2, size_t n); void *memcpy(void *dest, const void *src, size_t n); void *memfrob(void *s, size_t n); void *memmem(const void *needle, size_t needlelen,
  Linux Certif - Man bstr...  
#include int bcmp (const void *s1, const void *s2, int n); void bcopy (const void *src, void *dest, int n); void bzero (void *s, int n); void *memccpy (void *dest, const void *src, int c, size_t n); void *memchr (const void *s, int c, size_t n); int memcmp (const void *s1, const void *s2, size_t n); void *memcpy (void *dest, const void *src, size_t n); void *memfrob (void *s, size_t n); void *memmem (const void *needle, size_t needlelen,
#include int bcmp(const void *s1, const void *s2, int n); void bcopy(const void *src, void *dest, int n); void bzero(void *s, int n); void *memccpy(void *dest, const void *src, int c, size_t n); void *memchr(const void *s, int c, size_t n); int memcmp(const void *s1, const void *s2, size_t n); void *memcpy(void *dest, const void *src, size_t n); void *memfrob(void *s, size_t n); void *memmem(const void *needle, size_t needlelen,
  Linux Certif - Man bstr...  
#include int bcmp (const void *s1, const void *s2, int n); void bcopy (const void *src, void *dest, int n); void bzero (void *s, int n); void *memccpy (void *dest, const void *src, int c, size_t n); void *memchr (const void *s, int c, size_t n); int memcmp (const void *s1, const void *s2, size_t n); void *memcpy (void *dest, const void *src, size_t n); void *memfrob (void *s, size_t n); void *memmem (const void *needle, size_t needlelen,
#include int bcmp(const void *s1, const void *s2, int n); void bcopy(const void *src, void *dest, int n); void bzero(void *s, int n); void *memccpy(void *dest, const void *src, int c, size_t n); void *memchr(const void *s, int c, size_t n); int memcmp(const void *s1, const void *s2, size_t n); void *memcpy(void *dest, const void *src, size_t n); void *memfrob(void *s, size_t n); void *memmem(const void *needle, size_t needlelen,
  Linux Certif - Man mrem...  
Cet attribut a un objectif similaire à l'attribut MAP_FIXED de mmap(2). Si cet attribut est spécifié, mremap() accepte un cinquième argument, void *new_address, qui spécifie une adresse vers laquelle sera déplacée la projection.
In Linux the memory is divided into pages. A user process has (one or) several linear virtual memory segments. Each virtual memory segment has one or more mappings to real memory pages (in the page table). Each virtual memory segment has its own protection (access rights), which may cause a segmentation violation if the memory is accessed incorrectly (e.g., writing to a read-only segment). Accessing virtual memory outside of the segments will also cause a segmentation violation.
  Linux Certif - Man init...  
void remove_bh(int nr);
#include
  Linux Certif - Man inet...  
#include #include #include const char *inet_ntop(int af, const void * src, char * dst, size_t cnt);
#include #include #include const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
  Linux Certif - Man init...  
void disable_bh(int nr);
void remove_bh(int nr);
  Linux Certif - Man init...  
void enable_bh(int nr);
void mark_bh(int nr);
1 2 3 4 5 6 7 8 9 10 Arrow