/freebsd/libexec/rc/rc.d/ |
H A D | 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 startmsg "${_str} Network:${_ok}."
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | string.h | 30 sm_match __P((const char *_str, const char *_pattern)); 36 sm_strndup_x __P((const char *_str, size_t _len)); 41 sm_strdup_x __P((const char *_str)); 45 sm_pstrdup_x __P((const char *_str));
|
H A D | io.h | 321 char **_str,
|
/freebsd/crypto/openssh/regress/ |
H A D | sshcfgparse.sh | 14 _str="$1" ; shift 18 fail "missing expected \"$_expect\" from \"$_str\"" 23 _str="$1" ; shift 27 fail "unexpected \"$_expect\" present in \"$_str\""
|
/freebsd/contrib/openpam/t/ |
H A D | t_openpam_straddch.c | 86 char *str, *_str; in t_straddch_realloc_fail() local 101 _str = str; in t_straddch_realloc_fail() 114 ret &= t_compare_ptr(_str, str); in t_straddch_realloc_fail()
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | _libelftc.h | 79 int vector_str_find(const struct vector_str *_vs, const char *_str, 84 bool vector_str_push(struct vector_str *_vs, const char *_str,
|
/freebsd/sys/dev/virtio/ |
H A D | 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, \
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | iostream.cpp | 18 #define _str(s) #s macro 19 #define str(s) _str(s)
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | extern.h | 44 int msearch(char *_str, struct termios *_ip);
|
/freebsd/lib/libdpv/ |
H A D | dprompt.h | 53 int dprompt_sprint(char * restrict _str, const char *_prefix,
|
/freebsd/usr.sbin/newsyslog/ |
H A D | extern.h | 62 time_t _basetime, const char *_str);
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | device.h | 185 #define _CLASS_ATTR_STRING(_name, _mode, _str) \ argument 186 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str } 187 #define CLASS_ATTR_STRING(_name, _mode, _str) \ argument 189 _CLASS_ATTR_STRING(_name, _mode, _str)
|
/freebsd/contrib/openpam/include/security/ |
H A D | openpam.h | 173 openpam_straddch(char **_str,
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 3357 function segment_to_string(seg, _str, _t, _m, _s, _attrs, _attr_str) { 3362 _str = (type_to_string(_t) " ") 3365 _str = (_str sprintf("0x%X", get(seg, p_offset))) 3383 return (_str) 3385 return (_str " (" _attr_str ")") 3389 function gen_var_flags(v, _type, _flags, _flag, _str) 3410 _str = array_join(_flags, "|", class_get_prop_id(VFlag, p_const)) 3415 return (_str)
|
/freebsd/usr.sbin/lpr/pac/ |
H A D | pac.c | 85 static int any(int _ch, const char _str[]);
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 592 static int OSSL_CMP_CTX_##SETN##_##FIELD##_str(CMP_CTX *ctx, char *val)\ 598 static char *OSSL_CMP_CTX_get1_##FIELD##_str(const CMP_CTX *ctx) \
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 2421 local _str _src _dst _out _com _var 2422 _str="$1" 2429 for _com in ${_str}; do
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 31 class StringForProgram<string _str> { 32 string str = !subst("%Program", GlobalDocumentation.Program, _str);
|