OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonopt
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/librefuse/
t_refuse_opt.c
154
char*
nonopt
;
member in struct:foofs_config
173
if (key == FUSE_OPT_KEY_NONOPT && config->
nonopt
== NULL) {
174
config->
nonopt
= strdup(arg);
196
ATF_CHECK_EQ(config.
nonopt
, NULL);
219
ATF_CHECK_EQ(config.
nonopt
, NULL);
248
ATF_CHECK_EQ(config.
nonopt
, NULL);
276
ATF_CHECK_STREQ(config.
nonopt
, "bar");
290
ATF_CHECK_STREQ(config.
nonopt
, "bar");
312
ATF_CHECK_STREQ(config.
nonopt
, "bar");
329
ATF_CHECK_EQ(config.
nonopt
, NULL)
[
all
...]
/src/lib/librefuse/
refuse_opt.c
440
bool
nonopt
= false; /* Have we seen the "--" marker? */
local in function:parse_all
455
if (
nonopt
|| arg[0] != '-') {
482
nonopt
= true;
493
if (
nonopt
&& strcmp(outargs->argv[outargs->argc - 1], "--") == 0) {
/src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh
2270
nonopt
=
2411
nonopt
=$1
3271
srcfile=$
nonopt
# always keep a non-empty value in "srcfile"
3839
cmd=$
nonopt
3976
for opt in "$
nonopt
" ${1+"$@"}
4094
if test "$SHELL" = "$
nonopt
" || test /bin/sh = "$
nonopt
" ||
4096
case $
nonopt
in *shtool*) :;; *) false;; esac
4099
func_quote_for_eval "$
nonopt
"
4105
arg=$
nonopt
[
all
...]
/src/sys/external/isc/libsodium/dist/
ltmain.sh
831
nonopt
=
1175
nonopt
="$opt"
1955
srcfile="$
nonopt
" # always keep a non-empty value in "srcfile"
2521
cmd="$
nonopt
"
2657
for opt in "$
nonopt
" ${1+"$@"}
2774
if test "$
nonopt
" = "$SHELL" || test "$
nonopt
" = /bin/sh ||
2776
case $
nonopt
in *shtool*) :;; *) false;; esac; then
2778
func_quote_for_eval "$
nonopt
"
2784
arg=$
nonopt
[
all
...]
Completed in 49 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025