Searched refs:set_id (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/lib/libc/nls/ |
| HD | msgcat.c | 261 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/ |
| HD | sh.func.c | 2565 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/ |
| HD | ProcessGDBRemote.cpp | 4239 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/ |
| HD | README | 76 will be inserted before the base text to setup the set_id and the quote
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_sa.h | 383 u_int8_t set_id[8]; member
|
| /NextBSD/crypto/openssh/ |
| HD | config.h.in | 687 /* Define if system has libiaf that supports set_id */ 982 /* Define to 1 if you have the `set_id' function. */
|
| HD | session.c | 1576 if (set_id(pw->pw_name) != 0) { in do_setusercontext()
|
| HD | configure.ac | 2691 AC_CHECK_FUNCS([set_id], [SSHDLIBS="$SSHDLIBS -liaf" 2693 [Define if system has libiaf that supports set_id])
|
| HD | ChangeLog | 285 - (tim) [session.c] Improve error reporting on set_id(). 310 with sftp chroot support. Move set_id call after chroot.
|
| HD | configure | 12757 for ac_func in set_id
|