OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usefile
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/
checkvers
76
usefile
=0
90
if [ $
usefile
-eq 1 -o $usesets -eq 1 ]; then
93
-f)
usefile
=1 ; arg1=$2 ; shift ; shift
98
if [ $usedir -eq 1 -o $
usefile
-eq 1 ]; then
107
if [ $usedir -eq 0 -a $
usefile
-eq 0 -a $usesets -eq 0 ] ; then
110
if [ $
usefile
-eq 0 -a $# -gt 2 ] ; then
113
if [ $
usefile
-eq 1 -a $# -gt 1 ] ; then
132
if [ $
usefile
-eq 1 ] ; then
checkver
96
usefile
=0
141
if [ $
usefile
-eq 1 -o $usesets -eq 1 ]; then
144
f)
usefile
=1; arg1=$OPTARG
149
if [ $usedir -eq 1 -o $
usefile
-eq 1 ]; then
160
if [ $usedir -eq 0 -a $
usefile
-eq 0 -a $usesets -eq 0 ]; then
164
if [ $
usefile
-eq 1 ]; then
/src/external/bsd/mdocml/dist/
mandocdb.c
793
char *linkfile, *p, *realdir, *start, *
usefile
;
local
822
if ((
usefile
= realpath(infile, NULL)) == NULL) {
829
start =
usefile
;
830
else if (strncmp(
usefile
, basedir, basedir_len) == 0)
831
start =
usefile
+ basedir_len;
833
else if (read_allowed(
usefile
))
834
start =
usefile
;
839
free(
usefile
);
857
if (stat(
usefile
, &st) == -1) {
860
free(
usefile
);
[
all
...]
Completed in 19 milliseconds
Indexes created Sun May 31 00:26:10 UTC 2026