Searched refs:outBuf (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | readpassphrase_win32.c | 71 readpassphrase(const char *prompt, char *outBuf, size_t outBufLen, int flags) in readpassphrase() argument 119 outBuf[current_index++] = ch; in readpassphrase() 125 outBuf[current_index] = '\0'; in readpassphrase() 128 return outBuf; in readpassphrase()
|
/freebsd/contrib/bmake/ |
H A D | job.c | 1814 * outBuf. If this makes up a line, we print it tagged by the job's 1832 size_t i; /* auxiliary index into outBuf */ in CollectOutput() 1841 nRead = read(job->inPipe, &job->outBuf[job->curPos], in CollectOutput() 1861 job->outBuf[job->curPos] = '\n'; in CollectOutput() 1867 if (job->outBuf[i] == '\0') in CollectOutput() 1868 job->outBuf[i] = ' '; in CollectOutput() 1873 if (job->outBuf[i] == '\n') { in CollectOutput() 1901 job->outBuf[i] = '\0'; in CollectOutput() 1911 p = PrintFilteredOutput(job->outBuf, &job->outBuf[ in CollectOutput() [all...] |
H A D | job.h | 174 char outBuf[JOB_BUFSIZE + 1]; member
|
/freebsd/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_transport.h | 257 Cpa32U *outBuf,
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 620 void ARM64::applyOptimizationHints(uint8_t *outBuf, const ObjFile &obj) const { in applyOptimizationHints() argument 654 buf = outBuf + section->outSecOff + section->parent->fileOff; in applyOptimizationHints()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_7zip.c | 4042 Bcj2_Decode(struct _7zip *zip, uint8_t *outBuf, size_t outSize) in Bcj2_Decode() argument 4078 outBuf[outPos++] = zip->odd_bcj[i]; in Bcj2_Decode() 4100 outBuf[outPos++] = bb; in Bcj2_Decode() 4157 outBuf[outPos++] = out[i]; in Bcj2_Decode()
|