Home
last modified time | relevance | path

Searched refs:bstring (Results 1 – 25 of 33) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTString.h129 } bstring; typedef
131 extern void HTSABAlloc(bstring **dest, int len);
132 extern void HTSABCopy(bstring **dest, const char *src, int len);
133 extern void HTSABCopy0(bstring **dest, const char *src);
134 extern void HTSABCat(bstring **dest, const char *src, int len);
135 extern void HTSABCat0(bstring **dest, const char *src);
136 extern BOOL HTSABEql(bstring *a, bstring *b);
137 extern void HTSABFree(bstring **ptr);
154 extern bstring *HTBprintf(bstring **pstr, const char *fmt,...) GCC_PRINTFLIKE(2,3);
156 extern void trace_bstring(bstring *data);
DLYLeaks.h258 extern void LYLeakSABAlloc(bstring **dest,
262 extern void LYLeakSABCopy(bstring **dest,
267 extern void LYLeakSABCopy0(bstring **dest,
271 extern void LYLeakSABCat(bstring **dest,
276 extern void LYLeakSABCat0(bstring **dest,
280 extern void LYLeakSABFree(bstring **ptr,
DHTString.c1195 void HTSABAlloc(bstring **dest, int len) in HTSABAlloc()
1198 *dest = typecalloc(bstring); in HTSABAlloc()
1216 void HTSABCopy(bstring **dest, const char *src, in HTSABCopy()
1219 bstring *t; in HTSABCopy()
1232 if ((t = (bstring *) malloc(sizeof(bstring))) == NULL) in HTSABCopy()
1257 void HTSABCopy0(bstring **dest, const char *src) in HTSABCopy0()
1265 void HTSABCat(bstring **dest, const char *src, in HTSABCat()
1268 bstring *t = *dest; in HTSABCat()
1286 if ((t = typecalloc(bstring)) == NULL) in HTSABCat()
1313 void HTSABCat0(bstring **dest, const char *src) in HTSABCat0()
[all …]
DHTAnchor.h73 bstring *post_data; /* Posting data */
150 bstring *post_data;
DHTAnchor.c188 static BOOL HTBEquivalent(const bstring *s, in HTBEquivalent()
189 const bstring *t) in HTBEquivalent()
DHTGopher.c1450 bstring *command = NULL; in HTLoadCSO()
1451 bstring *content = NULL; in HTLoadCSO()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbcache.c39 struct bstring struct
42 struct bstring *next; argument
74 struct bstring **bucket; argument
136 struct bstring **new_buckets; in expand_hash_table()
156 new_buckets = (struct bstring **) xmalloc (new_size); in expand_hash_table()
167 struct bstring *s, *next; in expand_hash_table()
171 struct bstring **new_bucket; in expand_hash_table()
193 #define BSTRING_SIZE(n) (offsetof (struct bstring, d.data) + (n))
204 struct bstring *s; in bcache_data()
234 struct bstring *new in bcache_data()
[all …]
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYLeaks.c816 void LYLeakSABAlloc(bstring **dest, in LYLeakSABAlloc()
822 *dest = LYLeakCalloc(1, sizeof(bstring), cp_File, ssi_Line); in LYLeakSABAlloc()
838 void LYLeakSABCopy(bstring **dest, in LYLeakSABCopy()
844 bstring *t; in LYLeakSABCopy()
857 if ((t = (bstring *) LYLeakMalloc(sizeof(bstring), cp_File, ssi_Line)) in LYLeakSABCopy()
881 void LYLeakSABCopy0(bstring **dest, in LYLeakSABCopy0()
890 void LYLeakSABCat(bstring **dest, in LYLeakSABCat()
896 bstring *t = *dest; in LYLeakSABCat()
914 if ((t = (bstring *) LYLeakCalloc(1, sizeof(bstring), cp_File, in LYLeakSABCat()
940 void LYLeakSABCat0(bstring **dest, in LYLeakSABCat0()
[all …]
DLYPrint.c135 static void SetupFilename(bstring **filename, in SetupFilename()
164 static int RecallFilename(bstring **filename, in RecallFilename()
299 bstring *buffer = NULL; in send_file_to_file()
300 bstring *filename = NULL; in send_file_to_file()
490 bstring *user_response = NULL; in send_file_to_mail()
805 bstring *my_file = NULL; in send_file_to_printer()
963 bstring *prompt = NULL; in send_file_to_screen()
1358 bstring *fbuf = NULL; in GetFileName()
1359 bstring *tbuf = NULL; in GetFileName()
DLYSearch.h12 bstring **prev_target,
DLYSearch.c156 bstring **prev_target, in textsearch()
161 static bstring *my_prev_target = NULL; in textsearch()
DLYLocal.c83 bstring *buf);
793 bstring *given_target = NULL; in modify_tagged()
889 bstring *tmpbuf = NULL; in modify_name()
950 bstring *tmpbuf = NULL; in modify_location()
1031 bstring *testpath = NULL; in local_modify()
1108 bstring *tmpbuf = NULL; in create_file()
1145 bstring *tmpbuf = NULL; in create_directory()
1311 static bstring *LYValidPermitFile = NULL;
2207 bstring *buf) in get_filename()
DLYDownload.c34 bstring *buffer = NULL; in LYDownload()
35 bstring *command = NULL; in LYDownload()
DLYStructs.h48 bstring *post_data;
DLYUtils.h120 extern BOOLEAN LYValidateFilename(bstring **result, bstring **given);
DLYBookmark.c213 bstring *string_data = NULL; in save_bookmark_link()
214 bstring *tmp_data = NULL; in save_bookmark_link()
DGridText.h159 extern bstring *HTLoadedDocumentPost_data(void);
DLYStrings.h61 extern int LYgetBString(bstring **inputline,
DHTAlert.c653 bstring *data = NULL; in HTPrompt()
674 bstring *data = NULL; in HTPromptPassword()
DLYMainLoop.c182 static bstring *prev_target = NULL;
591 static void do_check_goto_URL(bstring **user_input, in do_check_goto_URL()
713 bstring **user_input, in do_check_recall()
1801 static int handle_LYK_COMMAND(bstring **user_input) in handle_LYK_COMMAND()
2465 bstring **user_input, in handle_LYK_ECGOTO()
2687 bstring **user_input, in handle_LYK_ELGOTO()
2972 bstring **user_input, in handle_LYK_GOTO()
3551 bstring *input = NULL; in check_JUMP_param()
3621 bstring **user_input, in handle_LYK_JUMP()
5241 static bstring *buf = NULL; in handle_LYK_CHDIR()
[all …]
DLYJump.c184 static bstring *buf = NULL; in LYJump()
DLYStrings.c2872 static bstring *killbuffer;
3592 bstring *temp = NULL; in get_popup_number()
4168 static bstring *prev_target = NULL; /* Search string buffer */ in LYhandlePopupList()
4169 static bstring *next_target = NULL; /* Next search buffer */ in LYhandlePopupList()
5072 int LYgetBString(bstring **inputline, in LYgetBString()
5371 bstring *my_bstring = NULL; in LYgetstr()
DLYOptions.c347 bstring *my_data = NULL; in LYoptions()
1770 bstring *my_data = NULL; in edit_bookmarks()
2503 static PostPair *break_data(bstring *data) in break_data()
/mirbsd/src/lib/libc/string/
DMakefile.inc47 MAN+= bm.3 bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 memccpy.3 memchr.3 \
/mirbsd/src/usr.bin/spell/
Dspecial.4bsd109 bstring

12