HomeSort by relevance Sort by last modified time
    Searched defs:linebuf (Results 1 - 25 of 34) sorted by null

1 2

  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/server-tools/instance-manager/
parse_output.cc 71 char linebuf[MAX_LINE_LEN]; local
90 while (fgets(linebuf, sizeof(linebuf) - 1, output))
93 char *linep= linebuf;
95 linebuf[sizeof(linebuf) - 1]= '\0'; /* safety */
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/server-tools/instance-manager/
parse_output.cc 72 char linebuf[MAX_LINE_LEN]; local
91 while (fgets(linebuf, sizeof(linebuf) - 1, output))
94 char *linep= linebuf;
96 linebuf[sizeof(linebuf) - 1]= '\0'; /* safety */
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/server-tools/instance-manager/
parse_output.cc 72 char linebuf[MAX_LINE_LEN]; local
91 while (fgets(linebuf, sizeof(linebuf) - 1, output))
94 char *linep= linebuf;
96 linebuf[sizeof(linebuf) - 1]= '\0'; /* safety */
  /webstack/webstack/trunk/src/mysql-5.0.45/server-tools/instance-manager/
parse_output.cc 71 char linebuf[MAX_LINE_LEN]; local
90 while (fgets(linebuf, sizeof(linebuf) - 1, output))
93 char *linep= linebuf;
95 linebuf[sizeof(linebuf) - 1]= '\0'; /* safety */
  /webstack/webstack/branches/CoolStack12Rtm/src/tidy/src/
pprint.h 55 uint *linebuf; member in struct:_TidyPrintImpl
  /webstack/webstack/trunk/src/tidy/src/
pprint.h 55 uint *linebuf; member in struct:_TidyPrintImpl
  /webstack/webstack/branches/CoolStack12Rtm/src/freetds-0.64/src/apps/
tsql.c 472 char linebuf[1024]; local
479 while ((s = fgets(linebuf, sizeof(linebuf), fp)) != NULL) {
  /webstack/webstack/branches/CoolStack12Rtm/src/openldap-2.3.30/libraries/libldap/
init.c 119 char linebuf[ AC_LINE_MAX ]; local
145 while((start = fgets(linebuf, sizeof(linebuf), fp)) != NULL) {
  /webstack/webstack/trunk/src/freetds-0.64/src/apps/
tsql.c 472 char linebuf[1024]; local
479 while ((s = fgets(linebuf, sizeof(linebuf), fp)) != NULL) {
  /webstack/webstack/trunk/src/openldap-2.3.30/libraries/libldap/
init.c 119 char linebuf[ AC_LINE_MAX ]; local
145 while((start = fgets(linebuf, sizeof(linebuf), fp)) != NULL) {
  /webstack/webstack/branches/CoolStack12Rtm/src/openldap-2.3.30/libraries/liblutil/
ldif.c 790 char linebuf[BUFSIZ], *line, *nbufp; local
794 line = linebuf;
795 linesize = sizeof( linebuf );
  /webstack/webstack/trunk/src/openldap-2.3.30/libraries/liblutil/
ldif.c 790 char linebuf[BUFSIZ], *line, *nbufp; local
794 line = linebuf;
795 linesize = sizeof( linebuf );
  /webstack/mod_sed/
libsed.h 76 char *linebuf; member in struct:sed_commands_s
123 char *linebuf; member in struct:sed_eval_s
  /webstack/webserver/src/server/libsed/
libsed.h 112 char *linebuf; member in struct:sed_commands_s
157 char *linebuf; member in struct:sed_eval_s
  /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/c-client/
mmdf.c 234 char *linebuf; /* line readin buffer */
637 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
230 char *linebuf; \/* line readin buffer *\/ member in struct:mmdf_local
    [all...]
unix.c 76 char *linebuf; /* line readin buffer */
479 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
75 char *linebuf; \/* line readin buffer *\/ member in struct:unix_local
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/amiga/
mmdf.c 234 char *linebuf; /* line readin buffer */
637 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
230 char *linebuf; \/* line readin buffer *\/ member in struct:mmdf_local
    [all...]
unix.c 76 char *linebuf; /* line readin buffer */
479 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
75 char *linebuf; \/* line readin buffer *\/ member in struct:unix_local
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/nt/
unixnt.c 77 char *linebuf; /* line readin buffer */
461 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
76 char *linebuf; \/* line readin buffer *\/ member in struct:unix_local
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/os2/
unixnt.c 77 char *linebuf; /* line readin buffer */
461 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
76 char *linebuf; \/* line readin buffer *\/ member in struct:unix_local
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/unix/
mmdf.c 234 char *linebuf; /* line readin buffer */
637 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
230 char *linebuf; \/* line readin buffer *\/ member in struct:mmdf_local
    [all...]
unix.c 76 char *linebuf; /* line readin buffer */
479 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
75 char *linebuf; \/* line readin buffer *\/ member in struct:unix_local
    [all...]
  /webstack/webstack/trunk/src/imap-2006c1/c-client/
mmdf.c 234 char *linebuf; /* line readin buffer */
637 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
230 char *linebuf; \/* line readin buffer *\/ member in struct:mmdf_local
    [all...]
unix.c 76 char *linebuf; /* line readin buffer */
479 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
75 char *linebuf; \/* line readin buffer *\/ member in struct:unix_local
    [all...]
  /webstack/webstack/trunk/src/imap-2006c1/src/osdep/amiga/
mmdf.c 234 char *linebuf; /* line readin buffer */
637 LOCAL->linebuf = (char *) fs_get (CHUNKSIZE);
230 char *linebuf; \/* line readin buffer *\/ member in struct:mmdf_local
    [all...]

Completed in 1740 milliseconds

1 2