Home
last modified time | relevance | path

Searched refs:ERR_NOTFOUND (Results 1 – 25 of 58) sorted by relevance

123

/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dhashlib_tests.c206 if (rv == ERR_NOTFOUND) {
210 assert(rv == ERR_NOTFOUND);
213 assert(rv == ERR_NOTFOUND);
H A Dhashlib.h50 #define ERR_NOTFOUND -1 macro
H A Dhashlib.c759 if (rv != ERR_NOTFOUND) { in hashlib_rehash()
769 assert(rv == ERR_NOTFOUND); in hashlib_rehash()
1253 return ERR_NOTFOUND; in hashlib_lookup()
1326 return ERR_NOTFOUND; in hashlib_block_find_entry()
/dports/devel/sunpromake/schily-2021-09-18/sh/
H A Dhashserv.c496 return (ERR_NOTFOUND);
499 return (ERR_NOTFOUND);
574 return (ERR_NOTFOUND);
577 return (ERR_NOTFOUND);
H A Dservice.c343 failedx(errno == ENOENT ? ERR_NOTFOUND : ERR_NOEXEC,
487 ex.ex_code = ERR_NOTFOUND;
/dports/devel/smake/schily-2021-09-18/sh/
H A Dhashserv.c496 return (ERR_NOTFOUND);
499 return (ERR_NOTFOUND);
574 return (ERR_NOTFOUND);
577 return (ERR_NOTFOUND);
/dports/devel/sccs/schily-2021-09-18/sh/
H A Dhashserv.c496 return (ERR_NOTFOUND);
499 return (ERR_NOTFOUND);
574 return (ERR_NOTFOUND);
577 return (ERR_NOTFOUND);
H A Dservice.c343 failedx(errno == ENOENT ? ERR_NOTFOUND : ERR_NOEXEC,
487 ex.ex_code = ERR_NOTFOUND;
/dports/devel/schilybase/schily-2021-09-18/sh/
H A Dhashserv.c496 return (ERR_NOTFOUND);
499 return (ERR_NOTFOUND);
574 return (ERR_NOTFOUND);
577 return (ERR_NOTFOUND);
H A Dservice.c343 failedx(errno == ENOENT ? ERR_NOTFOUND : ERR_NOEXEC,
487 ex.ex_code = ERR_NOTFOUND;
/dports/net/rscsi/schily-2021-09-18/sh/
H A Dhashserv.c496 return (ERR_NOTFOUND);
499 return (ERR_NOTFOUND);
574 return (ERR_NOTFOUND);
577 return (ERR_NOTFOUND);
H A Dservice.c343 failedx(errno == ENOENT ? ERR_NOTFOUND : ERR_NOEXEC,
487 ex.ex_code = ERR_NOTFOUND;
/dports/archivers/star/schily-2021-09-18/sh/
H A Dhashserv.c496 return (ERR_NOTFOUND);
499 return (ERR_NOTFOUND);
574 return (ERR_NOTFOUND);
577 return (ERR_NOTFOUND);
/dports/sysutils/cdrtools/schily-2021-09-18/sh/
H A Dhashserv.c496 return (ERR_NOTFOUND);
499 return (ERR_NOTFOUND);
574 return (ERR_NOTFOUND);
577 return (ERR_NOTFOUND);
/dports/editors/ved/schily-2021-09-18/sh/
H A Dhashserv.c496 return (ERR_NOTFOUND);
499 return (ERR_NOTFOUND);
574 return (ERR_NOTFOUND);
577 return (ERR_NOTFOUND);
/dports/sysutils/schilyutils/schily-2021-09-18/sh/
H A Dhashserv.c496 return (ERR_NOTFOUND);
499 return (ERR_NOTFOUND);
574 return (ERR_NOTFOUND);
577 return (ERR_NOTFOUND);
/dports/net/spread/spread-src-3.17.4/
H A Derrors.h49 #define ERR_NOTFOUND -6 /* Specified entry not found in data structure */ macro
/dports/net/spread-j/spread-src-3.17.3/
H A Derrors.h49 #define ERR_NOTFOUND -6 /* Specified entry not found in data structure */ macro
/dports/net/spread4/spread-src-4.2.0/daemon/
H A Derrors.h50 #define ERR_NOTFOUND -6 /* Specified entry not found in data structure */ macro
/dports/www/gophernicus/gophernicus-3.0.1/
H A Dgophernicus.c243 die(st, ERR_NOTFOUND, "User not found"); in selector_to_path()
245 die(st, ERR_NOTFOUND, "User found but UID too low"); in selector_to_path()
253 die(st, ERR_NOTFOUND, NULL); in selector_to_path()
275 if ((dp = opendir(st->server_root)) == NULL) die(st, ERR_NOTFOUND, NULL); in selector_to_path()
721 die(&st, ERR_NOTFOUND, NULL); in main()
H A Dgophernicus.h241 #define ERR_NOTFOUND "File or directory not found!" macro
H A Dmenu.c155 if (num < 0) die(st, ERR_NOTFOUND, "WTF?"); in vhostlist()
525 if (num < 0) die(st, ERR_NOTFOUND, "WTF?"); in gopher_menu()
/dports/shells/44bsd-csh/44bsd-csh-20001106_5/
H A Dfunc.c789 stderror(ERR_NAME | ERR_NOTFOUND, "then/endif");
792 stderror(ERR_NAME | ERR_NOTFOUND, "endif");
796 stderror(ERR_NAME | ERR_NOTFOUND, "endsw");
799 stderror(ERR_NAME | ERR_NOTFOUND, "end");
803 stderror(ERR_NAME | ERR_NOTFOUND, "label");
H A Derr.c105 #define ERR_NOTFOUND 21 macro
/dports/graphics/xpx/xpx/
H A Dmagtoppm.c106 #define ERR_NOTFOUND 4 macro
570 i = ERR_NOTFOUND;

123