OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_wrap
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
line_wrap.c
1
/* $NetBSD:
line_wrap
.c,v 1.2 2017/02/14 01:16:49 christos Exp $ */
5
/*
line_wrap
3
9
/* #include <
line_wrap
.h>
11
/* void
line_wrap
(string, len, indent, output_fn, context)
74
#include <
line_wrap
.h>
76
/*
line_wrap
- wrap long lines upon output */
78
void
line_wrap
(const char *str, int len, int indent, LINE_WRAP_FN output_fn,
function
/src/crypto/external/apache2/openssl/dist/apps/
engine.c
157
static const int
line_wrap
= 78;
local
214
if ((xpos > (int)strlen(indent)) && (xpos + (int)strlen(name) >
line_wrap
)) {
/src/crypto/external/bsd/openssl/dist/apps/
engine.c
152
static const int
line_wrap
= 78;
local
207
(xpos + (int)strlen(name) >
line_wrap
)) {
/src/crypto/external/bsd/openssl.old/dist/apps/
engine.c
143
static const int
line_wrap
= 78;
local
198
(xpos + (int)strlen(name) >
line_wrap
)) {
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026