HomeSort by: relevance | last modified time | path
    Searched refs:oldcontents (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/msdosfs/
msdosfs_fat.c 555 * oldcontents - address of a word that is to receive the contents of the
569 u_long *oldcontents, u_long newcontents)
577 __func__, function, pmp, cn, oldcontents, newcontents));
593 if ((function & FAT_GET) && oldcontents == NULL) {
621 *oldcontents = readcn;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.c 1702 struct string_list_ty *oldcontents; local
1706 oldcontents = &savable_comment->contents;
1712 for (i = 0; i < oldcontents->nitems; i++)
1713 string_list_append (&savable_comment->contents, oldcontents->item[i]);

Completed in 36 milliseconds