Home
last modified time | relevance | path

Searched defs:errmesg (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/util-linux/util-linux-2.36/lib/
H A Dstrutils.c251 int parse_switch(const char *arg, const char *errmesg, ...) in parse_switch()
325 int16_t strtos16_or_err(const char *str, const char *errmesg) in strtos16_or_err()
347 uint16_t strtou16_or_err(const char *str, const char *errmesg) in strtou16_or_err()
352 uint16_t strtox16_or_err(const char *str, const char *errmesg) in strtox16_or_err()
357 int32_t strtos32_or_err(const char *str, const char *errmesg) in strtos32_or_err()
379 uint32_t strtou32_or_err(const char *str, const char *errmesg) in strtou32_or_err()
384 uint32_t strtox32_or_err(const char *str, const char *errmesg) in strtox32_or_err()
389 int64_t strtos64_or_err(const char *str, const char *errmesg) in strtos64_or_err()
431 uint64_t strtou64_or_err(const char *str, const char *errmesg) in strtou64_or_err()
441 double strtod_or_err(const char *str, const char *errmesg) in strtod_or_err()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/lib/
H A Dstrutils.c227 int16_t strtos16_or_err(const char *str, const char *errmesg) in strtos16_or_err()
237 uint16_t strtou16_or_err(const char *str, const char *errmesg) in strtou16_or_err()
247 int32_t strtos32_or_err(const char *str, const char *errmesg) in strtos32_or_err()
257 uint32_t strtou32_or_err(const char *str, const char *errmesg) in strtou32_or_err()
267 int64_t strtos64_or_err(const char *str, const char *errmesg) in strtos64_or_err()
288 uint64_t strtou64_or_err(const char *str, const char *errmesg) in strtou64_or_err()
310 double strtod_or_err(const char *str, const char *errmesg) in strtod_or_err()
331 long strtol_or_err(const char *str, const char *errmesg) in strtol_or_err()
351 unsigned long strtoul_or_err(const char *str, const char *errmesg) in strtoul_or_err()
372 uintmax_t strtosize_or_err(const char *str, const char *errmesg) in strtosize_or_err()
[all …]
/dports/net/mtr-nox11/mtr-0.94/ui/
H A Dutils.c75 const char *errmesg, in strtonum_or_err()
103 const char *errmesg) in strtofloat_or_err()
/dports/net/mtr/mtr-0.94/ui/
H A Dutils.c75 const char *errmesg, in strtonum_or_err()
103 const char *errmesg) in strtofloat_or_err()
/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_mesh_face_relation.cpp1021 std::string &errmesg) in verifyFaceNodesTypes()
1172 std::stringstream errmesg; in runMeshFaceTest() local
1197 std::string errmesg; in runMeshFaceTest() local
1235 std::string errmesg; in TEST() local
1258 std::string errmesg; in TEST() local
1281 std::string errmesg; in TEST() local
1304 std::string errmesg; in TEST() local
1327 std::string errmesg; in TEST() local
1350 std::string errmesg; in TEST() local
1373 std::string errmesg; in TEST() local
/dports/devel/librelp/librelp-1.10.0/tests/
H A Dreceive.c158 onErr(void *pUsr, char *objinfo, char* errmesg, LIBRELP_ATTR_UNUSED relpRetVal errcode) in onErr()
179 onGenericErr(char *objinfo, char* errmesg, LIBRELP_ATTR_UNUSED relpRetVal errcode) in onGenericErr()
189 char* errmesg, LIBRELP_ATTR_UNUSED relpRetVal errcode) in onAuthErr()
H A Dsend.c92 onErr(void *pUsr, char *objinfo, char* errmesg, LIBRELP_ATTR_UNUSED relpRetVal errcode) in onErr()
114 onGenericErr(char *objinfo, char* errmesg, LIBRELP_ATTR_UNUSED relpRetVal errcode) in onGenericErr()
125 char* errmesg, LIBRELP_ATTR_UNUSED relpRetVal errcode) in onAuthErr()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/omrelp/
H A Domrelp.c202 onErr(void *pUsr, char *objinfo, char* errmesg, __attribute__((unused)) relpRetVal errcode) in onErr()
211 onGenericErr(char *objinfo, char* errmesg, __attribute__((unused)) relpRetVal errcode) in onGenericErr()
219 onAuthErr(void *pUsr, char *authinfo, char* errmesg, __attribute__((unused)) relpRetVal errcode) in onAuthErr()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/intracommreport/
H A Dcard.php77 $errmesg = $object->error; variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/intracommreport/
H A Dcard.php77 $errmesg = $object->error; variable
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imrelp/
H A Dimrelp.c204 onErr(void *pUsr, char *objinfo, char* errmesg, __attribute__((unused)) relpRetVal errcode) in onErr()
213 onGenericErr(char *objinfo, char* errmesg, __attribute__((unused)) relpRetVal errcode) in onGenericErr()
220 onAuthErr(void *pUsr, char *authinfo, char* errmesg, __attribute__((unused)) relpRetVal errcode) in onAuthErr()
/dports/devel/util-linux/util-linux-2.36/disk-utils/
H A Draw.c67 static long strtol_octal_or_err(const char *str, const char *errmesg) in strtol_octal_or_err()
/dports/sysutils/linrename/util-linux-2.25.2/disk-utils/
H A Draw.c66 static long strtol_octal_or_err(const char *str, const char *errmesg) in strtol_octal_or_err()
/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Dipcrm.c171 static unsigned long strtokey(const char *str, const char *errmesg) in strtokey()
/dports/sysutils/linrename/util-linux-2.25.2/sys-utils/
H A Dipcrm.c165 static unsigned long strtokey(const char *str, const char *errmesg) in strtokey()
/dports/net/binkd/binkd-1.0.4/
H A Dprotocol.c2629 { char *errmesg=NULL; in start_file_recv() local
2906 { char *errmesg = NULL; in GET() local
3043 char *errmesg=NULL; in SKIP() local
3099 char *errmesg = NULL; in GOT() local
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tests/
H A Dtcpflood.c284 onErr(void *pUsr, char *objinfo, char* errmesg, __attribute__((unused)) relpRetVal errcode) in onErr()
290 onGenericErr(char *objinfo, char* errmesg, __attribute__((unused)) relpRetVal errcode) in onGenericErr()
296 onAuthErr(void *pUsr, char *authinfo, char* errmesg, __attribute__((unused)) relpRetVal errcode) in onAuthErr()
/dports/net/dhcpd-pools/dhcpd-pools-3.1/src/
H A Dother.c500 double strtod_or_err(const char *restrict str, const char *restrict errmesg) in strtod_or_err()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/connections/
H A Dsqlite.cpp87 char *errmesg; member in sqliteconnection
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-serverd/
H A Dserver_common.c61 void RefuseAccess(ServerConnectionState *conn, char *errmesg) in RefuseAccess()
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-serverd/
H A Dserver_common.c61 void RefuseAccess(ServerConnectionState *conn, char *errmesg) in RefuseAccess()
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-serverd/
H A Dserver_common.c61 void RefuseAccess(ServerConnectionState *conn, char *errmesg) in RefuseAccess()
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-serverd/
H A Dserver_common.c61 void RefuseAccess(ServerConnectionState *conn, char *errmesg) in RefuseAccess()
/dports/sysutils/cfengine/cfengine-3.19.0/cf-serverd/
H A Dserver_common.c61 void RefuseAccess(ServerConnectionState *conn, char *errmesg) in RefuseAccess()
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-serverd/
H A Dserver_common.c61 void RefuseAccess(ServerConnectionState *conn, char *errmesg) in RefuseAccess()

12345