Home
last modified time | relevance | path

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

/NextBSD/lib/libc/nls/
HDmsgcat.c261 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument
283 r = set_id - ntohl((u_int32_t)set_hdr[i].__setno); in catgets()
/NextBSD/contrib/tcsh/
HDsh.func.c2565 xcatgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2570 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) {
2580 iconv_catgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2589 orig = xcatgets(ctd, set_id, msg_id, s);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp4239 const uint32_t set_id = StringConvert::ToUInt32(value.data(), UINT32_MAX, 0); in ParseRegisters() local
4240 RegisterSetMap::const_iterator pos = target_info.reg_set_map.find(set_id); in ParseRegisters()
4384 uint32_t set_id = UINT32_MAX; in GetGDBServerRegisterInfo() local
4387 …node.ForEachAttribute([&set_id, &set_info](const llvm::StringRef &name, const llvm::StringRef &val… in GetGDBServerRegisterInfo()
4389 set_id = StringConvert::ToUInt32(value.data(), UINT32_MAX, 0); in GetGDBServerRegisterInfo()
4395 if (set_id != UINT32_MAX) in GetGDBServerRegisterInfo()
4396 target_info.reg_set_map[set_id] = set_info; in GetGDBServerRegisterInfo()
/NextBSD/contrib/nvi/catalog/
HDREADME76 will be inserted before the base text to setup the set_id and the quote
/NextBSD/sys/cam/scsi/
HDscsi_sa.h383 u_int8_t set_id[8]; member
/NextBSD/crypto/openssh/
HDconfig.h.in687 /* Define if system has libiaf that supports set_id */
982 /* Define to 1 if you have the `set_id' function. */
HDsession.c1576 if (set_id(pw->pw_name) != 0) { in do_setusercontext()
HDconfigure.ac2691 AC_CHECK_FUNCS([set_id], [SSHDLIBS="$SSHDLIBS -liaf"
2693 [Define if system has libiaf that supports set_id])
HDChangeLog285 - (tim) [session.c] Improve error reporting on set_id().
310 with sftp chroot support. Move set_id call after chroot.
HDconfigure12757 for ac_func in set_id