Searched refs:tok (Results 1 - 25 of 56) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrsep.c61 char *tok; local
65 for (tok = s;;) {
75 return (tok);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dthreads.c178 xmlMutexPtr tok; local
180 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
184 pthread_mutex_init(&tok->lock, NULL);
186 tok->mutex = CreateMutex(NULL, FALSE, NULL);
188 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
189 free(tok);
192 tok->tid = -1;
194 return (tok);
199 * @tok: the simple mutex
205 xmlFreeMutex(xmlMutexPtr tok) argument
227 xmlMutexLock(xmlMutexPtr tok) argument
255 xmlMutexUnlock(xmlMutexPtr tok) argument
285 xmlRMutexPtr tok; local
341 xmlRMutexLock(xmlRMutexPtr tok) argument
[all...]
H A Dthreads.in.h42 xmlMutexLock (xmlMutexPtr tok);
44 xmlMutexUnlock (xmlMutexPtr tok);
46 xmlFreeMutex (xmlMutexPtr tok);
51 xmlRMutexLock (xmlRMutexPtr tok);
53 xmlRMutexUnlock (xmlRMutexPtr tok);
55 xmlFreeRMutex (xmlRMutexPtr tok);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dthreads.c178 xmlMutexPtr tok; local
180 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
184 pthread_mutex_init(&tok->lock, NULL);
186 tok->mutex = CreateMutex(NULL, FALSE, NULL);
188 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
189 free(tok);
192 tok->tid = -1;
194 return (tok);
199 * @tok: the simple mutex
205 xmlFreeMutex(xmlMutexPtr tok) argument
227 xmlMutexLock(xmlMutexPtr tok) argument
255 xmlMutexUnlock(xmlMutexPtr tok) argument
285 xmlRMutexPtr tok; local
341 xmlRMutexLock(xmlRMutexPtr tok) argument
[all...]
H A Dthreads.in.h42 xmlMutexLock (xmlMutexPtr tok);
44 xmlMutexUnlock (xmlMutexPtr tok);
46 xmlFreeMutex (xmlMutexPtr tok);
51 xmlRMutexLock (xmlRMutexPtr tok);
53 xmlRMutexUnlock (xmlRMutexPtr tok);
55 xmlFreeRMutex (xmlRMutexPtr tok);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlrole.c102 int tok,
125 static int FASTCALL common(PROLOG_STATE *state, int tok);
129 int tok,
134 switch (tok) {
161 return common(state, tok);
166 int tok,
171 switch (tok) {
192 return common(state, tok);
197 int tok,
202 switch (tok) {
128 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
165 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
196 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
217 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
235 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
265 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
282 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
319 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
336 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
393 externalSubset0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
406 externalSubset1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
438 entity0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
458 entity1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
475 entity2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
503 entity3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
520 entity4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
537 entity5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
560 entity6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
578 entity7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
606 entity8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
623 entity9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
640 entity10(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
657 notation0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
674 notation1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
698 notation2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
715 notation3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
733 notation4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
754 attlist0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
772 attlist1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
793 attlist2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
834 attlist3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
853 attlist4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
873 attlist5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
890 attlist6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
907 attlist7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
928 attlist8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
968 attlist9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
985 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1003 element1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1033 element2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1073 element3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1098 element4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1116 element5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1137 element6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1167 element7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1217 condSect0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1241 condSect1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1259 condSect2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1278 declClose(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1295 error(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1305 common(PROLOG_STATE *state, int tok) argument
[all...]
H A Dxmlrole.h89 int tok,
107 #define XmlTokenRole(state, tok, ptr, end, enc) \
108 (((state)->handler)(state, tok, ptr, end, enc))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dlsmod.c154 char *tok; local
156 tok = strtok(line, " \t");
157 printf("%-19s", tok);
158 tok = strtok(NULL, " \t\n");
159 printf(" %8s", tok);
160 tok = strtok(NULL, " \t\n");
162 if (tok) {
163 printf(" %s", tok);
164 tok = strtok(NULL, "\n");
165 if (!tok)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dthreads.c188 xmlMutexPtr tok; local
190 if ((tok = malloc(sizeof(xmlMutex))) == NULL)
194 pthread_mutex_init(&tok->lock, NULL);
196 tok->mutex = CreateMutex(NULL, FALSE, NULL);
198 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {
199 free(tok);
202 tok->tid = -1;
204 return (tok);
209 * @tok: the simple mutex
215 xmlFreeMutex(xmlMutexPtr tok) argument
238 xmlMutexLock(xmlMutexPtr tok) argument
267 xmlMutexUnlock(xmlMutexPtr tok) argument
297 xmlRMutexPtr tok; local
353 xmlRMutexLock(xmlRMutexPtr tok) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dlpq_parse.c30 static time_t EntryTime(fstring tok[], int ptr, int count, int minimum) argument
40 for (i=0; i<13; i++) if (!strncmp(tok[ptr], Months[i],3)) break; /* Find month */
43 day = atoi(tok[ptr+1]);
44 c=(char *)(tok[ptr+2]);
114 char *tok[MAXTOK]; local
130 tok[0] = strtok(line2," \t");
133 while (((tok[count] = strtok(NULL," \t")) != NULL) && (count < MAXTOK)) {
142 if (!isdigit((int)*tok[JOBTOK]) || !isdigit((int)*tok[TOTALTOK])) return(False);
144 buf->job = atoi(tok[JOBTO
314 fstring tok[11]; local
424 fstring tok[12]; local
519 fstring tok[9]; local
593 fstring tok[7]; local
657 fstring tok[11]; local
882 fstring tok; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Daccess.c18 static BOOL masked_match(const char *tok, const char *slash, const char *s) argument
28 fstrcpy(tok_cpy, tok);
29 tok_cpy[PTR_DIFF(slash,tok)] = '\0';
31 tok_cpy[PTR_DIFF(slash,tok)] = '/';
42 DEBUG(0,("access: bad net/mask access control: %s\n", tok));
50 static BOOL string_match(const char *tok,const char *s, char *invalid_char) argument
72 if (tok[0] == '.') { /* domain: match last fields */
73 if ((str_len = strlen(s)) > (tok_len = strlen(tok))
74 && strequal(tok, s + str_len - tok_len))
76 } else if (tok[
134 client_match(const char *tok, const char *item) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dmystring.c46 char *str, *tok; local
61 tok = strtok(str, ",");
63 tok = strtok(NULL, ",");
65 if (!tok || *tok == '\0') {
70 if (strchr(tok, '-')) {
73 start = tok;
74 end = strchr(tok, '-');
95 int val = atoi(tok);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dnetrc.c115 char *tok; local
122 tok=strtok_r(netrcbuffer, " \t\n", &tok_buf);
123 while(!done && tok) {
132 if(Curl_raw_equal("machine", tok)) {
133 /* the next tok is the machine name, this is in itself the
141 if(Curl_raw_equal(host, tok)) {
154 state_our_login = Curl_raw_equal(login, tok);
157 strncpy(login, tok, LOGINSIZE-1);
163 strncpy(password, tok, PASSWORDSIZE-1);
167 else if(Curl_raw_equal("login", tok))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dthreads.h42 xmlMutexLock (xmlMutexPtr tok);
44 xmlMutexUnlock (xmlMutexPtr tok);
46 xmlFreeMutex (xmlMutexPtr tok);
51 xmlRMutexLock (xmlRMutexPtr tok);
53 xmlRMutexUnlock (xmlRMutexPtr tok);
55 xmlFreeRMutex (xmlRMutexPtr tok);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtool.c172 char *tok = get_token(1); local
173 if (!tok) {
178 tdb = tdb_open(tok, 0, TDB_CLEAR_IF_FIRST,
181 printf("Could not create %s: %s\n", tok, strerror(errno));
187 char *tok = get_token(1); local
188 if (!tok) {
193 tdb = tdb_open(tok, 0, 0, O_RDWR, 0600);
195 printf("Could not open %s: %s\n", tok, strerror(errno));
458 char *tok; local
464 tok
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/ubiqx/
H A Ddebugparse.h65 const char *dbg_token2string( dbg_Token tok );
69 * Input: tok - One of the set of dbg_Tokens defined in debugparse.h.
H A Ddebugparse.c48 const char *dbg_token2string( dbg_Token tok )
52 * Input: tok - One of the set of dbg_Tokens defined in debugparse.h.
63 switch( tok )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompat.c225 char *tok; local
229 for (tok = s;;) {
239 return (tok);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbcacls.c230 fstring tok; local
255 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
259 if (strncmp(tok, "ALLOWED", strlen("ALLOWED")) == 0) {
261 } else if (strncmp(tok, "DENIED", strlen("DENIED")) == 0) {
269 if (!(next_token(&cp, tok, "/", sizeof(fstring)) &&
270 sscanf(tok, "%i", &aflags))) {
274 if (!next_token(&cp, tok, "/", sizeof(fstring))) {
278 if (strncmp(tok, "0x", 2) == 0) {
279 if (sscanf(tok, "%i", &amask) != 1) {
286 if (strcmp(tok,
341 fstring tok; local
[all...]
H A Ddebug2html.c164 static void charprint( dbg_Token tok, int c ) argument
168 * Input: tok - The token value of the current character.
176 switch( tok )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dlba_pci.c117 #define LBA_CFG_BUS(tok) ((u8) ((tok)>>16))
118 #define LBA_CFG_DEV(tok) ((u8) ((tok)>>11) & 0x1f)
119 #define LBA_CFG_FUNC(tok) ((u8) ((tok)>>8 ) & 0x7)
164 #define LBA_CFG_SETUP(d, tok) { \
191 #define LBA_CFG_PROBE(d, tok) { \
196 WRITE_REG32(tok | PCI_VENDOR_ID, (d)->hba.base_addr + LBA_PCI_CFG_ADDR);\
242 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, erro
296 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) argument
326 u32 tok = LBA_CFG_TOK(local_bus, devfn); local
363 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) argument
392 u32 tok = LBA_CFG_TOK(local_bus,devfn); local
441 u32 tok = LBA_CFG_TOK(local_bus, devfn); local
474 u32 tok = LBA_CFG_TOK(local_bus,devfn); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat.c246 char *tmp, *tok; local
269 for (tok = strtok(tmp, ",");
270 tok;
271 tok = strtok(NULL, ",")) {
274 fp.params[fp.num++].name = tok;
285 for (tok = strtok(tmp, ",");
286 tok;
287 tok = strtok(NULL, ",")) {
288 len = strtoul(tok, NULL, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_sam.c173 fstring tok; local
181 while (next_token(&s, tok, ",", sizeof(tok))) {
183 tok, user_info->wksta_name.str, user_info->wksta_name.len));
184 if(strequal(tok, user_info->wksta_name.str)) {
188 if (tok[0] == '+') {
190 machine_name, tok + 1));
191 if (user_in_group_list(machine_name, tok + 1, NULL, 0)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_hashlimit.c113 char *tok; local
121 for (tok = strtok(arg, ",|");
122 tok;
123 tok = strtok(NULL, ",|")) {
124 if (!strcmp(tok, "dstip"))
126 else if (!strcmp(tok, "srcip"))
128 else if (!strcmp(tok, "srcport"))
130 else if (!strcmp(tok, "dstport"))
H A Dlibipt_hashlimit.c113 char *tok; local
121 for (tok = strtok(arg, ",|");
122 tok;
123 tok = strtok(NULL, ",|")) {
124 if (!strcmp(tok, "dstip"))
126 else if (!strcmp(tok, "srcip"))
128 else if (!strcmp(tok, "srcport"))
130 else if (!strcmp(tok, "dstport"))

Completed in 300 milliseconds

123