OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_mid
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/cp/
cp.c
332
char *p, *
target_mid
;
local in function:copy
402
target_mid
= to.target_end;
403
if (*p != '/' &&
target_mid
[-1] != '/')
404
*
target_mid
++ = '/';
405
*
target_mid
= 0;
407
if (
target_mid
- to.p_path + nlen >= PATH_MAX) {
413
(void)strncat(
target_mid
, p, nlen);
414
to.p_end =
target_mid
+ nlen;
cp.c
332
char *p, *
target_mid
;
local in function:copy
402
target_mid
= to.target_end;
403
if (*p != '/' &&
target_mid
[-1] != '/')
404
*
target_mid
++ = '/';
405
*
target_mid
= 0;
407
if (
target_mid
- to.p_path + nlen >= PATH_MAX) {
413
(void)strncat(
target_mid
, p, nlen);
414
to.p_end =
target_mid
+ nlen;
cp.c
332
char *p, *
target_mid
;
local in function:copy
402
target_mid
= to.target_end;
403
if (*p != '/' &&
target_mid
[-1] != '/')
404
*
target_mid
++ = '/';
405
*
target_mid
= 0;
407
if (
target_mid
- to.p_path + nlen >= PATH_MAX) {
413
(void)strncat(
target_mid
, p, nlen);
414
to.p_end =
target_mid
+ nlen;
Completed in 74 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025