 |
|
| |
FreeBSD Man Page Search Results
|
Rank |
Title |
File Size |
1. |
SQL::Statement::Operation(3) - base class for all operation terms |
38 K |
2. |
BSEARCH(3) - person->age);}intmain(void){ struct person *friend; int age; /* Sorted array */ const struct person friends[] = { { "paul", 22 }, { "anne", 25 }, { "fred", 25 }, { "mary", 27 }, { "mark", 35 }, { "bill", 50 } }; const size_t len = sizeof(friends) / sizeof(friends[0]); age = 22; friend = bsearch(&age, friends, len, sizeof(friends[0]), compare); assert(strcmp(friend->name, "paul") == 0); printf("name: %s\nage: %d\n", friend->name, friend->age); age = 25; friend = bsearch(&age, friends, len, sizeof(friends[0]), compare); /* * For multiple elements with the same key, it is implementation * defined which will be returned */ assert(strcmp(friend->name, "fred") == 0 || strcmp(friend->name, "anne") == 0); printf("name: %s\nage: %d\n", friend->name, friend->age); age = 30; friend = bsearch(&age, friends, len, sizeof(friends[0]), compare); assert(friend == NULL); printf("friend aged 30 not found\n");} |
12 K |
3. |
std::strcmp(3) - std::strcmp |
9 K |
4. |
Munger(1) |
292 K |
5. |
STRCMP(3) |
10 K |
6. |
oath_hotp_validate_callback(3) - API function |
10 K |
7. |
oath_totp_validate3_callback(3) - API function |
11 K |
8. |
oath_totp_validate_callback(3) - API function |
11 K |
9. |
oath_totp_validate2_callback(3) - API function |
11 K |
10. |
oath_totp_validate4_callback(3) - API function |
11 K |
|
|
Go back to the Man Page Section.
|
This database contains 118,499 topics and 836,414 keywords
|
|