Searched refs:_str (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/etc/rc.d/ |
| HD | netif | 158 local _cooked_list _tmp_list _fail _func _ok _str _cmdifn 190 for _str in $_cooked_list; do 191 case $_str in 233 _str= 237 _str='Starting' 240 _str='Stopping' 243 _str='Moving' 246 _str='Reclaiming' 249 echo "${_str} Network:${_ok}."
|
| /NextBSD/contrib/gperf/src/ |
| HD | options.cc | 355 const char * _str; member in PositionStringParser 376 : _str (str), in PositionStringParser() 400 while (*_str) in nextPosition() 401 switch (*_str) in nextPosition() 405 _str++; in nextPosition() 409 _str++; in nextPosition() 416 for (curr_value = 0; isdigit (static_cast<unsigned char>(*_str)); _str++) in nextPosition() 417 curr_value = curr_value * 10 + (*_str - '0'); in nextPosition() 419 if (*_str == '-') in nextPosition() 421 _str++; in nextPosition() [all …]
|
| /NextBSD/contrib/elftoolchain/libelftc/ |
| HD | _libelftc.h | 78 int vector_str_find(const struct vector_str *_vs, const char *_str, 83 bool vector_str_push(struct vector_str *_vs, const char *_str,
|
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | device.h | 121 #define _CLASS_ATTR_STRING(_name, _mode, _str) \ argument 122 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str } 123 #define CLASS_ATTR_STRING(_name, _mode, _str) \ argument 125 _CLASS_ATTR_STRING(_name, _mode, _str)
|
| /NextBSD/sys/dev/virtio/ |
| HD | virtqueue.h | 59 #define VQ_ALLOC_INFO_INIT(_i,_nsegs,_intr,_arg,_vqp,_str,...) do { \ argument 60 snprintf((_i)->vqai_name, VIRTQUEUE_MAX_NAME_SZ, _str, \
|
| /NextBSD/contrib/ofed/management/libibcommon/include/infiniband/ |
| HD | common.h | 111 #define ENUM_STR_DEF(enumname, last, val) (((unsigned)(val) < last) ? enumname ## _str[val] : "???… 112 #define ENUM_STR_ARRAY(name) char * name ## _str[]
|
| /NextBSD/usr.sbin/lpr/lpd/ |
| HD | extern.h | 45 int msearch(char *_str, struct termios *_ip);
|
| /NextBSD/lib/libdpv/ |
| HD | dprompt.h | 55 int dprompt_sprint(char * restrict _str, const char *_prefix,
|
| /NextBSD/usr.sbin/newsyslog/ |
| HD | extern.h | 61 time_t _basetime, const char *_str);
|
| /NextBSD/contrib/openpam/include/security/ |
| HD | openpam.h | 175 openpam_straddch(char **_str,
|
| /NextBSD/usr.sbin/lpr/pac/ |
| HD | pac.c | 97 static int any(int _ch, const char _str[]);
|
| /NextBSD/etc/ |
| HD | rc.subr | 1853 local _str _src _dst _out _com _var 1854 _str="$1" 1861 for _com in ${_str}; do
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 786 // In some systems str[n]casejmp is a macro that expands to _str[n]icmp.
|