Searched refs:NAME (Results 1 - 25 of 152) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dgettext.x0 [NAME]
H A Denvsubst.x0 [NAME]
H A Dngettext.x0 [NAME]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.h144 # define gl_lock_define(STORAGECLASS, NAME) \
145 STORAGECLASS pthread_mutex_t NAME;
146 # define gl_lock_define_initialized(STORAGECLASS, NAME) \
147 STORAGECLASS pthread_mutex_t NAME = gl_lock_initializer;
150 # define gl_lock_init(NAME) \
153 if (pthread_in_use () && pthread_mutex_init (&NAME, NULL) != 0) \
157 # define gl_lock_lock(NAME) \
160 if (pthread_in_use () && pthread_mutex_lock (&NAME) != 0) \
164 # define gl_lock_unlock(NAME) \
167 if (pthread_in_use () && pthread_mutex_unlock (&NAME) !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.h143 # define gl_lock_define(STORAGECLASS, NAME) \
144 STORAGECLASS pthread_mutex_t NAME;
145 # define gl_lock_define_initialized(STORAGECLASS, NAME) \
146 STORAGECLASS pthread_mutex_t NAME = gl_lock_initializer;
149 # define gl_lock_init(NAME) \
152 if (pthread_in_use () && pthread_mutex_init (&NAME, NULL) != 0) \
156 # define gl_lock_lock(NAME) \
159 if (pthread_in_use () && pthread_mutex_lock (&NAME) != 0) \
163 # define gl_lock_unlock(NAME) \
166 if (pthread_in_use () && pthread_mutex_unlock (&NAME) !
[all...]
H A Dtls.h93 # define gl_tls_key_init(NAME, DESTRUCTOR) \
98 if (pthread_key_create (&(NAME).key, DESTRUCTOR) != 0) \
102 (NAME).singlethread_value = NULL; \
105 # define gl_tls_get(NAME) \
107 ? pthread_getspecific ((NAME).key) \
108 : (NAME).singlethread_value)
109 # define gl_tls_set(NAME, POINTER) \
114 if (pthread_setspecific ((NAME).key, (POINTER)) != 0) \
118 (NAME).singlethread_value = (POINTER); \
121 # define gl_tls_key_destroy(NAME) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.h143 # define gl_lock_define(STORAGECLASS, NAME) \
144 STORAGECLASS pthread_mutex_t NAME;
145 # define gl_lock_define_initialized(STORAGECLASS, NAME) \
146 STORAGECLASS pthread_mutex_t NAME = gl_lock_initializer;
149 # define gl_lock_init(NAME) \
152 if (pthread_in_use () && pthread_mutex_init (&NAME, NULL) != 0) \
156 # define gl_lock_lock(NAME) \
159 if (pthread_in_use () && pthread_mutex_lock (&NAME) != 0) \
163 # define gl_lock_unlock(NAME) \
166 if (pthread_in_use () && pthread_mutex_unlock (&NAME) !
[all...]
H A Dtls.h93 # define gl_tls_key_init(NAME, DESTRUCTOR) \
98 if (pthread_key_create (&(NAME).key, DESTRUCTOR) != 0) \
102 (NAME).singlethread_value = NULL; \
105 # define gl_tls_get(NAME) \
107 ? pthread_getspecific ((NAME).key) \
108 : (NAME).singlethread_value)
109 # define gl_tls_set(NAME, POINTER) \
114 if (pthread_setspecific ((NAME).key, (POINTER)) != 0) \
118 (NAME).singlethread_value = (POINTER); \
121 # define gl_tls_key_destroy(NAME) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dautopoint.x0 [NAME]
H A Dmsgcat.x0 [NAME]
H A Dmsgcomm.x0 [NAME]
H A Dmsgen.x0 [NAME]
H A Dmsginit.x0 [NAME]
H A Dgettextize.x0 [NAME]
H A Dmsgattrib.x0 [NAME]
H A Dmsgcmp.x0 [NAME]
H A Dmsgconv.x0 [NAME]
H A Dmsgexec.x0 [NAME]
H A Dmsgfilter.x0 [NAME]
H A Dmsgfmt.x0 [NAME]
H A Dmsggrep.x0 [NAME]
H A Dmsgmerge.x0 [NAME]
H A Dmsgunfmt.x0 [NAME]
H A Dmsguniq.x0 [NAME]
H A Dxgettext.x0 [NAME]

Completed in 161 milliseconds

1234567