Home
last modified time | relevance | path

Searched refs:buff (Results 1 – 25 of 41549) sorted by last modified time

12345678910>>...1662

/dports/x11-wm/euclid-wm/euclid-wm-b6b0319/
H A Deuclid-wm.c1969 char buff[256]; in search_wins() local
1973 fgets(buff,256,ret); in search_wins()
1985 int last = strlen(buff); in search_wins()
1987 while (buff[pos] != '[' && pos != 0) { in search_wins()
1996 while (buff[pos] != ']') { in search_wins()
1997 winnum[pos2] = buff[pos]; in search_wins()
2276 char buff[256]; in xerror() local
2277 XGetErrorText(dpy, e->error_code, buff, 256); in xerror()
2278 fprintf(stderr,"euclid-wm ERROR: X error: %s\n",buff); in xerror()
H A Deuclid-menu.c50 char buff[256]; in xerror() local
51 XGetErrorText(dpy, e->error_code, buff, 256); in xerror()
52 fprintf(stderr,"slaunch ERROR: X error: %s\n",buff); in xerror()
/dports/x11-wm/piewm/piewm-1.04/
H A Dparse.c69 static char buff[BUF_LEN+1]; variable
293 if (fgets(buff, BUF_LEN, twmrc) == NULL) in twmFileInput()
298 if (strncmp(buff, "include", 7) == 0) { in twmFileInput()
300 char *p = buff + 7, *q; in twmFileInput()
326 len = strlen(buff); in twmFileInput()
328 return ((int)buff[ptr++]); in twmFileInput()
339 if (fgets(buff, BUF_LEN, twmrc) == NULL) return(EOF); in twmFileInput()
340 if (!strncmp(buff, "#line", 5)) { in twmFileInput()
341 yylineno = atoi(buff + 6); in twmFileInput()
348 len = strlen(buff); in twmFileInput()
[all …]
/dports/x11-wm/tvtwm/tvtwm/
H A Dparse.c77 static char buff[BUF_LEN+1]; variable
323 if (fgets(buff, BUF_LEN, twmrc) == NULL) in twmFileInput()
328 if (strncmp(buff, "include", 7) == 0) { in twmFileInput()
330 char *p = buff + 7, *q; in twmFileInput()
356 len = strlen(buff); in twmFileInput()
358 return ((int)buff[ptr++]); in twmFileInput()
370 if (fgets(buff, BUF_LEN, twmrc) == NULL) { in twmFileInput()
375 if (fgets(buff, BUF_LEN, twmrc) == NULL) in twmFileInput()
385 len = strlen(buff); in twmFileInput()
387 return ((int)buff[ptr++]); in twmFileInput()
[all …]
H A Dmenus.c1960 char buff[MAX_FILE_SIZE]; local
2901 count = read (fd, buff, MAX_FILE_SIZE - 1);
2902 if (count > 0) XStoreBytes (dpy, buff, count);
3044 count = read(fd, buff, MAX_FILE_SIZE - 1);
3046 XStoreBytes(dpy, buff, count);
/dports/x11-toolkits/redkite/redkite-1.3.1/tools/
H A Drkpng2c.c63 const unsigned char *buff = cairo_image_surface_get_data(image); in main() local
83 fprintf(fptr, "0x%02x,\n", buff[i]); in main()
85 fprintf(fptr, "0x%02x, ", buff[i]); in main()
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp677 char *r = buff; in SWIG_PackVoidPtr()
681 if (strlen(name) + 1 > (bsz - (r - buff))) return 0; in SWIG_PackVoidPtr()
683 return buff; in SWIG_PackVoidPtr()
701 char *r = buff; in SWIG_PackDataName()
711 return buff; in SWIG_PackDataName()
143536 char *buff = ndoc; in SWIG_Python_FixMethods() local
143537 strncpy(buff, methods[i].ml_doc, ldoc); in SWIG_Python_FixMethods()
143538 buff += ldoc; in SWIG_Python_FixMethods()
143539 strncpy(buff, "swig_ptr: ", 10); in SWIG_Python_FixMethods()
143540 buff += 10; in SWIG_Python_FixMethods()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/benchmark/src/
H A Dsysinfo.cc145 ValueUnion buff(sizeof(int)); in GetSysctlImp() local
153 if (sysctl(mib, 2, buff.data(), &buff.Size, nullptr, 0) == -1) { in GetSysctlImp()
156 return buff; in GetSysctlImp()
164 ValueUnion buff(CurBuffSize); in GetSysctlImp()
165 if (sysctlbyname(Name.c_str(), buff.data(), &buff.Size, nullptr, 0) == 0) in GetSysctlImp()
166 return buff; in GetSysctlImp()
317 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows() local
318 if (!GetLogicalProcessorInformation(buff.get(), &buffer_size)) in GetCacheSizesWindows()
322 PInfo* it = buff.get(); in GetCacheSizesWindows()
323 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo)); in GetCacheSizesWindows()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/google-benchmark/src/
H A Dsysinfo.cc147 ValueUnion buff(sizeof(int)); in GetSysctlImp() local
155 if (sysctl(mib, 2, buff.data(), &buff.Size, nullptr, 0) == -1) { in GetSysctlImp()
158 return buff; in GetSysctlImp()
166 ValueUnion buff(CurBuffSize); in GetSysctlImp()
167 if (sysctlbyname(Name.c_str(), buff.data(), &buff.Size, nullptr, 0) == 0) in GetSysctlImp()
168 return buff; in GetSysctlImp()
320 UPtr buff((PInfo*)malloc(buffer_size), &std::free); in GetCacheSizesWindows() local
321 if (!GetLogicalProcessorInformation(buff.get(), &buffer_size)) in GetCacheSizesWindows()
325 PInfo* it = buff.get(); in GetCacheSizesWindows()
326 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo)); in GetCacheSizesWindows()
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTTP.c344 #define HTTP_NETREAD(sock, buff, size, handle) \ argument
346 ? SSL_read(handle, buff, size) \
347 : NETREAD(sock, buff, size))
349 #define HTTP_NETWRITE(sock, buff, size, handle) \ argument
351 ? SSL_write(handle, buff, size) \
352 : NETWRITE(sock, buff, size))
419 char buff[256]; in _thread_func()
423 MessageBox(NULL, buff, BOX_TITLE, BOX_FLAG); in _thread_func()
439 char buff[256]; in ws_netread() local
482 sprintf(buff, "Read Waiting (%2d.%01d) for %d Bytes", in ws_netread()
[all …]
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A DMakefile6 GWC_OBJS=argl.cmo lock.cmo adef.cmo iovalue.cmo buff.cmo name.cmo mutil.cmo secure.cmo btree.cmo fu…
7 GWC2_OBJS=calendar.cmo adef.cmo iovalue.cmo buff.cmo name.cmo mutil.cmo gwcomp.cmo argl.cmo lock.cm…
8 CONSANG_OBJS=argl.cmo lock.cmo adef.cmo iovalue.cmo buff.cmo name.cmo mutil.cmo secure.cmo btree.cm…
9 …erver.cmo ../dag2html/dag2html.cmo argl.cmo lock.cmo adef.cmo iovalue.cmo buff.cmo name.cmo mutil.…
12 GWU_OBJS=argl.cmo adef.cmo iovalue.cmo buff.cmo name.cmo mutil.cmo secure.cmo btree.cmo futil.cmo d…
15 MOSTDESC_OBJS=argl.cmo secure.cmo buff.cmo name.cmo iovalue.cmo mutil.cmo adef.cmo futil.cmo diff.c…
16 FPLA_OBJS=argl.cmo secure.cmo buff.cmo name.cmo iovalue.cmo mutil.cmo adef.cmo futil.cmo diff.cmo d…
17 UPDATE_NLDB_OBJS=secure.cmo buff.cmo name.cmo adef.cmo iovalue.cmo mutil.cmo btree.cmo futil.cmo du…
18 CHECK_BASE_OBJS=buff.cmo name.cmo iovalue.cmo mutil.cmo adef.cmo futil.cmo diff.cmo secure.cmo duti…
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/SSL/
H A DHTSSL.c444 PUBLIC int HTSSL_read (HTSSL * htssl, int sd, char * buff, int len) in HTSSL_read() argument
446 return htssl && htssl->ssl ? SSL_read(htssl->ssl, buff, len) : -1; in HTSSL_read()
449 PUBLIC int HTSSL_write (HTSSL * htssl, int sd, char * buff, int len) in HTSSL_write() argument
451 return htssl && htssl->ssl ? SSL_write(htssl->ssl, buff, len) : -1; in HTSSL_write()
/dports/www/pserv/pserv-3.4/sources/
H A Dmain.c531 char buff[POST_BUFFER_SIZE+5]; local
540 buff[0] = '\0';
582 buff[totalRead] = ch; totalRead++;
596 buff[totalRead++] = '\n';
597 buff[totalRead] = '\0';
599 DBGPRINTF(("buff: |%s|\n", buff));
825 char buff[BUFFER_SIZE+1]; local
950 buff[0] = '\0';
996 } else if (buff[totalRead-1] == '\n' && buff[totalRead-3] == '\n')
998 buff[totalRead] = '\0';
[all …]
H A Dhandlers.c32 int sendChunk(sock, buff, len) in sendChunk() argument
34 char *buff;
42 if ((sockSent = send(sock, buff, len, 0)) < len )
65 if ((sockSent = send(sock, buff+totalSent, len-totalSent, 0)) < len - totalSent)
/dports/www/squid/squid-4.15/src/
H A Dcf_gen.cc190 char buff[MAX_LINE]; in main() local
211 fp.getline(buff,MAX_LINE); in main()
244 if ((t = strchr(buff, '\n'))) in main()
265 if ((strlen(buff) == 0) || (!strncmp(buff, "#", 1))) { in main()
298 if ((strlen(buff) == 0) || (!strncmp(buff, "#", 1))) { in main()
302 ptr = buff + 8; in main()
309 ptr = buff + 8; in main()
316 ptr = buff + 16; in main()
323 ptr = buff + 13; in main()
330 ptr = buff + 12; in main()
[all …]
/dports/www/p5-Apache-ParseFormData/Apache-ParseFormData-0.09/
H A DParseFormData.pm253 my $buff = shift;
255 my ($part, $content) = ($buff, "");
256 while($r->get_client_block($buff, $len)) {
257 $part .= $buff;
/dports/www/cgichk/cgichk/
H A Dmisc.c22 char *buff; in PRINT() local
24 buff = (char*)malloc(8192); in PRINT()
27 vsprintf(buff, arg, v); in PRINT()
30 fprintf(parms.OUTPUT, "%s", buff); in PRINT()
32 free(buff); in PRINT()
38 char *buff; in CPRINT() local
43 buff = (char*)malloc(8192); in CPRINT()
46 vsprintf(buff, arg, v); in CPRINT()
49 printf("%s", buff); in CPRINT()
51 free(buff); in CPRINT()
/dports/www/apache24/httpd-2.4.53/support/
H A Dab.c1920 char *buff = xmalloc(postlen + reqlen + 1); in test() local
1921 strcpy(buff, request); in test()
1922 memcpy(buff + reqlen, postdata, postlen); in test()
1923 request = buff; in test()
/dports/www/jesred/jesred-1.2pl1/
H A Drewrite.c57 parse_buff(char *buff, char **url, char **src_addr, char **ident, in parse_buff() argument
66 token = strchr(buff,' '); in parse_buff()
71 *url = buff; in parse_buff()
105 log(ERROR, "incorrect input (%d): %s", c, buff); in parse_buff()
124 log(DEBG, "method not \"GET\" %s\n", buff); in parse_buff()
/dports/www/e107/e107/e107_handlers/
H A Dmedia_class.php2145 while($buff = fread($in, 4096))
2147 fwrite($out, $buff);
2197 while($buff = fread($in, 4096))
2199 fwrite($out, $buff);
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/post-process/
H A Dpost-process.c1340 char buff[] = {d->type, '\0'}; in linkage_set_domain_names() local
1343 string_set_add (buff, postprocessor->string_set); in linkage_set_domain_names()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/
H A Dapi.c179 buff[0] = '\0'; in parse_options_set_debug()
183 buff[0] = ','; in parse_options_set_debug()
184 strncpy(buff+1, dummy, sizeof(buff)-2); in parse_options_set_debug()
187 buff[len+1] = ','; in parse_options_set_debug()
192 buff[sizeof(buff)-1] = '\0'; in parse_options_set_debug()
195 opts->debug = buff; in parse_options_set_debug()
216 buff[0] = '\0'; in parse_options_set_test()
220 buff[0] = ','; in parse_options_set_test()
221 strncpy(buff+1, dummy, sizeof(buff)-2); in parse_options_set_test()
229 buff[sizeof(buff)-1] = '\0'; in parse_options_set_test()
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/tokenize/
H A Dtokenize.c592 char * const buff = alloca(maxword + 2); /* strlen + INFIX_MARK + NUL */ in issue_word_alternative() local
609 memcpy(buff, *affix, sz); in issue_word_alternative()
610 buff[sz] = infix_mark; in issue_word_alternative()
611 buff[sz+1] = '\0'; in issue_word_alternative()
613 token = buff; in issue_word_alternative()
653 buff[0] = infix_mark; in issue_word_alternative()
654 strcpy(&buff[1], *affix); in issue_word_alternative()
656 token = buff; in issue_word_alternative()
H A Dwg-display.c45 char buff[64]; in gword_morpheme() local
96 snprintf(buff, sizeof(buff), "MT_%d", (int)w->morpheme_type); in gword_morpheme()
97 mt = string_set_add(buff, sent->string_set); in gword_morpheme()
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/dict-common/
H A Didiom.c121 char buff[2*MAX_WORD]; in build_idiom_word_name() local
128 snprintf(buff, sizeof(buff), "%s%cI%d", s, SUBSCRIPT_MARK, count); in build_idiom_word_name()
130 return string_set_add(buff, dict->string_set); in build_idiom_word_name()
186 char buff[IDIOM_LINK_SZ+4]; in generate_id_connector() local
193 t = buff; in generate_id_connector()
203 return string_set_add(buff, dict->string_set); in generate_id_connector()

12345678910>>...1662