Home
last modified time | relevance | path

Searched +defs:string +defs:h (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c594 text_autosize(struct bsddialog_conf * conf,struct textproperties * tp,int maxrows,int mincols,bool increasecols,int * h,int * w) text_autosize() argument
799 set_widget_size(struct bsddialog_conf * conf,int rows,int cols,int * h,int * w) set_widget_size() argument
829 set_widget_autosize(struct bsddialog_conf * conf,int rows,int cols,int * h,int * w,const char * text,int * rowstext,struct buttons * bs,int hnotext,int minw) set_widget_autosize() argument
857 widget_checksize(int h,int w,struct buttons * bs,int hnotext,int minw) widget_checksize() argument
881 set_widget_position(struct bsddialog_conf * conf,int * y,int * x,int h,int w) set_widget_position() argument
984 int h, w; draw_borders() local
1025 update_box(struct bsddialog_conf * conf,WINDOW * win,int y,int x,int h,int w,enum elevation elev) update_box() argument
1184 wchar_t *wtext, *string; print_textpad() local
[all...]
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_win32.c98 HINSTANCE h = NULL, *p = NULL; in win32_load() local
464 static const char *openssl_strnchr(const char *string, int c, size_t len) in openssl_strnchr()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h158 } string; member
215 #define kstat_set_seq_raw_ops(k, h, d, a) \ argument
217 #define kstat_set_raw_ops(k, h, d, a) \ argument
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrbhst.c39 string_to_proto(const char *string) in string_to_proto()
298 struct krb5_krbhst_info *h; in append_host_hostinfo() local
1006 krb5_krbhst_info *h, *next; in krb5_krbhst_free() local
H A Daddr_families.c204 uint32_t l, h, m = 0xffffffff; in ipv4_mask_boundary() local
1158 const char *string, in krb5_parse_address()
/freebsd/contrib/ofed/opensm/opensm/
H A Dst.c521 static int strhash(const char *string) in strhash()
526 register unsigned int h = 0, g; in strhash() local
/freebsd/contrib/tzcode/
H A Dzic.c610 verror(const char *const string, va_list args) in verror()
628 error(const char *const string, ...) in error()
638 warning(const char *const string, ...) in warning()
1844 gethms(char const *string, char const *errstring) in gethms()
2453 writezone(const char *const name, const char *const string, char version, in writezone()
2683 int h = (i == old0 ? thisdefaulttype in writezone() local
2803 int h = (i == old0 ? thisdefaulttype in writezone() local
3965 newabbr(const char *string) in newabbr()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h154 } string; member
217 #define kstat_set_raw_ops(k, h, d, a) \ argument
/freebsd/sbin/pfctl/
H A Dparse.y448 char *string; member
1572 struct node_host *h = NULL, *hh; variable
1721 struct node_host *h, *nh; variable
5240 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
5251 disallow_urpf_failed(struct node_host *h, const char *fmt) in disallow_urpf_failed()
5262 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias()
6131 struct node_host *h; in apply_redirspec() local
6573 freehostlist(struct node_host *h) in freehostlist()
/freebsd/contrib/sendmail/src/
H A Dmap.c363 char *h; local
1308 char *h; local
1329 char *h; local
1416 char *h; local
5980 syslog_map_lookup(map, string, args, statp) in syslog_map_lookup() argument
6082 dprintf_map_lookup(map, string, args, statp) in dprintf_map_lookup() argument
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Ddeltat.c133 #define HOUR_NOT_OK(h) (h) > MAX_HOUR || (h) < MIN_HOUR argument
1575 krb5_string_to_deltat(char *string, krb5_deltat *deltatp) in krb5_string_to_deltat()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c2586 const struct hardlink *h = (const struct hardlink *)n; in file_hd_cmp_key() local
3398 xml_writer_write_string(struct xml_writer *ctx, const char *string) in xml_writer_write_string()
3586 xml_writer_write_string(struct xml_writer *ctx, const char *string) in xml_writer_write_string()
/freebsd/crypto/openssh/
H A Dsftp-server.c193 request_permitted(const struct sftp_handler *h) in request_permitted()
606 u_char *string; in send_handle() local
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c7057 static int JimGlobMatch(const char *pattern, int plen, const char *string, int slen, int nocase) in JimGlobMatch()
7482 unsigned int Jim_GenHashFunction(const unsigned char *string, int length) in Jim_GenHashFunction()
7554 unsigned int h; in Jim_ExpandHashTable() local
7617 unsigned int h = Jim_HashKey(ht, key) & ht->sizemask; in Jim_DeleteHashEntry() local
7676 unsigned int h; in Jim_FindHashEntry() local
7744 unsigned int h; in JimInsertHashEntry() local
9143 const char *string = Jim_GetString(objPtr, &slen); in Jim_StringMatchObj() local
10155 const char *string; in JimObjectHTHashFunction() local
13080 unsigned h = (JimObjectHTHashFunction(keyObjPtr) + dict->uniq); in JimDictHashFind() local
13155 unsigned h = prevht[i].hash; in JimDictExpandHashTable() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp489 bool OutputColoredStringTruncated(int right_pad, StringRef string, in OutputColoredStringTruncated()
642 void Resize(int w, int h) { ::wresize(m_window, h, w); } in Resize()