Home
last modified time | relevance | path

Searched refs:get_string (Results 1 – 25 of 41) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/utils/hmaptool/
H A Dhmaptool98 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 Dio.c47 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 Drclex.l71 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 Drclex.c710 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 Drclex.l74 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 Deap.c79 } 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 Docsp.c101 url = freeme = get_string(ptr, len); in ocsp_connect()
408 if ((path = get_string(ptr, len)) == NULL) in ocsp_receive_fd()
H A Diked.c471 str = get_string(imsg->data, IMSG_DATA_SIZE(imsg)); in parent_dispatch_control()
H A Dutil.c688 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 Dscoping4.C9 Ptr get_string();
/openbsd-src/usr.sbin/cron/
H A Dfuncs.h41 get_string(char *, int, FILE *, char *),
H A Dmisc.c66 get_string(char *string, int size, FILE *file, char *terms) in get_string() function
H A Dentry.c142 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 Denv.c168 if (get_string(envstr, MAX_ENVSTR, f, "\n") == EOF) in load_env()
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.h67 const char* get_string (const char *s, size_t l);
H A Dlex.l273 tok->tp.tok.chars = (unsigned char*) get_string (yytext, yyleng); in update_yylval()
/openbsd-src/lib/libcrypto/x509/
H A Dx509_conf.c
/openbsd-src/usr.sbin/pppd/chat/
H A Dchat.c189 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 Dhttpd.c440 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 Dhttpd.h723 char *get_string(uint8_t *, size_t);
/openbsd-src/usr.sbin/ntpd/
H A Dconstraint.c436 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 Dntpd.h394 char *get_string(u_int8_t *, size_t);
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dbsd.py101 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 Dconfig.c362 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 Dvmd.h481 char *get_string(uint8_t *, size_t);

12