Searched refs:obs (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dmakefile107 .c.obs:
136 UNZIPSFX_OBJS = unzip.obs crc32.obs crypt.obs extract.obs \
137 fileio.obs globals.obs inflate.obs match.obs process.obs \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddd.c57 static bool write_and_stats(int fd, const void *buf, size_t len, size_t obs, argument
63 if (n == obs)
89 "ibs=\0""obs=\0""conv=\0""notrunc\0""sync\0""noerror\0"
108 size_t ibs = 512, obs = 512; local
169 obs = xatoul_range_sfx(arg, 1, ((size_t)-1L)/2, dd_suffixes);
198 ibs = obs = xatoul_range_sfx(arg, 1, ((size_t)-1L)/2, dd_suffixes);
223 if (ibs != obs) {
225 obuf = xmalloc(obs);
242 if (ftruncate(ofd, seek * obs) < 0) {
266 if (lseek(ofd, seek * obs, SEEK_CU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbf_lbuf.c273 int obs; local
296 obs=(int)num;
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size))
306 if (ctx->obuf_len > obs)
308 ctx->obuf_len = obs;
313 ctx->obuf_size=obs;
H A Dbf_buff.c277 int ibs,obs; local
338 obs=ctx->obuf_size;
343 obs=(int)num;
349 obs=(int)num;
358 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size))
381 ctx->obuf_size=obs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbf_lbuf.c273 int obs; local
296 obs = (int)num;
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) {
304 if (ctx->obuf_len > obs) {
305 ctx->obuf_len = obs;
310 ctx->obuf_size = obs;
H A Dbf_buff.c296 int ibs, obs; local
356 obs = ctx->obuf_size;
360 obs = (int)num;
364 obs = (int)num;
373 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) {
393 ctx->obuf_size = obs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbf_lbuf.c273 int obs; local
296 obs = (int)num;
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) {
304 if (ctx->obuf_len > obs) {
305 ctx->obuf_len = obs;
310 ctx->obuf_size = obs;
H A Dbf_buff.c296 int ibs, obs; local
356 obs = ctx->obuf_size;
360 obs = (int)num;
364 obs = (int)num;
373 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) {
393 ctx->obuf_size = obs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.c852 struct observance * obs
855 int fd = obs->fd;
886 struct observance * obs
889 int fd = obs->fd;
920 user_obs_tidy( struct observance *obs )
922 close( obs->fd );
2123 struct observance *obs = observances + pi; local
2124 if ( obs->ready )
2126 FD_SET( obs->fd, &rfds );
2129 if ( obs
2166 struct observance *obs = observances + pi; local
2712 struct observance *obs = observances + i; local
[all...]
H A Dfsevents.c279 fsevents_ready(lua_State *L, struct observance *obs) argument
281 if (obs->fd != fsevents_fd) {
358 fsevents_tidy(struct observance *obs) argument
360 if (obs->fd != fsevents_fd) {
H A Dinotify.c408 struct observance *obs
412 if( obs->fd != inotify_fd )
510 inotify_tidy( struct observance *obs )
512 if( obs->fd != inotify_fd )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/comp/
H A Dc_zlib.c691 int ibs, obs; local
711 obs = -1;
717 obs = (int)num;
720 obs = ibs;
731 if (obs != -1) {
736 ctx->obufsize = obs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/comp/
H A Dc_zlib.c691 int ibs, obs; local
711 obs = -1;
717 obs = (int)num;
720 obs = ibs;
731 if (obs != -1) {
736 ctx->obufsize = obs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dcm4040_cs.c112 unsigned int obs = xinb(dev->p_dev->resource[0]->start local
115 if ((obs & BSR_BULK_IN_FULL)) {
122 if (!(obs & BSR_BULK_OUT_FULL)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdio.in.h280 extern int obstack_printf (struct obstack *obs, const char *format, ...)
282 extern int obstack_vprintf (struct obstack *obs, const char *format,

Completed in 182 milliseconds