Searched defs:no (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dstring.c87 int no; local
104 if(no = *t=='n' && *(t+1)=='o' && *(t+2)!='t')
112 *invert ^= no;
122 no = !no;
125 *invert ^= no;
136 inv = no;
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c270 __nis_dhext_extract_pkey(netobj *no, keylen_t keylen, algtype_t algtype) argument
274 extdhkey_t *keyent = (extdhkey_t *)no->n_bytes;
277 while (keyent < (extdhkey_t *)(no->n_bytes + no->n_len)) {
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu.c67 grub_menu_get_entry (grub_menu_t menu, int no) argument
71 for (e = menu->entry_list; e && no > 0; e = e->next, no--)
122 which is returned is stripped from the value of NAME. If no entry number
376 grub_error (GRUB_ERR_BAD_MODULE, "no gfxmenu found");
490 index that should be executed or -1 if no entry should be executed (e.g.,
694 /* Callback invoked when a menu entry has failed and there is no remaining
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c524 auto void show_error (int no, const char *msg);
525 auto void show_warning (int no, const char *msg, ...);
527 auto void show_error (int no, const char *msg) argument
529 fprintf (stderr, "%s:%d: error: %s\n", map_file, no, msg);
532 auto void show_warning (int no, const char *msg, ...) argument
537 fprintf (stderr, "%s:%d: warning: ", map_file, no);
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c27 * M.I.T. makes no representations about the suitability of
168 static const char *const no[] = { "n", "no", "false", "f", "nil", "0", "off" }; local
176 for (i = 0; i < sizeof(no)/sizeof(no[0]); i++)
177 if (!strcasecmp(string, no[i])) {
452 * output field; default_value==0 means no default.
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c233 get_history (int no) argument
235 if (no < 0 || no >= num_history)
238 return (char *) HISTORY_BUF + MAX_CMDLINE * no;
243 add_history (const char *cmdline, int no) argument
245 grub_memmove ((char *) HISTORY_BUF + MAX_CMDLINE * (no + 1),
246 (char *) HISTORY_BUF + MAX_CMDLINE * no,
247 MAX_CMDLINE * (num_history - no));
248 grub_strcpy ((char *) HISTORY_BUF + MAX_CMDLINE * no, cmdline);
1200 /* If the terminal is dumb, there is no wa
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c4129 * 0 no more options
4174 int no; local
4298 * long with no prefix (dd style)
4394 no = *(s + 2) == '-' ? 3 : 2;
4396 no = 0;
4478 * no option can start with these characters
4615 * were no matches so
4663 nov = no;
4758 if (n = no)
5080 return opterror(no
[all...]

Completed in 65 milliseconds