Home
last modified time | relevance | path

Searched refs:strerror (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_haiku.cc2299 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 Ddosinst.c323 cp, tmpname, strerror(0)); in findoldfile()
332 tmpname, cp, strerror(0)); in findoldfile()
H A Dos_unix.c2516 strerror(int err) in strerror() function
2540 STRCPY(buf, strerror(errno)); in mch_dirname()
5851 strerror(errno)); in mch_job_status()
H A Dvim.h1715 # define PERROR(msg) (void)semsg("%s: %s", (char *)msg, strerror(errno))
H A Dconfigure.ac3731 sigprocmask sigvec strcasecmp strcoll strerror strftime stricmp strncasecmp \
/vim-8.2.3635/runtime/syntax/
H A Dpike.vim67 syn keyword pikePredef signum sin sinh sleep sort sprintf sqrt sscanf strerror
H A Dxs.vim3632 syn keyword xsMacro strEQ strGE strGT strLE strLT strNE strchr strerror
/vim-8.2.3635/src/auto/
H A Dconfigure3994 char strerror ();
3998 return strerror ();
12614 sigprocmask sigvec strcasecmp strcoll strerror strftime stricmp strncasecmp \
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt6042 - Give better error messages by using errno (strerror()).
H A Dversion6.txt11392 Use EMSG() and strerror() when possible. Replace perror() with