OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newer
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/ftp/
cmds.c
573
* If restartit is -1, restart the xfer only if the remote file is
newer
.
2564
newer
(int argc, char *argv[])
function
2569
"Local file \"%s\" is
newer
than remote file \"%s\".\n",
/src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c
1924
*
newer
than cookieCSN (srs->sr_state.ctxcsn)
1941
* not
newer
than snapshot ctxcsn (uuid_progress->ctxcsn)
2596
/* only update consumer ctx if this is a
newer
csn */
3315
int
newer
;
local
3322
newer
= ber_bvcmp( &srs->sr_state.ctxcsn[i], &ctxcsn[j] );
3323
/* If our state is
newer
, tell consumer about changes */
3324
if (
newer
< 0) {
3331
} else if (
newer
> 0 && sids[j] == slap_serverID ) {
3334
rs->sr_text = "consumer state is
newer
than provider!";
3336
"consumer %d state %s is
newer
than provider %d state %s\n"
[
all
...]
/src/external/cddl/osnet/dist/cmd/ztest/
ztest.c
1639
* Writes can appear to be
newer
than the bonus buffer because
1761
* Verify that the current bonus buffer is not
newer
than our txg.
6188
int
newer
= 0;
local
6306
(void) printf("Executing
newer
ztest: %s\n",
6309
newer
++;
6388
(void) printf("%d runs of
newer
ztest: %s\n",
newer
,
/src/external/gpl3/gcc/dist/gcc/
combine.cc
8414
rtx
newer
8419
if (GET_CODE (
newer
) != SUBREG)
8420
newer
= make_compound_operation (
newer
, in_code);
8425
if (rtx_equal_p (
newer
, x)
8429
|| (GET_CODE (
newer
) == SUBREG
8430
&& (GET_CODE (SUBREG_REG (
newer
)) == LSHIFTRT
8431
|| GET_CODE (SUBREG_REG (
newer
)) == ASHIFTRT)
8433
&& rtx_equal_p (SUBREG_REG (
newer
), XEXP (inner, 0))))
8436
return
newer
;
8388
rtx
newer
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
combine.cc
8361
rtx
newer
8366
if (GET_CODE (
newer
) != SUBREG)
8367
newer
= make_compound_operation (
newer
, in_code);
8372
if (rtx_equal_p (
newer
, x)
8376
|| (GET_CODE (
newer
) == SUBREG
8377
&& (GET_CODE (SUBREG_REG (
newer
)) == LSHIFTRT
8378
|| GET_CODE (SUBREG_REG (
newer
)) == ASHIFTRT)
8380
&& rtx_equal_p (SUBREG_REG (
newer
), XEXP (inner, 0))))
8383
return
newer
;
8335
rtx
newer
local
[
all
...]
Completed in 49 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026