Searched refs:linelen (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuEnc64.h43 unsigned linelen,
H A DcuEnc64.c114 unsigned linelen,
128 if(linelen) {
130 * linelen must be 0 mod 4 for this to work; round up...
132 if((linelen & 0x03) != 0) {
133 linelen = (linelen + 3) & 0xfffffffc;
135 numLines = (outTextLen + linelen - 1)/ linelen;
172 if((linelen != 0) && (thisLine >= linelen)
112 cuEnc64WithLines(const unsigned char *inbuf, unsigned inlen, unsigned linelen, unsigned *outlen) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Denc64.h41 unsigned linelen,
H A Denc64.c127 unsigned linelen,
141 if(linelen) {
143 * linelen must be 0 mod 4 for this to work; round up...
145 if((linelen & 0x03) != 0) {
146 linelen = (linelen + 3) & 0xfffffffc;
148 numLines = (outTextLen + linelen - 1)/ linelen;
186 if((linelen != 0) && (thisLine >= linelen)
125 enc64WithLines(const unsigned char *inbuf, unsigned inlen, unsigned linelen, unsigned *outlen) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuEnc64.h43 unsigned linelen,
H A DcuEnc64.c114 unsigned linelen,
128 if(linelen) {
130 * linelen must be 0 mod 4 for this to work; round up...
132 if((linelen & 0x03) != 0) {
133 linelen = (linelen + 3) & 0xfffffffc;
135 numLines = (outTextLen + linelen - 1)/ linelen;
172 if((linelen != 0) && (thisLine >= linelen)
112 cuEnc64WithLines(const unsigned char *inbuf, unsigned inlen, unsigned linelen, unsigned *outlen) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Denc64.h41 unsigned linelen,
H A Denc64.c127 unsigned linelen,
141 if(linelen) {
143 * linelen must be 0 mod 4 for this to work; round up...
145 if((linelen & 0x03) != 0) {
146 linelen = (linelen + 3) & 0xfffffffc;
148 numLines = (outTextLen + linelen - 1)/ linelen;
186 if((linelen != 0) && (thisLine >= linelen)
125 enc64WithLines(const unsigned char *inbuf, unsigned inlen, unsigned linelen, unsigned *outlen) argument
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dstatbuf.h44 char *line, int linelen);
H A Dmime.c847 size_t linelen; /* Length of line */ local
888 linelen = strlen(line);
890 while (line[linelen - 1] == '\\')
892 linelen --;
894 if (cupsFileGets(fp, line + linelen, sizeof(line) - linelen) == NULL)
895 line[linelen] = '\0';
897 linelen += strlen(line + linelen);
H A Dstatbuf.c118 int linelen) /* I - Size of line buffer */
308 strlcpy(line, message, (size_t)linelen);
114 cupsdStatBufUpdate( cupsd_statbuf_t *sb, int *loglevel, char *line, int linelen) argument
/macosx-10.10.1/cups-408/cups/monitor/
H A Dtbcp.c45 size_t linelen; /* Length of line */ local
89 linelen = sizeof(line);
90 if (!psgets(line, &linelen, fp))
106 fwrite(line, 1, linelen, stdout);
108 linelen = sizeof(line);
109 if (psgets(line, &linelen, fp) == NULL)
132 while (pswrite(line, linelen) > 0)
134 linelen = sizeof(line);
135 if (psgets(line, &linelen, fp) == NULL)
H A Dbcp.c45 size_t linelen; /* Length of line */ local
144 linelen = sizeof(line);
145 if (psgets(line, &linelen, fp) == NULL)
148 while (pswrite(line, linelen) > 0);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DcuEnc64.h43 unsigned linelen,
H A DcuEnc64.c116 unsigned linelen,
130 if(linelen) {
132 * linelen must be 0 mod 4 for this to work; round up...
134 if((linelen & 0x03) != 0) {
135 linelen = (linelen + 3) & 0xfffffffc;
137 numLines = (outTextLen + linelen - 1)/ linelen;
174 if((linelen != 0) && (thisLine >= linelen)
114 cuEnc64WithLines(const unsigned char *inbuf, unsigned inlen, unsigned linelen, unsigned *outlen) argument
459 ptrdiff_t linelen; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dgetdelim.c113 size_t linelen; local
135 linelen = 0;
137 if (sappend(linep, &linelen, linecapp, fp->_p, fp->_r))
146 if (sappend(linep, &linelen, linecapp, fp->_p, endp - fp->_p))
151 /* Invariant: *linep has space for at least linelen+1 bytes. */
152 (*linep)[linelen] = '\0';
154 return (linelen);
/macosx-10.10.1/cups-408/cups/filter/
H A Dpstops.c146 ssize_t linelen, size_t linesize);
148 ppd_file_t *ppd, char *line, ssize_t linelen,
152 ssize_t linelen, size_t linesize);
155 ssize_t linelen, size_t linesize);
158 ssize_t linelen, size_t linesize);
161 ssize_t linelen, size_t linesize);
164 ssize_t linelen, size_t linesize);
180 static ssize_t skip_page(cups_file_t *fp, char *line, ssize_t linelen,
563 ssize_t linelen, /* I - Length of initial line */
587 while (linelen >
559 copy_comments(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
782 copy_dsc(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
1042 copy_non_dsc(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
1225 copy_page(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, int number, char *line, ssize_t linelen, size_t linesize) argument
1681 copy_prolog(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
1735 copy_setup(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, char *line, ssize_t linelen, size_t linesize) argument
1812 copy_trailer(cups_file_t *fp, pstops_doc_t *doc, ppd_file_t *ppd, int number, char *line, ssize_t linelen, size_t linesize) argument
2669 skip_page(cups_file_t *fp, char *line, ssize_t linelen, size_t linesize) argument
[all...]
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dpprint.h57 uint linelen; member in struct:_TidyPrintImpl
/macosx-10.10.1/groff-38/groff/src/devices/grohtml/
H A Dhtml-table.h72 html_table (simple_output *op, int linelen);
82 void set_linelength (int linelen);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportPem.cpp98 unsigned linelen; local
100 linelen = (unsigned)(newline - inText);
103 linelen = *consumed;
105 char *rtn = (char *)malloc(linelen + 1);
106 memmove(rtn, inText, linelen);
107 rtn[linelen] = 0;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportPem.cpp98 unsigned linelen; local
100 linelen = (unsigned)(newline - inText);
103 linelen = *consumed;
105 char *rtn = (char *)malloc(linelen + 1);
106 memmove(rtn, inText, linelen);
107 rtn[linelen] = 0;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportPem.cpp98 unsigned linelen; local
100 linelen = (unsigned)(newline - inText);
103 linelen = *consumed;
105 char *rtn = (char *)malloc(linelen + 1);
106 memmove(rtn, inText, linelen);
107 rtn[linelen] = 0;
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_utilities.c874 unsigned linelen,
888 if(linelen) {
890 * linelen must be 0 mod 4 for this to work; round up...
892 if((linelen & 0x03) != 0) {
893 linelen = (linelen + 3) & 0xfffffffc;
895 numLines = (outTextLen + linelen - 1)/ linelen;
932 if((linelen != 0) && (thisLine >= linelen)
872 malloc_enc64_with_lines(const unsigned char *inbuf, unsigned inlen, unsigned linelen, unsigned *outlen) argument
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dsetkey.c323 size_t linelen = 0; local
349 linelen += snprintf (&line[linelen], sizeof(line) - linelen,
350 "%s%s", linelen > 0 ? " " : "", rbuf);
369 linelen = strlen (semicolon);
370 memmove (line, semicolon, linelen + 1);
375 linelen = 0;
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_parsecfg.c345 size_t linelen = strlen(line); local
346 ptr = realloc(line, linelen + strlen(buf) + 1);
352 strcpy(&line[linelen], buf);

Completed in 129 milliseconds

123