Home
last modified time | relevance | path

Searched refs:needs_termination (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/pathcch/
H A Dpathcch.c449 BOOL needs_termination; in PathCchAddBackslashEx() local
455 needs_termination = size && length && path[length - 1] != '\\'; in PathCchAddBackslashEx()
457 if (length >= (needs_termination ? size - 1 : size)) in PathCchAddBackslashEx()
464 if (!needs_termination) in PathCchAddBackslashEx()