/openbsd-src/gnu/llvm/clang/utils/hmaptool/ |
H A D | hmaptool | 98 def get_string(self, idx): member in HeaderMap 110 yield (self.get_string(key_idx), 111 self.get_string(prefix_idx) + self.get_string(suffix_idx)) 146 key = hmap.get_string(key_idx) 147 prefix = hmap.get_string(prefix_idx) 148 suffix = hmap.get_string(suffix_idx)
|
/openbsd-src/sbin/pdisk/ |
H A D | io.c | 47 static char *get_string(int); 216 return get_string(c); in get_dpistr_argument() 220 return get_string(' '); in get_dpistr_argument() 231 get_string(int eos) in get_string() function
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | rclex.l | 71 static char *get_string (int); 175 r = get_string (send - s + 1); 226 s = get_string (strlen (yytext) + 1); 309 ret = get_string (strlen (input) + 1); 447 get_string (int len)
|
H A D | rclex.c | 710 static char *get_string (int); 1364 r = get_string (send - s + 1); 1430 s = get_string (strlen (yytext) + 1); 2420 ret = get_string (strlen (input) + 1); in handle_quotes() 2558 get_string (int len) in get_string() function
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | rclex.l | 74 static char *get_string (int); 178 r = get_string (send - s + 1); 229 s = get_string (strlen (yytext) + 1); 313 ret = get_string (strlen (input) + 1); 455 get_string (int len)
|
/openbsd-src/sbin/iked/ |
H A D | eap.c | 79 } else if ((str = get_string(ptr, len)) == NULL) { in eap_validate_id_response() 386 msg->msg_parent->msg_eap.eam_user = get_string(ptr, len); in eap_mschap() 485 if ((str = get_string(ptr, len)) == NULL) { in eap_parse() 507 if ((str = get_string(ptr, len)) == NULL) { in eap_parse() 530 if ((str = get_string(ptr, len)) == NULL) { in eap_parse() 564 if ((str = get_string(ptr, len)) == NULL) { in eap_parse()
|
H A D | ocsp.c | 101 url = freeme = get_string(ptr, len); in ocsp_connect() 408 if ((path = get_string(ptr, len)) == NULL) in ocsp_receive_fd()
|
H A D | iked.c | 471 str = get_string(imsg->data, IMSG_DATA_SIZE(imsg)); in parent_dispatch_control()
|
H A D | util.c | 688 get_string(uint8_t *ptr, size_t len) in get_string() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | scoping4.C | 9 Ptr get_string();
|
/openbsd-src/usr.sbin/cron/ |
H A D | funcs.h | 41 get_string(char *, int, FILE *, char *),
|
H A D | misc.c | 66 get_string(char *string, int size, FILE *file, char *terms) in get_string() function
|
H A D | entry.c | 142 ch = get_string(cmd, MAX_COMMAND, file, " \t\n"); in load_entry() 282 ch = get_string(username, MAX_COMMAND, file, " \t\n"); in load_entry() 399 ch = get_string(cmd, MAX_COMMAND, file, "\n"); in load_entry()
|
H A D | env.c | 168 if (get_string(envstr, MAX_ENVSTR, f, "\n") == EOF) in load_env()
|
/openbsd-src/gnu/gcc/gcc/treelang/ |
H A D | treetree.h | 67 const char* get_string (const char *s, size_t l);
|
H A D | lex.l | 273 tok->tp.tok.chars = (unsigned char*) get_string (yytext, yyleng); in update_yylval()
|
/openbsd-src/lib/libcrypto/x509/ |
H A D | x509_conf.c |
|
/openbsd-src/usr.sbin/pppd/chat/ |
H A D | chat.c | 189 int get_string(char *string); 904 if (get_string (expect)) 1257 int get_string(char *string) 1281 int get_string(string) get_string() function
|
/openbsd-src/usr.sbin/httpd/ |
H A D | httpd.c | 440 str = get_string(imsg->data, IMSG_DATA_SIZE(imsg)); in parent_dispatch_logger() 765 if ((str = get_string(ptr, len)) == NULL) in evbuffer_getline() 791 get_string(uint8_t *ptr, size_t len) in get_string() function
|
H A D | httpd.h | 723 char *get_string(uint8_t *, size_t);
|
/openbsd-src/usr.sbin/ntpd/ |
H A D | constraint.c | 436 get_string(data, am.namelen)) == NULL) in priv_constraint_child() 442 get_string(data, am.pathlen)) == NULL) in priv_constraint_child() 1177 get_string(u_int8_t *ptr, size_t len) 1158 get_string(u_int8_t *ptr, size_t len) get_string() function
|
H A D | ntpd.h | 394 char *get_string(u_int8_t *, size_t);
|
/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | bsd.py | 101 def get_string(self, offset): member in StringTable 170 symdef.append((strtab.get_string(s[0]), s[1]))
|
/openbsd-src/usr.sbin/relayd/ |
H A D | config.c | 362 if ((tb->sendbuf = get_string(p + s, sb)) == NULL) { in config_gettable() 712 if ((proto->style = get_string(p + s, styl - 1)) == NULL) { in config_getproto() 760 get_string(p + s, \ in config_getrule()
|
/openbsd-src/usr.sbin/vmd/ |
H A D | vmd.h | 481 char *get_string(uint8_t *, size_t);
|