Searched refs:hard (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | engine.c | 291 /* cases where length of match is hard to find */ 436 register int hard; local 445 hard = 0; 446 for (ss = startst; !hard && ss < stopst; ss++) 511 hard = 1; 514 if (!hard) { /* that was it! */ 521 /* the hard stuff */ 522 AT("hard", sp, stop, ss, stopst);
|
| /PHP_TRUNK/ext/posix/ |
| H A D | posix.c | 1217 char hard[80]; local 1220 snprintf(hard, 80, "hard %s", name); 1236 add_assoc_stringl(return_value, hard, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1, 1); 1238 add_assoc_long(return_value, hard, rl.rlim_max);
|
Completed in 4 milliseconds