Searched refs:me (Results 1 - 25 of 109) sorted by relevance

12345

/haiku-fatelf/src/bin/coreutils/lib/
H A Dmountlist.c340 struct mount_entry *me; local
348 struct mount_entry *me; local
359 me = xmalloc (sizeof *me);
360 me->me_devname = xstrdup (mnt->mnt_fsname);
361 me->me_mountdir = xstrdup (mnt->mnt_dir);
362 me->me_type = xstrdup (mnt->mnt_type);
363 me->me_type_malloced = 1;
364 me->me_dummy = ME_DUMMY (me
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmountlist.c345 struct mount_entry *me; local
352 struct mount_entry *me; local
363 me = xmalloc (sizeof *me);
364 me->me_devname = xstrdup (mnt->mnt_fsname);
365 me->me_mountdir = xstrdup (mnt->mnt_dir);
366 me->me_type = xstrdup (mnt->mnt_type);
367 me->me_type_malloced = 1;
368 me->me_dummy = ME_DUMMY (me
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Ddf.c618 struct mount_entry const *me; local
621 for (me = mount_list; me; me = me->me_next)
622 if (STREQ (disk, me->me_devname))
623 best_match = me;
643 struct mount_entry *me; local
653 for (me = mount_list; me; m
770 struct mount_entry *me; local
[all...]
/haiku-fatelf/src/bin/sharutils/lib/
H A Dmktime.c226 struct tm *me = &our_tm; /* a pointer to the above */ local
229 *me = *timeptr; /* copy the struct tm that was passed
240 if (me->tm_isdst > 0)
241 me->tm_isdst = 1;
242 else if (me->tm_isdst < 0)
243 me->tm_isdst = -1;
245 do_normalization (me);
253 if (me->tm_year < 0)
304 distance = dist_tm (me, guess_tm);
323 if (me
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_init/
H A Dstress.c94 int me=(int)arg; local
106 char loc = ((me % 5) %2);
119 me %= sz;
121 switch (me)
132 if (me == 1)
135 if ((ret = pthread_mutexattr_settype(&ma, types[me-2])))
159 if (me)
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A DXDROutPacket.c76 XDROutPacketAppend(struct XDROutPacket *me, const struct XDROutPacket *packet) argument
78 XDROutPacketGrow (me,packet->fLength);
79 memcpy (&me->fBuffer[me->fLength],packet->fBuffer,packet->fLength);
80 me->fLength+=packet->fLength;
H A DXDROutPacket.h24 void XDROutPacketAppend (struct XDROutPacket *me, const struct XDROutPacket *packet);
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dctl_p.c68 static const char me[] = "ctl_logger"; local
70 fprintf(stderr, "%s(%s): ", me, ctl_sevnames[severity]);
79 static const char me[] = "ctl_bufget"; local
84 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno));
105 static const char me[] = "ctl_sa_ntop"; local
117 me, in6->sin6_family,
122 (*logger)(ctl_error, "%s: buffer overflow", me);
135 me, in->sin_family,
141 (*logger)(ctl_error, "%s: buffer overflow", me);
H A Dctl_srvr.c176 static const char me[] = "ctl_server"; local
190 (*logger)(ctl_error, "%s: no connection verb found", me);
195 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno));
217 me, strerror(errno));
236 me, strerror(errno));
242 me, ctl_sa_ntop((const struct sockaddr *)sap,
251 (*ctx->logger)(ctl_warning, "%s: fcntl: %s", me,
258 me, ctx->sock, strerror(errno));
265 me, ctx, ctx->sock);
277 static const char me[] local
306 static const char me[] = "ctl_response"; local
377 static const char me[] = "ctl_sendhelp"; local
406 static const char me[] = "ctl_accept"; local
471 static const char me[] = "ctl_new_state"; local
484 static const char me[] = "ctl_close"; local
522 static const char me[] = "ctl_start_read"; local
552 static const char me[] = "ctl_stop_read"; local
568 static const char me[] = "ctl_readable"; local
630 static const char me[] = "ctl_wrtimeout"; local
657 static const char me[] = "ctl_rdtimeout"; local
680 static const char me[] = "ctl_docommand"; local
721 static const char me[] = "ctl_writedone"; local
[all...]
H A Dctl_clnt.c152 static const char me[] = "ctl_client"; local
161 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno));
184 me, strerror(errno));
192 me, strerror(errno));
196 (*ctx->logger)(ctl_error, "%s: bind: %s", me,
204 me, ctx->sock, strerror(errno));
294 static const char me[] = "isc/ctl_clnt::start_write"; local
325 (*ctx->logger)(ctl_error, "%s: evWrite: %s", me,
331 (*ctx->logger)(ctl_error, "%s: evTimeRW: %s", me,
396 static const char me[] local
408 static const char me[] = "isc/ctl_clnt::conn_done"; local
463 static const char me[] = "isc/ctl_clnt::start_read"; local
487 static const char me[] = "isc/ctl_clnt::readable"; local
573 static const char me[] = "isc/ctl_clnt::start_timer"; local
586 static const char me[] = "isc/ctl_clnt::stop_timer"; local
607 static const char me[] = "isc/ctl_clnt::timer"; local
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_init/
H A Dstress.c87 int me=(int)arg; local
97 char loc = ((me % 5) %2);
112 me %= sz;
117 switch (me)
128 if ((me == 1) || (me == 3))
134 if ((sysconf(_SC_MONOTONIC_CLOCK) > 0) && ((me == 1) || (me == 2)))
181 if (me)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_self/
H A Dstress.c124 int me = *(int *)arg; local
127 output("[child%d] starting\n", me);
133 output("[child%d] got mutex\n", me);
136 running[me]=pthread_self();
139 do { ret = sem_post(&scenarii[me].sem); }
143 output("[child%d] posted semaphore %p\n", me, &scenarii[me].sem);
151 output("[child%d] awaken\n", me);
159 output("[child%d] exiting\n", me);
/haiku-fatelf/src/system/libroot/os/arch/x86_64/
H A Dsyscalls.inc2 * Copyright 2012, Alex Smith, alex@alex-smith.me.uk.
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_equal/
H A D2-1.c152 pthread_t me = pthread_self(); local
163 ret = pthread_equal(me, *(pthread_t *)arg);
166 ret = pthread_equal(me, me);
177 pthread_t th_work, th_sig1, th_sig2, me; local
211 me = pthread_self();
213 if ((ret = pthread_create(&th_work, NULL, test, (void *)&me)))
/haiku-fatelf/src/tools/fs_shell/
H A Dlock.cpp160 fssh_thread_id me = fssh_find_thread(NULL); local
167 if (me == mutex->holder)
168 fssh_panic("mutex_lock failure: mutex %p (sem = 0x%x) acquired twice by thread 0x%x\n", mutex, (int)mutex->sem, (int)me);
170 mutex->holder = me;
178 fssh_thread_id me = fssh_find_thread(NULL); local
180 if (me != mutex->holder) {
182 (int)me, mutex, (int)mutex->holder);
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-meta-robots.px22 <a href="/bombshell.html">Don't follow me!</a>
27 <a href="/bombshell.html">Don't follow me!</a>
32 <a href="/bombshell.html">Don't follow me!</a>
37 <a href="/bombshell.html">Don't follow me!</a>
H A DTest-idn-cmd.px16 Found me!
H A DTest-idn-headers.px20 Found me!
H A DTest-idn-meta.px21 Found me!
H A DTest-idn-robots.px20 Found me!
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp51 thread_id me = find_thread(NULL); local
53 if (!has_data(me))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c220 pthread_t th_work, th_sig1, th_sig2, me; local
278 me = pthread_self();
280 if ( ( ret = pthread_create( &th_work, NULL, test, &me ) ) )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c219 pthread_t th_work, th_sig1, th_sig2, me; local
277 me = pthread_self();
279 if ( ( ret = pthread_create( &th_work, NULL, test, &me ) ) )
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Duiutil.c169 static menustruct *me[N_BUILTIN_MENU]; variable
281 me[i] = copystruct(e_me + i);
282 if (!me[i]) {
284 freeMenu(me[j]);
290 menustruct *m = me[i];
293 m->body[j].u.menu_next = me[m->body[j].u.fnum];
308 freeMenu(me[i]);
449 return showmenu(d, me[MT_HELP]);
/haiku-fatelf/headers/cpp/
H A Deditbuf.h68 struct edit_mark *ms, struct edit_mark *me)
69 { buffer = b; start = ms; end = me; }
67 edit_string(struct edit_buffer *b, struct edit_mark *ms, struct edit_mark *me) argument

Completed in 125 milliseconds

12345