Searched refs:dup (Results 1 - 25 of 189) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Ddirutil.c18 char *dup = strdup(pathname); local
19 char *ptr = strrchr(stripslash(dup), '/');
20 if (ptr == NULL) return dup;
22 free(dup);
30 char *dup = strdup(pathname); local
31 char *ptr = strrchr(stripslash(dup), '/');
32 if (ptr == NULL) { free(dup); return strdup("."); }
33 if (ptr == dup && dup[0] == '/') ptr++;
35 return dup;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DBaseIterator.java21 ListIterator dup(); method in interface:BaseIterator
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_data.h147 #define XFS_DIR2_DATA_UNUSED_TAG_P(dup) \
148 xfs_dir2_data_unused_tag_p(dup)
150 xfs_dir2_data_unused_tag_p(xfs_dir2_data_unused_t *dup) argument
152 return (__be16 *)((char *)dup +
153 be16_to_cpu(dup->length) - sizeof(__be16));
165 xfs_dir2_data_unused_t *dup);
167 xfs_dir2_data_unused_t *dup, int *loghead);
177 xfs_dir2_data_unused_t *dup);
183 xfs_dir2_data_unused_t *dup,
H A Dxfs_dir2_data.c57 xfs_dir2_data_unused_t *dup; /* unused entry */ local
102 dup = (xfs_dir2_data_unused_t *)p;
108 if (be16_to_cpu(dup->freetag) == XFS_DIR2_DATA_FREE_TAG) {
110 ASSERT(be16_to_cpu(*XFS_DIR2_DATA_UNUSED_TAG_P(dup)) ==
111 (char *)dup - (char *)d);
112 dfp = xfs_dir2_data_freefind(d, dup);
118 ASSERT(be16_to_cpu(dup->length) <=
121 p += be16_to_cpu(dup->length);
176 xfs_dir2_data_unused_t *dup) /* data unused entry */
185 off = (xfs_dir2_data_aoff_t)((char *)dup
174 xfs_dir2_data_freefind( xfs_dir2_data_t *d, xfs_dir2_data_unused_t *dup) argument
243 xfs_dir2_data_freeinsert( xfs_dir2_data_t *d, xfs_dir2_data_unused_t *dup, int *loghead) argument
331 xfs_dir2_data_unused_t *dup; /* unused data entry */ local
392 xfs_dir2_data_unused_t *dup; /* unused entry pointer */ local
480 xfs_dir2_data_log_unused( xfs_trans_t *tp, xfs_dabuf_t *bp, xfs_dir2_data_unused_t *dup) argument
691 xfs_dir2_data_use_free( xfs_trans_t *tp, xfs_dabuf_t *bp, xfs_dir2_data_unused_t *dup, xfs_dir2_data_aoff_t offset, xfs_dir2_data_aoff_t len, int *needlogp, int *needscanp) argument
[all...]
H A Dxfs_dir2_block.c78 xfs_dir2_data_unused_t *dup; /* block unused entry */ local
143 dup = enddup = NULL;
148 dup = (xfs_dir2_data_unused_t *)
150 if (dup == enddup) {
155 if (be16_to_cpu(dup->length) < len + (uint)sizeof(*blp)) {
161 dup = (xfs_dir2_data_unused_t *)
165 dup = NULL;
172 if (be16_to_cpu(dup->length) < len) {
173 dup = NULL;
184 dup
441 xfs_dir2_data_unused_t *dup; /* block unused entry */ local
889 xfs_dir2_data_unused_t *dup; /* unused data entry */ local
1036 xfs_dir2_data_unused_t *dup; /* unused entry pointer */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSubIndexCursor.java29 public EntityCursor<V> dup() method in class:SubIndexCursor
32 return new SubIndexCursor<V>(cursor.dup(true), adapter);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A DMakefile4 byteorder.html cachesize.html dup.html extentsize.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.3.1/
H A DMakefile3 BUILD= btstat.html config.html disk.html dup.html env.html intro.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsock_exec.c109 dup(fd[1]);
110 dup(fd[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dsulogin.c63 dup(xopen(argv[optind], O_RDWR));
65 dup(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Ddaemonize.c49 dup(i); /* stdout */
50 dup(i); /* stderr */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Ddaemonize.c70 dup(i); /* stdout */
71 dup(i); /* stderr */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Ddaemonize.c49 dup(i); /* stdout */
50 dup(i); /* stderr */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dcfe_osl.c88 struct lbuf *dup; local
90 if (!(dup = osl_pktget(lb->len)))
93 bcopy(lb->data, dup->data, lb->len);
95 return dup;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb011.tcl86 for {set dup 0} {$dup < $ndups} {incr dup} {
87 set data $dup:$filecont
H A Drep022.tcl226 process_msgs $envlist0 0 dup err
227 error_check_good is_dupmaster0 [lindex $dup 0] 1
231 process_msgs $envlist4 0 dup err
232 error_check_good is_dupmaster4 [lindex $dup 0] 1
243 process_msgs $envlist 0 dup err
244 error_check_good no_dupmaster $dup 0
H A Dtxn006.tcl23 -create -btree -dup $testfile]
H A Dtxn007.tcl23 -create -btree -dup $testfile]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunistd.in.h101 # define dup rpl_dup macro
102 extern int dup (int);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunistd.in.h101 # define dup rpl_dup macro
102 extern int dup (int);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunistd.in.h101 # define dup rpl_dup macro
102 extern int dup (int);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_dbc.cpp54 int Dbc::dup(Dbc** cursorp, u_int32_t _flags) function in class:Dbc
60 ret = dbc->dup(dbc, &new_cursor, _flags);
67 "Dbc::dup", ret, ON_ERROR_UNKNOWN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSecondaryCursor.java33 <li>Calls to {@link #dup} will return a {@link SecondaryCursor}.
74 public Cursor dup(final boolean samePosition) method in class:SecondaryCursor
83 Calling this method is the equivalent of calling {@link #dup} and
86 @see #dup
92 dbc.dup(samePosition ? DbConstants.DB_POSITION : 0), config);
447 * so here's how to get it: dup the cursor and call getPrev, then dup
449 * previous duplicate and the first dup is sitting on it. Keep that,
452 Dbc dup1 = dbc.dup(DbConstants.DB_POSITION);
457 Dbc dup2 = dup1.dup(DbConstant
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dexpand.c45 dup(pipefd[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dtsnmap.c86 int dup; local
93 dup = -1;
106 dup = 1;
108 dup = 0;
111 return dup;

Completed in 145 milliseconds

12345678