Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/splice/
Dsplice02.c40 static char *sarg; variable
46 if (tst_parse_int(sarg, &file_size, 1, INT_MAX)) in setup()
47 tst_brk(TBROK, "invalid number of writes '%s', use <1,%d>", sarg, INT_MAX); in setup()
159 {"s:", &sarg, "Size of output file in bytes (default: 16x max pipe size, i.e. 1M on intel)"},
/external/libkmsxx/kms++util/src/
Dopts.cpp98 string sarg = { optarg ?: "" }; in parse() local
103 opt.m_func(sarg); in parse()
/external/python/cpython3/Python/
Dgetargs.c669 const char *sarg; in convertsimple() local
943 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()
944 if (sarg == NULL) in convertsimple()
947 PyBuffer_FillInfo(p, arg, (void *)sarg, len, 1, 0); in convertsimple()
972 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()
973 if (sarg == NULL) in convertsimple()
976 *p = sarg; in convertsimple()
992 sarg = NULL; in convertsimple()
997 sarg = PyUnicode_AsUTF8AndSize(arg, &len); in convertsimple()
998 if (sarg == NULL) in convertsimple()
[all …]
/external/e2fsprogs/
DABOUT-NLS278 sarg | |
450 sarg | [] [] |
622 sarg | |
794 sarg | |
966 sarg | [] [] |
1138 sarg | |
1310 sarg | | 4
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dlib.sh1430 local sarg=""
1433 sarg="${sarg} and .source_list[].address == \"$src\""
1437 select(.grp == \"$TEST_GROUP\" and .source_list != null $sarg)" &>/dev/null
/external/one-true-awk/
Db.c527 int member(int c, const char *sarg) /* is c in s? */ in member() argument
529 const uschar *s = (const uschar *) sarg; in member()