Searched defs:given (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_cmds.c | 58 int given; local 129 given = seensemi = 0; 144 given++; 156 given = 2; 450 if (given < 2 && (addr1 == addr2) && (addr2 != dol)) 454 if (given < 2 && addr2 != dol) 622 * were given, and in that case we need to
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-storage-closetray.c | 149 char *given = given_options[i]; local 153 invalid_closetray_option (given, invoked_by_uid);
|
H A D | hal-storage-unmount.c | 157 char *given = given_options[i]; local 159 if (strcmp (given, "lazy") == 0) { 161 } else if (strcmp (given, "force") == 0) { 164 invalid_unmount_option (given, invoked_by_uid);
|
H A D | hal-storage-eject.c | 151 char *given = given_options[i]; local 155 invalid_eject_option (given, invoked_by_uid);
|
H A D | hal-storage-mount.c | 339 * if it is, then check if it's the same device_file as the given one... 629 /* figure out mount point if no mount point is given... */ 731 char *given = given_options[i]; local 737 if (strcmp (given, allow) == 0) { 742 (strncmp (given, allow, allow_len) == 0) && 743 (int) strlen (given) > allow_len) { 746 * given == "umask=foobar" and allowed == "umask=" 752 uid = (uid_t) strtol (given + allow_len, &endp, 10); 754 printf ("'%s' is not a number?\n", given); 771 invalid_mount_option (given, invoked_by_ui [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 54 * to finger -- if no list is given, all the people currently logged in 74 * The other options can all be given after one '-', or each can have its 186 int matchcmp(char *gname, char *login, char *given); 249 * optind == argc means no names given 1066 * Compare the given argument, which is taken to be a username, with 1070 matchcmp(char *gname, char *login, char *given) argument 1078 if (*gname == '\0' && *given == '\0') 1124 if (namecmp(gp, given) > 0) {
|
Completed in 80 milliseconds