Searched refs:strerror (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_haiku.cc | 2299 fprintf(stderr, "Cannot retrieve app info:%s\n", strerror(status)); in InitIcon() 2308 strerror(file.InitCheck())); in InitIcon() 2315 strerror(resources.InitCheck())); in InitIcon() 2332 (fIconBitmap == NULL) ? "null" : strerror(fIconBitmap->InitCheck())); in InitIcon() 4890 result, strerror(result)); in gui_mch_browse()
|
| H A D | dosinst.c | 323 cp, tmpname, strerror(0)); in findoldfile() 332 tmpname, cp, strerror(0)); in findoldfile()
|
| H A D | os_unix.c | 2516 strerror(int err) in strerror() function 2540 STRCPY(buf, strerror(errno)); in mch_dirname() 5851 strerror(errno)); in mch_job_status()
|
| H A D | vim.h | 1715 # define PERROR(msg) (void)semsg("%s: %s", (char *)msg, strerror(errno))
|
| H A D | configure.ac | 3731 sigprocmask sigvec strcasecmp strcoll strerror strftime stricmp strncasecmp \
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | pike.vim | 67 syn keyword pikePredef signum sin sinh sleep sort sprintf sqrt sscanf strerror
|
| H A D | xs.vim | 3632 syn keyword xsMacro strEQ strGE strGT strLE strLT strNE strchr strerror
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 3994 char strerror (); 3998 return strerror (); 12614 sigprocmask sigvec strcasecmp strcoll strerror strftime stricmp strncasecmp \
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 6042 - Give better error messages by using errno (strerror()).
|
| H A D | version6.txt | 11392 Use EMSG() and strerror() when possible. Replace perror() with
|