Lines Matching defs:result
298 DIR *dirp, struct dirent *entry, struct dirent **result);
300 _WDIR *dirp, struct _wdirent *entry, struct _wdirent **result);
473 * result to NULL and returns zero.
479 struct _wdirent **result)
519 /* Set result address */
520 *result = entry;
525 *result = NULL;
752 * sets result to NULL and returns zero.
758 struct dirent **result)
828 *result = entry;
833 *result = NULL;
896 int result = 0;
927 result = -1;
938 result = -1;
950 /* Determine whether to include the entry in result */
965 result++;
982 result = /*Error*/ -1;
990 result = /*Error*/ -1;
997 if (result < 0) {
1014 return result;