OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pArg
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
next-fork-exec-other-thread.c
32
worker_a (void *
pArg
)
58
worker_b (void *
pArg
)
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
next-fork-exec-other-thread.c
32
worker_a (void *
pArg
)
58
worker_b (void *
pArg
)
/src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm_test.c
35
struct berval
pArg
;
49
pArg
.bv_val = fcontent;
53
ret = check_password(argv[2], &errmsg, &pEntry, &
pArg
);
ppm.h
132
int check_password(char *pPasswd, char **ppErrStr, Entry *e, void *
pArg
);
134
int check_password(char *pPasswd, struct berval *ppErrmsg, Entry *e, void *
pArg
);
ppm.c
12
int check_password (char *pPasswd, struct berval *ppErrmsg, Entry *e, void *
pArg
)
15
int check_password (char *pPasswd, char **ppErrStr, Entry *e, void *
pArg
)
21
*
pArg
: pointer to a struct berval holding the value of pwdCheckModuleArg attr
546
check_password(char *pPasswd, char **ppErrStr, Entry *e, void *
pArg
)
548
check_password(char *pPasswd, struct berval *ppErrmsg, Entry *e, void *
pArg
)
553
struct berval *pwdCheckModuleArg =
pArg
;
/src/external/gpl3/gcc/dist/fixincludes/
fixincl.c
987
tCC*
pArg
= *(ppArgs++);
990
char ch = *(
pArg
++);
1002
tCC*
pArg
= *(ppArgs++);
1004
if (
pArg
== NULL)
1007
pz_scan = make_raw_shell_str( pz_scan_save = pz_scan,
pArg
,
1019
pz_scan = make_raw_shell_str( pz_scan,
pArg
,
/src/external/gpl3/gcc.old/dist/fixincludes/
fixincl.c
987
tCC*
pArg
= *(ppArgs++);
990
char ch = *(
pArg
++);
1002
tCC*
pArg
= *(ppArgs++);
1004
if (
pArg
== NULL)
1007
pz_scan = make_raw_shell_str( pz_scan_save = pz_scan,
pArg
,
1019
pz_scan = make_raw_shell_str( pz_scan,
pArg
,
/src/external/public-domain/sqlite/dist/
sqlite3.h
865
int (*xFileControl)(sqlite3_file*, int op, void *
pArg
);
894
** into an integer that the
pArg
argument points to.
1108
** pointed to by the
pArg
argument. This capability is used during testing
6661
** ^The fourth argument,
pArg
, is an application data pointer that is passed
6672
** ^The collating function callback is invoked with a copy of the
pArg
6697
** with the addition that the xDestroy callback is invoked on
pArg
when
6718
void *
pArg
,
6725
void *
pArg
,
6733
void *
pArg
,
7121
** ^The
pArg
argument is passed through to the callback
[
all
...]
shell.c
4221
static int pcachetraceInit(void *
pArg
){
4224
fprintf(pcachetraceOut, "PCACHETRACE: xInit(%p)\n",
pArg
);
4226
nRes = pcacheBase.xInit(
pArg
);
4228
fprintf(pcachetraceOut, "PCACHETRACE: xInit(%p) -> %d\n",
pArg
, nRes);
4232
static void pcachetraceShutdown(void *
pArg
){
4234
fprintf(pcachetraceOut, "PCACHETRACE: xShutdown(%p)\n",
pArg
);
4236
pcacheBase.xShutdown(
pArg
);
6554
Decimal *
pArg
;
6570
pArg
= decimal_new(context, argv[0], 1);
6571
decimal_add(p,
pArg
);
[
all
...]
sqlite3.c
1186
int (*xFileControl)(sqlite3_file*, int op, void *
pArg
);
1215
** into an integer that the
pArg
argument points to.
1429
** pointed to by the
pArg
argument. This capability is used during testing
6982
** ^The fourth argument,
pArg
, is an application data pointer that is passed
6993
** ^The collating function callback is invoked with a copy of the
pArg
7018
** with the addition that the xDestroy callback is invoked on
pArg
when
7039
void *
pArg
,
7046
void *
pArg
,
7054
void *
pArg
,
7442
** ^The
pArg
argument is passed through to the callback
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp
184
case 'p': k = ConversionSpecifier::
pArg
; break;
369
case ConversionSpecifier::
pArg
:
FormatString.cpp
641
case
pArg
: return "p";
642
case
PArg
:
922
case ConversionSpecifier::
pArg
:
927
case ConversionSpecifier::
PArg
:
PrintfFormatString.cpp
325
case 'p': k = ConversionSpecifier::
pArg
; break;
334
k = ConversionSpecifier::
PArg
;
653
case ConversionSpecifier::
pArg
:
654
case ConversionSpecifier::
PArg
:
1106
case ConversionSpecifier::
PArg
:
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
1176
void *
pArg
,
1191
SqliteDb *pDb = (SqliteDb*)
pArg
;
2024
Tcl_Obj *
pArg
, /* SCRIPT argument (or NULL) */
2031
if(
pArg
){
2036
if(
pArg
){
2038
if( Tcl_GetString(
pArg
)[0] ){
2039
*ppHook =
pArg
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h
154
pArg
,
163
PArg
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
486
case analyze_format_string::ConversionSpecifier::
pArg
:
574
case analyze_format_string::ConversionSpecifier::
pArg
: // %d
8535
if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::
PArg
) {
8552
(CS.getKind() == ConversionSpecifier::
PArg
||
8590
if (CS.getKind() == ConversionSpecifier::
PArg
&&
Completed in 114 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026